IPV6-FLOW-LABEL-MIB

This MIB module provides commonly used textual conventions for IPv6 Flow Labels. Copyright (C) The Internet Society (2003). Th...

  • Version: 2003-08-28

    IPV6-FLOW-LABEL-MIB@2003-08-28


    
      module IPV6-FLOW-LABEL-MIB {
    
        yang-version 1;
    
        namespace
          "urn:ietf:params:xml:ns:yang:smiv2:IPV6-FLOW-LABEL-MIB";
    
        prefix IPV6-FLOW-LABEL-MIB;
    
        import ietf-yang-smiv2 {
          prefix smiv2;
        }
    
        organization
          "IETF Operations and Management Area";
    
        contact
          "Bert Wijnen (Editor) 
        Lucent Technologies 
        Schagen 33 
        3461 GL Linschoten 
        Netherlands 
        Phone: +31 348-407-775 
        EMail: bwijnen@lucent.com 
        
        Send comments to <mibs@ops.ietf.org>. ";
    
        description
          "This MIB module provides commonly used textual 
        conventions for IPv6 Flow Labels. 
        
        Copyright (C) The Internet Society (2003).  This 
        version of this MIB module is part of RFC 3595, 
        see the RFC itself for full legal notices. ";
    
        revision "2003-08-28" {
          description
            "Initial version, published as RFC 3595.";
        }
    
        smiv2:alias "ipv6FlowLabelMIB" {
          smiv2:oid "1.3.6.1.2.1.103";
        }
    
        typedef IPv6FlowLabel {
          type int32 {
            smiv2:display-hint "d";
            range "0..1048575";
          }
          description
            "The flow identifier or Flow Label in an IPv6 
          packet header that may be used to discriminate 
          traffic flows. ";
          reference
            "Internet Protocol, Version 6 (IPv6) specification,
            section 6.  RFC 2460. ";
    
        }
    
        typedef IPv6FlowLabelOrAny {
          type int32 {
            smiv2:display-hint "d";
            range "-1..1048575";
          }
          description
            "The flow identifier or Flow Label in an IPv6 
          packet header that may be used to discriminate 
          traffic flows.  The value of -1 is used to 
          indicate a wildcard, i.e. any value. ";
        }
      }  // module IPV6-FLOW-LABEL-MIB
    

© 2023 YumaWorks, Inc. All rights reserved.