# python version 1.0 DO NOT EDIT # # This python file has been generated by smidump version 0.5.0: # # smidump -f python IPV6-UDP-MIB FILENAME = "./libsmi-0.5.0/mibs/ietf/IPV6-UDP-MIB" MIB = { "moduleName" : "IPV6-UDP-MIB", "IPV6-UDP-MIB" : { "nodetype" : "module", "language" : "SMIv2", "organization" : """IETF IPv6 MIB Working Group""", "contact" : """ Mike Daniele Postal: Compaq Computer Corporation 110 Spitbrook Rd Nashua, NH 03062. US Phone: +1 603 884 1423 Email: daniele@zk3.dec.com""", "description" : """The MIB module for entities implementing UDP over IPv6.""", "revisions" : ( { "date" : "1998-01-29 00:00", "description" : """[Revision added by libsmi due to a LAST-UPDATED clause.]""", }, ), "identity node" : "ipv6UdpMIB", }, "imports" : ( {"module" : "SNMPv2-CONF", "name" : "MODULE-COMPLIANCE"}, {"module" : "SNMPv2-CONF", "name" : "OBJECT-GROUP"}, {"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"}, {"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"}, {"module" : "SNMPv2-SMI", "name" : "mib-2"}, {"module" : "SNMPv2-SMI", "name" : "experimental"}, {"module" : "IPV6-TC", "name" : "Ipv6Address"}, {"module" : "IPV6-TC", "name" : "Ipv6IfIndexOrZero"}, ), "nodes" : { "udp" : { "nodetype" : "node", "moduleName" : "IPV6-UDP-MIB", "oid" : "1.3.6.1.2.1.7", }, # node "ipv6UdpTable" : { "nodetype" : "table", "moduleName" : "IPV6-UDP-MIB", "oid" : "1.3.6.1.2.1.7.6", "status" : "current", "description" : """A table containing UDP listener information for UDP/IPv6 endpoints.""", }, # table "ipv6UdpEntry" : { "nodetype" : "row", "moduleName" : "IPV6-UDP-MIB", "oid" : "1.3.6.1.2.1.7.6.1", "status" : "current", "linkage" : [ "ipv6UdpLocalAddress", "ipv6UdpLocalPort", "ipv6UdpIfIndex", ], "description" : """Information about a particular current UDP listener. Note that conceptual rows in this table require an additional index object compared to udpTable, since IPv6 addresses are not guaranteed to be unique on the managed node.""", }, # row "ipv6UdpLocalAddress" : { "nodetype" : "column", "moduleName" : "IPV6-UDP-MIB", "oid" : "1.3.6.1.2.1.7.6.1.1", "status" : "current", "syntax" : { "type" : { "module" :"IPV6-TC", "name" : "Ipv6Address"}, }, "access" : "noaccess", "description" : """The local IPv6 address for this UDP listener. In the case of a UDP listener which is willing to accept datagrams for any IPv6 address associated with the managed node, the value ::0 is used.""", }, # column "ipv6UdpLocalPort" : { "nodetype" : "column", "moduleName" : "IPV6-UDP-MIB", "oid" : "1.3.6.1.2.1.7.6.1.2", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "65535" }, ], "range" : { "min" : "0", "max" : "65535" }, }, }, "access" : "noaccess", "description" : """The local port number for this UDP listener.""", }, # column "ipv6UdpIfIndex" : { "nodetype" : "column", "moduleName" : "IPV6-UDP-MIB", "oid" : "1.3.6.1.2.1.7.6.1.3", "status" : "current", "syntax" : { "type" : { "module" :"IPV6-TC", "name" : "Ipv6IfIndexOrZero"}, }, "access" : "readonly", "description" : """An index object used to disambiguate conceptual rows in the table, since the ipv6UdpLocalAddress/ipv6UdpLocalPort pair may not be unique. This object identifies the local interface that is associated with ipv6UdpLocalAddress for this UDP listener. If such a local interface cannot be determined, this object should take on the value 0. (A possible example of this would be if the value of ipv6UdpLocalAddress is ::0.) The interface identified by a particular non-0 value of this index is the same interface as identified by the same value of ipv6IfIndex. The value of this object must remain constant during the life of this UDP endpoint.""", }, # column "ipv6UdpMIB" : { "nodetype" : "node", "moduleName" : "IPV6-UDP-MIB", "oid" : "1.3.6.1.3.87", "status" : "current", }, # node "ipv6UdpConformance" : { "nodetype" : "node", "moduleName" : "IPV6-UDP-MIB", "oid" : "1.3.6.1.3.87.2", }, # node "ipv6UdpCompliances" : { "nodetype" : "node", "moduleName" : "IPV6-UDP-MIB", "oid" : "1.3.6.1.3.87.2.1", }, # node "ipv6UdpGroups" : { "nodetype" : "node", "moduleName" : "IPV6-UDP-MIB", "oid" : "1.3.6.1.3.87.2.2", }, # node }, # nodes "groups" : { "ipv6UdpGroup" : { "nodetype" : "group", "moduleName" : "IPV6-UDP-MIB", "oid" : "1.3.6.1.3.87.2.2.1", "status" : "current", "members" : { "ipv6UdpIfIndex" : { "nodetype" : "member", "module" : "IPV6-UDP-MIB" }, }, # members "description" : """The group of objects providing management of UDP over IPv6.""", }, # group }, # groups "compliances" : { "ipv6UdpCompliance" : { "nodetype" : "compliance", "moduleName" : "IPV6-UDP-MIB", "oid" : "1.3.6.1.3.87.2.1.1", "status" : "current", "description" : """The compliance statement for SNMPv2 entities which implement UDP over IPv6.""", "requires" : { "ipv6UdpGroup" : { "nodetype" : "mandatory", "module" : "IPV6-UDP-MIB" }, }, # requires }, # compliance }, # compliances }