# python version 1.0 DO NOT EDIT # # This python file has been generated by smidump version 0.5.0: # # smidump -f python IPV6-FLOW-LABEL-MIB FILENAME = "./libsmi-0.5.0/mibs/ietf/IPV6-FLOW-LABEL-MIB" MIB = { "moduleName" : "IPV6-FLOW-LABEL-MIB", "IPV6-FLOW-LABEL-MIB" : { "nodetype" : "module", "language" : "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 .""", "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.""", "revisions" : ( { "date" : "2003-08-28 00:00", "description" : """Initial version, published as RFC 3595.""", }, ), "identity node" : "ipv6FlowLabelMIB", }, "imports" : ( {"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"}, {"module" : "SNMPv2-SMI", "name" : "mib-2"}, {"module" : "SNMPv2-SMI", "name" : "Integer32"}, {"module" : "SNMPv2-TC", "name" : "TEXTUAL-CONVENTION"}, ), "typedefs" : { "IPv6FlowLabel" : { "basetype" : "Integer32", "status" : "current", "ranges" : [ { "min" : "0", "max" : "1048575" }, ], "range" : { "min" : "0", "max" : "1048575" }, "format" : "d", "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.""", }, "IPv6FlowLabelOrAny" : { "basetype" : "Integer32", "status" : "current", "ranges" : [ { "min" : "-1", "max" : "1048575" }, ], "range" : { "min" : "-1", "max" : "1048575" }, "format" : "d", "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.""", }, }, # typedefs "nodes" : { "ipv6FlowLabelMIB" : { "nodetype" : "node", "moduleName" : "IPV6-FLOW-LABEL-MIB", "oid" : "1.3.6.1.2.1.103", "status" : "current", }, # node }, # nodes }