IEEE8021-SPANNING-TREE-MIB

File: IEEE8021-SPANNING-TREE-MIB.mib (38119 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
IEEE8021-TC-MIB BRIDGE-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Counter64 Integer32 TimeTicks
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
TruthValue ieee802dot1mibs IEEE8021PbbComponentIdentifier
IEEE8021BridgePortNumber BridgeId Timeout

Defined Types

Ieee8021SpanningTreeEntry  
SEQUENCE    
  ieee8021SpanningTreeComponentId IEEE8021PbbComponentIdentifier
  ieee8021SpanningTreeProtocolSpecification INTEGER
  ieee8021SpanningTreePriority Integer32
  ieee8021SpanningTreeTimeSinceTopologyChange TimeTicks
  ieee8021SpanningTreeTopChanges Counter64
  ieee8021SpanningTreeDesignatedRoot BridgeId
  ieee8021SpanningTreeRootCost Integer32
  ieee8021SpanningTreeRootPort IEEE8021BridgePortNumber
  ieee8021SpanningTreeMaxAge Timeout
  ieee8021SpanningTreeHelloTime Timeout
  ieee8021SpanningTreeHoldTime Integer32
  ieee8021SpanningTreeForwardDelay Timeout
  ieee8021SpanningTreeBridgeMaxAge Timeout
  ieee8021SpanningTreeBridgeHelloTime Timeout
  ieee8021SpanningTreeBridgeForwardDelay Timeout
  ieee8021SpanningTreeVersion INTEGER
  ieee8021SpanningTreeRstpTxHoldCount Integer32

Ieee8021SpanningTreePortEntry  
SEQUENCE    
  ieee8021SpanningTreePortComponentId IEEE8021PbbComponentIdentifier
  ieee8021SpanningTreePort IEEE8021BridgePortNumber
  ieee8021SpanningTreePortPriority Integer32
  ieee8021SpanningTreePortState INTEGER
  ieee8021SpanningTreePortEnabled TruthValue
  ieee8021SpanningTreePortPathCost Integer32
  ieee8021SpanningTreePortDesignatedRoot BridgeId
  ieee8021SpanningTreePortDesignatedCost Integer32
  ieee8021SpanningTreePortDesignatedBridge BridgeId
  ieee8021SpanningTreePortDesignatedPort OCTET STRING
  ieee8021SpanningTreePortForwardTransitions Counter64
  ieee8021SpanningTreeRstpPortProtocolMigration TruthValue
  ieee8021SpanningTreeRstpPortAdminEdgePort TruthValue
  ieee8021SpanningTreeRstpPortOperEdgePort TruthValue
  ieee8021SpanningTreeRstpPortAdminPathCost Integer32

Ieee8021SpanningTreePortExtensionEntry  
SEQUENCE    
  ieee8021SpanningTreeRstpPortAutoEdgePort TruthValue
  ieee8021SpanningTreeRstpPortAutoIsolatePort TruthValue
  ieee8021SpanningTreeRstpPortIsolatePort TruthValue

Defined Values

ieee8021SpanningTreeMib 1.3.111.2.802.1.1.3
The Spanning-Tree MIB module for managing devices that support IEEE 802.1Q. This MIB module is derived from the IETF BRIDGE-MIB, RFC 4188. Unless otherwise indicated, the references in this MIB module are to IEEE Std 802.1Q-2014. Copyright (C) IEEE (2014). This version of this MIB module is part of IEEE802.1Q; see the draft itself for full legal notices.
MODULE-IDENTITY    

ieee8021SpanningTreeNotifications 1.3.111.2.802.1.1.3.0
OBJECT IDENTIFIER    

ieee8021SpanningTreeObjects 1.3.111.2.802.1.1.3.1
OBJECT IDENTIFIER    

ieee8021SpanningTreeConformance 1.3.111.2.802.1.1.3.2
OBJECT IDENTIFIER    

ieee8021SpanningTreeTable 1.3.111.2.802.1.1.3.1.1
A table that contains information related to STP about every Bridge.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ieee8021SpanningTreeEntry

ieee8021SpanningTreeEntry 1.3.111.2.802.1.1.3.1.1.1
A list of objects containing information for each Bridge about the Spanning Tree Protocol for that Bridge.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ieee8021SpanningTreeEntry  

ieee8021SpanningTreeComponentId 1.3.111.2.802.1.1.3.1.1.1.1
The component identifier is used to distinguish between the multiple virtual Bridge instances within a PBB. In simple situations where there is only a single component the default value is 1.
Status: current Access: not-accessible
OBJECT-TYPE    
  IEEE8021PbbComponentIdentifier  

ieee8021SpanningTreeProtocolSpecification 1.3.111.2.802.1.1.3.1.1.1.2
An indication of what version of the Spanning Tree Protocol is being run. The value 'decLb100(2)' indicates the DEC LANbridge 100 Spanning Tree protocol. IEEE 802.1D implementations will return 'ieee8021d(3)'. New enumerated values may be added in the future to the definition of this object to reflect future versions of the IEEE Spanning Tree protocol.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), decLb100(2), ieee8021d(3), ieee8021q(4)  

ieee8021SpanningTreePriority 1.3.111.2.802.1.1.3.1.1.1.3
The value of the write-able portion of the Bridge ID (i.e., the first two octets of the (8 octet long) Bridge ID). The other (last) 6 octets of the Bridge ID are given by the value of ieee8021BridgeBaseBridgeAddress. On Bridges supporting IEEE 802.1t or IEEE 802.1w, permissible values are 0-61440, in steps of 4096. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

ieee8021SpanningTreeTimeSinceTopologyChange 1.3.111.2.802.1.1.3.1.1.1.4
The time (in hundredths of a second) since the last time a topology change was detected by the Bridge entity. For RSTP, this reports the time since the tcWhile timer for any port on this Bridge was nonzero.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

ieee8021SpanningTreeTopChanges 1.3.111.2.802.1.1.3.1.1.1.5
The total number of topology changes detected by this Bridge since the management entity was last reset or initialized. Discontinuities in the value of the counter can occur at re-initialization of the management system.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ieee8021SpanningTreeDesignatedRoot 1.3.111.2.802.1.1.3.1.1.1.6
The Bridge identifier of the root of the spanning tree, as determined by the Spanning Tree Protocol, as executed by this node. This value is used as the Root Identifier parameter in all Configuration Bridge PDUs originated by this node.
Status: current Access: read-only
OBJECT-TYPE    
  BridgeId  

ieee8021SpanningTreeRootCost 1.3.111.2.802.1.1.3.1.1.1.7
The cost of the path to the root as seen from this Bridge.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ieee8021SpanningTreeRootPort 1.3.111.2.802.1.1.3.1.1.1.8
The port number of the port that offers the lowest cost path from this Bridge to the root Bridge.
Status: current Access: read-only
OBJECT-TYPE    
  IEEE8021BridgePortNumber  

ieee8021SpanningTreeMaxAge 1.3.111.2.802.1.1.3.1.1.1.9
The maximum age of Spanning Tree Protocol information learned from the network on any port before it is discarded, in units of hundredths of a second. This is the actual value that this Bridge is currently using.
Status: current Access: read-only
OBJECT-TYPE    
  Timeout  

ieee8021SpanningTreeHelloTime 1.3.111.2.802.1.1.3.1.1.1.10
The amount of time between the transmission of Configuration Bridge PDUs by this node on any port when it is the root of the spanning tree, or trying to become so, in units of hundredths of a second. This is the actual value that this Bridge is currently using.
Status: current Access: read-only
OBJECT-TYPE    
  Timeout  

ieee8021SpanningTreeHoldTime 1.3.111.2.802.1.1.3.1.1.1.11
This time value determines the interval length during which no more than two Configuration Bridge PDUs shall be transmitted by this node, in units of hundredths of a second.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ieee8021SpanningTreeForwardDelay 1.3.111.2.802.1.1.3.1.1.1.12
This time value, measured in units of hundredths of a second, controls how fast a port changes its spanning state when moving towards the Forwarding state. The value determines how long the port stays in each of the Listening and Learning states, which precede the Forwarding state. This value is also used when a topology change has been detected and is underway, to age all dynamic entries in the Filtering Database. [Note that this value is the one that this Bridge is currently using, in contrast to ieee8021SpanningTreeBridgeForwardDelay, which is the value that this Bridge and all others would start using if/when this Bridge were to become the root.]
Status: current Access: read-only
OBJECT-TYPE    
  Timeout  

ieee8021SpanningTreeBridgeMaxAge 1.3.111.2.802.1.1.3.1.1.1.13
The value that all Bridges use for MaxAge when this Bridge is acting as the root. Note that 802.1D-1998 specifies that the range for this parameter is related to the value of ieee8021SpanningTreeBridgeHelloTime. The granularity of this timer is specified by 802.1D-1998 to be 1 second. An agent may return an SNMP badValue error (or its equivalent if another protocol is used) if a set is attempted to a value that is not a whole number of seconds. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  Timeout 600..4000  

ieee8021SpanningTreeBridgeHelloTime 1.3.111.2.802.1.1.3.1.1.1.14
The value that all Bridges use for HelloTime when this Bridge is acting as the root. The granularity of this timer is specified by 802.1D-1998 to be 1 second. An agent may return an SNMP badValue error (or its equivalent if another protocol is used) if a set is attempted to a value that is not a whole number of seconds. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  Timeout 100..1000  

ieee8021SpanningTreeBridgeForwardDelay 1.3.111.2.802.1.1.3.1.1.1.15
The value that all Bridges use for ForwardDelay when this Bridge is acting as the root. Note that 802.1D-1998 specifies that the range for this parameter is related to the value of ieee8021SpanningTreeBridgeMaxAge. The granularity of this timer is specified by 802.1D-1998 to be 1 second. An agent may return an SNMP badValue error (or its equivalent if another protocol is used) if a set is attempted to a value that is not a whole number of seconds. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  Timeout 400..3000  

ieee8021SpanningTreeVersion 1.3.111.2.802.1.1.3.1.1.1.16
The version of Spanning Tree Protocol the Bridge is currently running. The values are directly from the IEEE standard. New values may be defined as future versions of the protocol become available. The value 'stp(0)' indicates the Bridge is running the Spanning Tree Protocol specified in IEEE 802.1D-1998. The value 'rstp(2)' indicates the Bridge is running RSTP specified in IEEE 802.1Q. The value 'mstp(3)' indicates the Bridge is running MSTP specified in Clause 13 of IEEE802.1Q The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER stp(0), rstp(2), mstp(3)  

ieee8021SpanningTreeRstpTxHoldCount 1.3.111.2.802.1.1.3.1.1.1.17
The value used by the Port Transmit state machine to limit the maximum transmission rate. This is used by Bridges that are running RSTP. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..10  

ieee8021SpanningTreePortTable 1.3.111.2.802.1.1.3.1.2
A table that contains port-specific information for the Spanning Tree Protocol.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ieee8021SpanningTreePortEntry

ieee8021SpanningTreePortEntry 1.3.111.2.802.1.1.3.1.2.1
A list of objects containing information maintained by every port about the Spanning Tree Protocol state for that port.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ieee8021SpanningTreePortEntry  

ieee8021SpanningTreePortComponentId 1.3.111.2.802.1.1.3.1.2.1.1
The component identifier is used to distinguish between the multiple virtual Bridge instances within a PBB. In simple situations where there is only a single component the default value is 1.
Status: current Access: not-accessible
OBJECT-TYPE    
  IEEE8021PbbComponentIdentifier  

ieee8021SpanningTreePort 1.3.111.2.802.1.1.3.1.2.1.2
The port number of the port for which this entry contains Spanning Tree Protocol management information.
Status: current Access: not-accessible
OBJECT-TYPE    
  IEEE8021BridgePortNumber  

ieee8021SpanningTreePortPriority 1.3.111.2.802.1.1.3.1.2.1.3
The value of the priority field that is contained in the first (in network byte order) octet of the (2 octet long) Port ID. The other octet of the Port ID is given by the value of ieee8021SpanningTreePort. On Bridges supporting IEEE 802.1t or IEEE 802.1w, permissible values are 0-240, in steps of 16. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..255  

ieee8021SpanningTreePortState 1.3.111.2.802.1.1.3.1.2.1.4
The port's current state, as defined by application of the Spanning Tree Protocol. This state controls what action a port takes on reception of a frame. If the Bridge has detected a port that is malfunctioning, it will place that port into the broken(6) state. For ports that are disabled (see ieee8021SpanningTreePortEnabled), this object will have a value of disabled(1). The values disabled, blocking, listening, and broken correspond to the Clause 12 port state of 'Discarding'. The value learning corresponds to the Clause 12 port state of 'Learning'. The value forwarding corresponds to the Clause 12 port state of 'Forwarding'.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), blocking(2), listening(3), learning(4), forwarding(5), broken(6)  

ieee8021SpanningTreePortEnabled 1.3.111.2.802.1.1.3.1.2.1.5
The enabled/disabled status of the port. A value of true(1) means the spanning-tree protocol is enabled for this port. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

ieee8021SpanningTreePortPathCost 1.3.111.2.802.1.1.3.1.2.1.6
The contribution of this port to the path cost of paths towards the spanning tree root which include this port. Table 13-4 recommends defaults and ranges for Port Path Cost values, in inverse proportion to the speed of the attached LAN. If this object is used to set the Path Cost it is possible to restore the default setting using the ieee8021SpanningTreeRstpPortAdminPathCost object. Table 13-4 recommends defaults and ranges for Port Path Cost values, in inverse proportion to the speed of the attached LAN. If this object is used to set the Path Cost it is possible to restore the default setting using the ieee8021MstpPortAdminPathCost object. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..200000000  

ieee8021SpanningTreePortDesignatedRoot 1.3.111.2.802.1.1.3.1.2.1.7
The unique Bridge Identifier of the Bridge recorded as the Root in the Configuration BPDUs transmitted by the Designated Bridge for the segment to which the port is attached.
Status: current Access: read-only
OBJECT-TYPE    
  BridgeId  

ieee8021SpanningTreePortDesignatedCost 1.3.111.2.802.1.1.3.1.2.1.8
The path cost of the Designated Port of the segment connected to this port. This value is compared to the Root Path Cost field in received Bridge PDUs.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ieee8021SpanningTreePortDesignatedBridge 1.3.111.2.802.1.1.3.1.2.1.9
The Bridge Identifier of the Bridge that this port considers to be the Designated Bridge for this port's segment.
Status: current Access: read-only
OBJECT-TYPE    
  BridgeId  

ieee8021SpanningTreePortDesignatedPort 1.3.111.2.802.1.1.3.1.2.1.10
The Port Identifier of the port on the Designated Bridge for this port's segment.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(2)  

ieee8021SpanningTreePortForwardTransitions 1.3.111.2.802.1.1.3.1.2.1.11
The number of times this port has transitioned from the Learning state to the Forwarding state. Discontinuities in the value of the counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime object of the associated interface (if any).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ieee8021SpanningTreeRstpPortProtocolMigration 1.3.111.2.802.1.1.3.1.2.1.12
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

ieee8021SpanningTreeRstpPortAdminEdgePort 1.3.111.2.802.1.1.3.1.2.1.13
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 ieee8021SpanningTreeRstpPortOperEdgePort to change to the same value. Note that even when this object's value is true(1), the value of the corresponding instance of ieee8021SpanningTreeRstpPortOperEdgePort can be false(2) if a BPDU has been received. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

ieee8021SpanningTreeRstpPortOperEdgePort 1.3.111.2.802.1.1.3.1.2.1.14
The operational value of the Edge Port parameter. The object is initialized to the value of the corresponding instance of ieee8021SpanningTreeRstpPortAdminEdgePort. When the corresponding instance of ieee8021SpanningTreeRstpPortAdminEdgePort is set, this object will be changed as well. This object will also be changed to false(2) on reception of a BPDU.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ieee8021SpanningTreeRstpPortAdminPathCost 1.3.111.2.802.1.1.3.1.2.1.15
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 ieee8021SpanningTreePortPathCost, which returns the operational value of the path cost. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..200000000  

ieee8021SpanningTreePortExtensionTable 1.3.111.2.802.1.1.3.1.3
A table that contains port-specific information for the Spanning Tree Protocol.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ieee8021SpanningTreePortExtensionEntry

ieee8021SpanningTreePortExtensionEntry 1.3.111.2.802.1.1.3.1.3.1
A list of additional objects containing information maintained by every port about the Spanning Tree Protocol state for that port.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ieee8021SpanningTreePortExtensionEntry  

ieee8021SpanningTreeRstpPortAutoEdgePort 1.3.111.2.802.1.1.3.1.3.1.1
The administrative value of the Auto Edge Port parameter. A value of true(1) indicates if the Bridge detection state machine (BDM, 13.31) is to detect other Bridges attached to the LAN, and set ieee8021SpanningTreeRstpPortOperEdgePort automatically. The default value is true(1) This is optional and provided only by implementations that support the automatic identification of edge ports. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

ieee8021SpanningTreeRstpPortAutoIsolatePort 1.3.111.2.802.1.1.3.1.3.1.2
The operational value of the Isolate Port parameter. A value of true(1) indicates a Designated Port will transition to discarding if both ieee8021SpanningTreeRstpPortAdminEdgePort and ieee8021SpanningTreeRstpPortAutoEdgePort are FALSE and the other Bridge presumed to be attached to the same point-to-point LAN does not transmit periodic BPDUs. This is optional and provided only by implementations that support the automatic identification of edge ports.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ieee8021SpanningTreeRstpPortIsolatePort 1.3.111.2.802.1.1.3.1.3.1.3
The operational value of the Isolate Port parameter. A value of true(1), Set by the Bridge detection state machine (BDM, 13.31), indicates when the Spanning Tree Protocol Entity of a neighboring Bridge has apparently failed .
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ieee8021SpanningTreeNewRoot 1.3.111.2.802.1.1.3.0.1
The ieee8021SpanningTreeNewRoot notification indicates that the sending agent has become the new root of the Spanning Tree; the notification is sent by a Bridge soon after its election as the new root, e.g., upon expiration of the Topology Change Timer, immediately subsequent to its election.
Status: current Access: read-only
NOTIFICATION-TYPE    

ieee8021SpanningTreeTopologyChange 1.3.111.2.802.1.1.3.0.2
A ieee8021SpanningTreeTopologyChange notification is sent by a Bridge when any of its configured ports transitions from the Learning state to the Forwarding state, or from the Forwarding state to the Blocking state. The notification is not sent if a ieee8021SpanningTreeNewRoot notification is sent for the same transition.
Status: current Access: read-only
NOTIFICATION-TYPE    

ieee8021SpanningTreeCompliances 1.3.111.2.802.1.1.3.2.1
OBJECT IDENTIFIER    

ieee8021SpanningTreeGroups 1.3.111.2.802.1.1.3.2.2
OBJECT IDENTIFIER    

ieee8021SpanningTreeGroup 1.3.111.2.802.1.1.3.2.2.1
Bridge level Spanning Tree data for this device.
Status: current Access: read-only
OBJECT-GROUP    

ieee8021SpanningTreeRstpGroup 1.3.111.2.802.1.1.3.2.2.2
Bridge level Rstp data for this device.
Status: current Access: read-only
OBJECT-GROUP    

ieee8021SpanningTreePortGroup 1.3.111.2.802.1.1.3.2.2.3
Spanning Tree data for each port on this device.
Status: current Access: read-only
OBJECT-GROUP    

ieee8021SpanningTreeRstpPortGroup 1.3.111.2.802.1.1.3.2.2.4
Rstp data for each port on this device.
Status: current Access: read-only
OBJECT-GROUP    

ieee8021SpanningTreeRstpFragileGroup 1.3.111.2.802.1.1.3.2.2.6
Rstp fragile Bridge data for each port on this device.
Status: current Access: read-only
OBJECT-GROUP    

ieee8021SpanningTreeNotificationGroup 1.3.111.2.802.1.1.3.2.2.5
Group of notifications.
Status: current Access: read-only
NOTIFICATION-GROUP    

ieee8021SpanningTreeCompliance 1.3.111.2.802.1.1.3.2.1.1
The compliance statement for devices supporting the Spanning Tree Protocol.
Status: current Access: read-only
MODULE-COMPLIANCE    

ieee8021SpanningTreeRstpCompliance 1.3.111.2.802.1.1.3.2.1.2
The compliance statement for devices supporting RSTP.
Status: current Access: read-only
MODULE-COMPLIANCE