# python version 1.0 DO NOT EDIT # # This python file has been generated by smidump version 0.5.0: # # smidump -f python RSTP-MIB FILENAME = "./libsmi-0.5.0/mibs/ietf/RSTP-MIB" MIB = { "moduleName" : "RSTP-MIB", "RSTP-MIB" : { "nodetype" : "module", "language" : "SMIv2", "organization" : """IETF Bridge MIB Working Group""", "contact" : """Email: Bridge-mib@ietf.org""", "description" : """The Bridge MIB Extension module for managing devices that support the Rapid Spanning Tree Protocol defined by IEEE 802.1w. Copyright (C) The Internet Society (2005). This version of this MIB module is part of RFC 4318; See the RFC itself for full legal notices.""", "revisions" : ( { "date" : "2005-12-07 00:00", "description" : """The initial version of this MIB module as published in RFC 4318.""", }, ), "identity node" : "rstpMIB", }, "imports" : ( {"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"}, {"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"}, {"module" : "SNMPv2-SMI", "name" : "Integer32"}, {"module" : "SNMPv2-SMI", "name" : "mib-2"}, {"module" : "SNMPv2-TC", "name" : "TruthValue"}, {"module" : "SNMPv2-CONF", "name" : "MODULE-COMPLIANCE"}, {"module" : "SNMPv2-CONF", "name" : "OBJECT-GROUP"}, {"module" : "BRIDGE-MIB", "name" : "dot1dStp"}, {"module" : "BRIDGE-MIB", "name" : "dot1dStpPortEntry"}, ), "nodes" : { "dot1dStpVersion" : { "nodetype" : "scalar", "moduleName" : "RSTP-MIB", "oid" : "1.3.6.1.2.1.17.2.16", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "stpCompatible" : { "nodetype" : "namednumber", "number" : "0" }, "rstp" : { "nodetype" : "namednumber", "number" : "2" }, }, }, "access" : "readwrite", "default" : "rstp", "description" : """The version of Spanning Tree Protocol the bridge is currently running. The value 'stpCompatible(0)' indicates the Spanning Tree Protocol specified in IEEE 802.1D-1998 and 'rstp(2)' indicates the Rapid Spanning Tree Protocol specified in IEEE 802.1w and clause 17 of 802.1D-2004. The values are directly from the IEEE standard. New values may be defined as future versions of the protocol become available. The value of this object MUST be retained across reinitializations of the management system.""", "reference" : """IEEE 802.1w clause 14.8.1, 17.12, 17.16.1""", }, # scalar "dot1dStpTxHoldCount" : { "nodetype" : "scalar", "moduleName" : "RSTP-MIB", "oid" : "1.3.6.1.2.1.17.2.17", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "1", "max" : "10" }, ], "range" : { "min" : "1", "max" : "10" }, }, }, "access" : "readwrite", "default" : "3", "description" : """The value used by the Port Transmit state machine to limit the maximum transmission rate. The value of this object MUST be retained across reinitializations of the management system.""", "reference" : """IEEE 802.1w clause 17.16.6""", }, # scalar "dot1dStpExtPortTable" : { "nodetype" : "table", "moduleName" : "RSTP-MIB", "oid" : "1.3.6.1.2.1.17.2.19", "status" : "current", "description" : """A table that contains port-specific Rapid Spanning Tree information.""", }, # table "dot1dStpExtPortEntry" : { "nodetype" : "row", "moduleName" : "RSTP-MIB", "oid" : "1.3.6.1.2.1.17.2.19.1", "status" : "current", "linkage" : [ { "BRIDGE-MIB" : { "indexkind" : "augments", "relatedNode" : "dot1dStpPortEntry", }}, ], "description" : """A list of Rapid Spanning Tree information maintained by each port.""", }, # row "dot1dStpPortProtocolMigration" : { "nodetype" : "column", "moduleName" : "RSTP-MIB", "oid" : "1.3.6.1.2.1.17.2.19.1.1", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readwrite", "description" : """When operating in RSTP (version 2) mode, writing true(1) to this object forces this port to transmit RSTP BPDUs. Any other operation on this object has no effect and it always returns false(2) when read.""", "reference" : """IEEE 802.1w clause 14.8.2.4, 17.18.10, 17.26""", }, # column "dot1dStpPortAdminEdgePort" : { "nodetype" : "column", "moduleName" : "RSTP-MIB", "oid" : "1.3.6.1.2.1.17.2.19.1.2", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readwrite", "description" : """The administrative value of the Edge Port parameter. A value of true(1) indicates that this port should be assumed as an edge-port, and a value of false(2) indicates that this port should be assumed as a non-edge-port. Setting this object will also cause the corresponding instance of dot1dStpPortOperEdgePort to change to the same value. Note that even when this object's value is true, the value of the corresponding instance of dot1dStpPortOperEdgePort can be false if a BPDU has been received. The value of this object MUST be retained across reinitializations of the management system.""", "reference" : """IEEE 802.1t clause 14.8.2, 18.3.3""", }, # column "dot1dStpPortOperEdgePort" : { "nodetype" : "column", "moduleName" : "RSTP-MIB", "oid" : "1.3.6.1.2.1.17.2.19.1.3", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readonly", "description" : """The operational value of the Edge Port parameter. The object is initialized to the value of the corresponding instance of dot1dStpPortAdminEdgePort. When the corresponding instance of dot1dStpPortAdminEdgePort is set, this object will be changed as well. This object will also be changed to false on reception of a BPDU.""", "reference" : """IEEE 802.1t clause 14.8.2, 18.3.4""", }, # column "dot1dStpPortAdminPointToPoint" : { "nodetype" : "column", "moduleName" : "RSTP-MIB", "oid" : "1.3.6.1.2.1.17.2.19.1.4", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "forceTrue" : { "nodetype" : "namednumber", "number" : "0" }, "forceFalse" : { "nodetype" : "namednumber", "number" : "1" }, "auto" : { "nodetype" : "namednumber", "number" : "2" }, }, }, "access" : "readwrite", "description" : """The administrative point-to-point status of the LAN segment attached to this port, using the enumeration values of the IEEE 802.1w clause. A value of forceTrue(0) indicates that this port should always be treated as if it is connected to a point-to-point link. A value of forceFalse(1) indicates that this port should be treated as having a shared media connection. A value of auto(2) indicates that this port is considered to have a point-to-point link if it is an Aggregator and all of its members are aggregatable, or if the MAC entity is configured for full duplex operation, either through auto-negotiation or by management means. Manipulating this object changes the underlying adminPortToPortMAC. The value of this object MUST be retained across reinitializations of the management system.""", "reference" : """IEEE 802.1w clause 6.4.3, 6.5, 14.8.2""", }, # column "dot1dStpPortOperPointToPoint" : { "nodetype" : "column", "moduleName" : "RSTP-MIB", "oid" : "1.3.6.1.2.1.17.2.19.1.5", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readonly", "description" : """The operational point-to-point status of the LAN segment attached to this port. It indicates whether a port is considered to have a point-to-point connection. If adminPointToPointMAC is set to auto(2), then the value of operPointToPointMAC is determined in accordance with the specific procedures defined for the MAC entity concerned, as defined in IEEE 802.1w, clause 6.5. The value is determined dynamically; that is, it is re-evaluated whenever the value of adminPointToPointMAC changes, and whenever the specific procedures defined for the MAC entity evaluate a change in its point-to-point status.""", "reference" : """IEEE 802.1w clause 6.4.3, 6.5, 14.8.2""", }, # column "dot1dStpPortAdminPathCost" : { "nodetype" : "column", "moduleName" : "RSTP-MIB", "oid" : "1.3.6.1.2.1.17.2.19.1.6", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "200000000" }, ], "range" : { "min" : "0", "max" : "200000000" }, }, }, "access" : "readwrite", "description" : """The administratively assigned value for the contribution of this port to the path cost of paths toward the spanning tree root. Writing a value of '0' assigns the automatically calculated default Path Cost value to the port. If the default Path Cost is being used, this object returns '0' when read. This complements the object dot1dStpPortPathCost or dot1dStpPortPathCost32, which returns the operational value of the path cost. The value of this object MUST be retained across reinitializations of the management system.""", "reference" : """IEEE 802.1D-1998: Section 8.5.5.3""", }, # column "rstpMIB" : { "nodetype" : "node", "moduleName" : "RSTP-MIB", "oid" : "1.3.6.1.2.1.134", "status" : "current", }, # node "rstpNotifications" : { "nodetype" : "node", "moduleName" : "RSTP-MIB", "oid" : "1.3.6.1.2.1.134.0", }, # node "rstpObjects" : { "nodetype" : "node", "moduleName" : "RSTP-MIB", "oid" : "1.3.6.1.2.1.134.1", }, # node "rstpConformance" : { "nodetype" : "node", "moduleName" : "RSTP-MIB", "oid" : "1.3.6.1.2.1.134.2", }, # node "rstpGroups" : { "nodetype" : "node", "moduleName" : "RSTP-MIB", "oid" : "1.3.6.1.2.1.134.2.1", }, # node "rstpCompliances" : { "nodetype" : "node", "moduleName" : "RSTP-MIB", "oid" : "1.3.6.1.2.1.134.2.2", }, # node }, # nodes "groups" : { "rstpBridgeGroup" : { "nodetype" : "group", "moduleName" : "RSTP-MIB", "oid" : "1.3.6.1.2.1.134.2.1.1", "status" : "current", "members" : { "dot1dStpVersion" : { "nodetype" : "member", "module" : "RSTP-MIB" }, "dot1dStpTxHoldCount" : { "nodetype" : "member", "module" : "RSTP-MIB" }, }, # members "description" : """Rapid Spanning Tree information for the bridge.""", }, # group "rstpPortGroup" : { "nodetype" : "group", "moduleName" : "RSTP-MIB", "oid" : "1.3.6.1.2.1.134.2.1.2", "status" : "current", "members" : { "dot1dStpPortProtocolMigration" : { "nodetype" : "member", "module" : "RSTP-MIB" }, "dot1dStpPortAdminEdgePort" : { "nodetype" : "member", "module" : "RSTP-MIB" }, "dot1dStpPortOperEdgePort" : { "nodetype" : "member", "module" : "RSTP-MIB" }, "dot1dStpPortAdminPointToPoint" : { "nodetype" : "member", "module" : "RSTP-MIB" }, "dot1dStpPortOperPointToPoint" : { "nodetype" : "member", "module" : "RSTP-MIB" }, "dot1dStpPortAdminPathCost" : { "nodetype" : "member", "module" : "RSTP-MIB" }, }, # members "description" : """Rapid Spanning Tree information for individual ports.""", }, # group }, # groups "compliances" : { "rstpCompliance" : { "nodetype" : "compliance", "moduleName" : "RSTP-MIB", "oid" : "1.3.6.1.2.1.134.2.2.1", "status" : "current", "description" : """The compliance statement for device support of Rapid Spanning Tree Protocol (RSTP) bridging services.""", "requires" : { "rstpBridgeGroup" : { "nodetype" : "mandatory", "module" : "RSTP-MIB" }, "rstpPortGroup" : { "nodetype" : "mandatory", "module" : "RSTP-MIB" }, }, # requires }, # compliance }, # compliances }