MIBs Depot

STP-MIB

Registered at
1.3.6.1.4.1.13464.1.2.4.3
Last updated
1999-04-23 00:31
Organization
admin Inc.
Revisions
1999-05-13 00:00
Namespace
fs
Source file
STP-MIB
Digest
sha256:280facc566ee0b9bb2bb4a93764eee417aec7c3fe56dcb3777de8fab96ae1cb5

Description

STP module management.

Contact

admin E-mail:

Imports

FromSymbols
ADMIN-MASTER-MIBgbnL2
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

ADMIN-MASTER-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC
STP-MIB

Textual conventions

NameOIDSyntaxAccessStatus
BridgeId
type
Timeout
type

Objects

NameOIDSyntaxAccessStatus
stpMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.13464.1.2.4.3.1
stpDot1dStp
OBJECT-IDENTITY
1.3.6.1.4.1.13464.1.2.4.3.1.1
stpDot1dStpProtocolSpecification
OBJECT-TYPE
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)'. If future versions of the IEEE Spanning Tree Protocol are released that are incompatible with the current version a new value will be defined.
1.3.6.1.4.1.13464.1.2.4.3.1.1.1INTEGER {unknown(1), decLb100(2), ieee8021d(3)}read-onlycurrent
stpDot1dStpPriority
OBJECT-TYPE
DURABLE: { 32768:all } 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 dot1dBaseBridgeAddress.The value has to be a multiple of 4096
1.3.6.1.4.1.13464.1.2.4.3.1.1.2INTEGER (0..61440)read-writecurrent
stpDot1dStpTimeSinceTopologyChange
OBJECT-TYPE
The time (in hundredths of a second) since the last time a topology change was detected by the bridge entity.
1.3.6.1.4.1.13464.1.2.4.3.1.1.3TimeTicksread-onlycurrent
stpDot1dStpTopChanges
OBJECT-TYPE
The total number of topology changes detected by this bridge since the management entity was last reset or initialized.
1.3.6.1.4.1.13464.1.2.4.3.1.1.4Counter32read-onlycurrent
stpDot1dStpDesignatedRoot
OBJECT-TYPE
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.
1.3.6.1.4.1.13464.1.2.4.3.1.1.5BridgeIdread-onlycurrent
stpDot1dStpRootCost
OBJECT-TYPE
The cost of the path to the root as seen from this bridge.
1.3.6.1.4.1.13464.1.2.4.3.1.1.6Integer32read-onlycurrent
stpDot1dStpRootPort
OBJECT-TYPE
The port number of the port which offers the lowest cost path from this bridge to the root bridge.
1.3.6.1.4.1.13464.1.2.4.3.1.1.7Integer32read-onlycurrent
stpDot1dStpMaxAge
OBJECT-TYPE
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.
1.3.6.1.4.1.13464.1.2.4.3.1.1.8Timeout (600..4000)read-onlycurrent
stpDot1dStpHelloTime
OBJECT-TYPE
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.
1.3.6.1.4.1.13464.1.2.4.3.1.1.9Timeout (100..1000)read-onlycurrent
stpDot1dStpHoldTime
OBJECT-TYPE
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.
1.3.6.1.4.1.13464.1.2.4.3.1.1.10Integer32read-onlycurrent
stpDot1dStpForwardDelay
OBJECT-TYPE
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 Forwarding Database. [Note that this value is the one that this bridge is currently using, in contrast to stpDot1dStpBridgeForwardDelay which is the value that this bridge and all others would start using if/when this bridge were to become the root.]
1.3.6.1.4.1.13464.1.2.4.3.1.1.11Timeout (400..3000)read-onlycurrent
stpDot1dStpBridgeMaxAge
OBJECT-TYPE
DURABLE: { 2000:all } The value that all bridges use for MaxAge when this bridge is acting as the root. Note that 802.1D-1990 specifies that the range for this parameter is related to the value of stpDot1dStpBridgeHelloTime. The granularity of this timer is specified by 802.1D-1990 to be 1 second. An agent may return a badValue error if a set is attempted to a value which is not a whole number of seconds.
1.3.6.1.4.1.13464.1.2.4.3.1.1.12Timeout (600..4000)read-writecurrent
stpDot1dStpBridgeHelloTime
OBJECT-TYPE
DURABLE: { 200:all } 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- 1990 to be 1 second. An agent may return a badValue error if a set is attempted to a value which is not a whole number of seconds.
1.3.6.1.4.1.13464.1.2.4.3.1.1.13Timeout (100..1000)read-writecurrent
stpDot1dStpBridgeForwardDelay
OBJECT-TYPE
DURABLE: { 1500:all } The value that all bridges use for ForwardDelay when this bridge is acting as the root. Note that 802.1D-1990 specifies that the range for this parameter is related to the value of stpDot1dStpBridgeMaxAge. The granularity of this timer is specified by 802.1D-1990 to be 1 second. An agent may return a badValue error if a set is attempted to a value which is not a whole number of seconds.
1.3.6.1.4.1.13464.1.2.4.3.1.1.14Timeout (400..3000)read-writecurrent
stpDot1dStpPortTable
OBJECT-TYPE
A table that contains port-specific information for the Spanning Tree Protocol.
1.3.6.1.4.1.13464.1.2.4.3.1.1.15not-accessiblecurrent
stpDot1dStpPortEntry
OBJECT-TYPE
A list of information maintained by every port about the Spanning Tree Protocol state for that port.
1.3.6.1.4.1.13464.1.2.4.3.1.1.15.1not-accessiblecurrent
stpDot1dStpPort
OBJECT-TYPE
The port number of the port for which this entry contains Spanning Tree Protocol management information.
1.3.6.1.4.1.13464.1.2.4.3.1.1.15.1.1INTEGER (1..128)read-onlycurrent
stpDot1dStpPortPriority
OBJECT-TYPE
DURABLE: { 128:all } The value of the priority field which 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 stpDot1dStpPort.The value has to be a multiple of 16
1.3.6.1.4.1.13464.1.2.4.3.1.1.15.1.2INTEGER (0..240)read-writecurrent
stpDot1dStpPortState
OBJECT-TYPE
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 which are disabled (see stpDot1dStpPortEnable), this object will have a value of disabled(1).
1.3.6.1.4.1.13464.1.2.4.3.1.1.15.1.3INTEGER {disabled(1), blocking(2), listening(3), learning(4), forwarding(5), broken(6)}read-onlycurrent
stpDot1dStpPortEnable
OBJECT-TYPE
The enabled/disabled status of the port.
1.3.6.1.4.1.13464.1.2.4.3.1.1.15.1.4INTEGER {enabled(1), disabled(2)}read-writecurrent
stpDot1dStpPortPathCost
OBJECT-TYPE
DURABLE: { 10:all } The contribution of this port to the path cost of paths towards the spanning tree root which include this port. 802.1D-1990 recommends that the default value of this parameter be in inverse proportion to the speed of the attached LAN.
1.3.6.1.4.1.13464.1.2.4.3.1.1.15.1.5INTEGER (1..200000000)read-writecurrent
stpDot1dStpPortDesignatedRoot
OBJECT-TYPE
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.
1.3.6.1.4.1.13464.1.2.4.3.1.1.15.1.6BridgeIdread-onlycurrent
stpDot1dStpPortDesignatedCost
OBJECT-TYPE
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.
1.3.6.1.4.1.13464.1.2.4.3.1.1.15.1.7Integer32read-onlycurrent
stpDot1dStpPortDesignatedBridge
OBJECT-TYPE
The Bridge Identifier of the bridge which this port considers to be the Designated Bridge for this port's segment.
1.3.6.1.4.1.13464.1.2.4.3.1.1.15.1.8BridgeIdread-onlycurrent
stpDot1dStpPortDesignatedPort
OBJECT-TYPE
The Port Identifier of the port on the Designated Bridge for this port's segment.
1.3.6.1.4.1.13464.1.2.4.3.1.1.15.1.9OCTET STRING (SIZE(2))read-onlycurrent
stpDot1dStpPortForwardTransitions
OBJECT-TYPE
The number of times this port has transitioned from the Learning state to the Forwarding state.
1.3.6.1.4.1.13464.1.2.4.3.1.1.15.1.10Counter32read-onlycurrent
stpDot1dRemoteLoopDetect
OBJECT-TYPE
The LOOP DETECT status of the port.
1.3.6.1.4.1.13464.1.2.4.3.1.1.15.1.11INTEGER {enabled(1), disabled(2)}read-writecurrent
stpDot1wRstpPortTxHoldCount
OBJECT-TYPE
Maximum number of BPDUs allowed to be transmitted during per helloTime
1.3.6.1.4.1.13464.1.2.4.3.1.1.15.1.12INTEGER (1..255)read-writecurrent
stpDot1wRstpPortOperP2p
OBJECT-TYPE
The operational point-to-point status of the LAN segment attached to this port
1.3.6.1.4.1.13464.1.2.4.3.1.1.15.1.13INTEGER {true(1), false(2)}read-onlycurrent
stpDot1wRstpPortOperEdge
OBJECT-TYPE
The operational value of the Edge Port parameter
1.3.6.1.4.1.13464.1.2.4.3.1.1.15.1.14INTEGER {true(1), false(2)}read-onlycurrent
stpDot1wRstpPortMcheck
OBJECT-TYPE
force port into transmitting rstp packets
1.3.6.1.4.1.13464.1.2.4.3.1.1.15.1.15INTEGER {enable(1)}read-writecurrent
stpDot1wRstpPortTxTcn
OBJECT-TYPE
Output statistics of TCN packets
1.3.6.1.4.1.13464.1.2.4.3.1.1.15.1.16INTEGERread-onlycurrent
stpDot1wRstpPortTxConfig
OBJECT-TYPE
Output statistics of CONFIG packets
1.3.6.1.4.1.13464.1.2.4.3.1.1.15.1.17INTEGERread-onlycurrent
stpDot1wRstpPortTxRstp
OBJECT-TYPE
Output statistics of RSTP packets
1.3.6.1.4.1.13464.1.2.4.3.1.1.15.1.18INTEGERread-onlycurrent
stpDot1wRstpPortRxTcn
OBJECT-TYPE
Input statistics of TCN packets
1.3.6.1.4.1.13464.1.2.4.3.1.1.15.1.19INTEGERread-onlycurrent
stpDot1wRstpPortRxConfig
OBJECT-TYPE
Input statistics of CONFIG packets
1.3.6.1.4.1.13464.1.2.4.3.1.1.15.1.20INTEGERread-onlycurrent
stpDot1wRstpPortRxRstp
OBJECT-TYPE
Input statistics of RSTP packets
1.3.6.1.4.1.13464.1.2.4.3.1.1.15.1.21INTEGERread-onlycurrent
stpDot1wRstpPortClear
OBJECT-TYPE
Clear port spanning-tree statistics
1.3.6.1.4.1.13464.1.2.4.3.1.1.15.1.22INTEGER {true(1)}read-writecurrent
stpDot1wRstpPortAdminP2p
OBJECT-TYPE
The administrative point-to-point status of the LAN segment attached to this port
1.3.6.1.4.1.13464.1.2.4.3.1.1.15.1.23INTEGER {forceTrue(1), forceFalse(2), auto(3)}read-writecurrent
stpDot1wRstpPortAdminEdge
OBJECT-TYPE
The administrative value of the Edge Port parameter
1.3.6.1.4.1.13464.1.2.4.3.1.1.15.1.24INTEGER {enable(1), disable(2)}read-writecurrent
stpPropStpEnable
OBJECT-TYPE
DURABLE: { enabled:all } The enabled/disabled status of STP for the bridge entity.
1.3.6.1.4.1.13464.1.2.4.3.1.1.16INTEGER {enabled(1), disabled(2)}read-writecurrent
spanOnOff
OBJECT-TYPE
DURABLE: { enable } Enable/Disable Spanning Tree for the bridge. When 'disable(2)', all ports of the device are placed in the forwarding mode, regardless of current Spanning Tree state. When 'enable(1)', the normal STP state transitions take place.
1.3.6.1.4.1.13464.1.2.4.3.1.1.17INTEGER {enable(1), disable(2)}read-writecurrent
stpDot1dStpTrap
OBJECT-IDENTITY
1.3.6.1.4.1.13464.1.2.4.3.1.1.18
stpDot1wRstpForceVersion
OBJECT-TYPE
which protocol mode the bridge chooses to execute ,RSTP or STP compatible
1.3.6.1.4.1.13464.1.2.4.3.1.1.19INTEGER {ForceStp(0), ForceRstp(2), ForceMstp(3)}read-writecurrent
stpMIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.13464.1.2.4.3.2
stpMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.13464.1.2.4.3.2.1
stpMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.13464.1.2.4.3.2.2

Notifications

NameOIDStatus
stpDot1dStpPortBlocking
NOTIFICATION-TYPE
Port status is turned from forwarding to blocking.
1.3.6.1.4.1.13464.1.2.4.3.1.1.18.1current
stpDot1dStpPortException
NOTIFICATION-TYPE
Port packet flood to CPU rate is too big, port exception happen.
1.3.6.1.4.1.13464.1.2.4.3.1.1.18.2current
stpDot1dStpPortRecover
NOTIFICATION-TYPE
Port recover time pass after port encounter port CAR exception, and Port packet flood to CPU rate is normal, recover port.
1.3.6.1.4.1.13464.1.2.4.3.1.1.18.3current
stpDot1dStpPortRmtLoop
NOTIFICATION-TYPE
Port is blocked because of remote loop.
1.3.6.1.4.1.13464.1.2.4.3.1.1.18.4current
stpDot1dStpPortRmtLoopFree
NOTIFICATION-TYPE
Port is released from remote loop.
1.3.6.1.4.1.13464.1.2.4.3.1.1.18.5current
stpDot1dStpNewRoot
NOTIFICATION-TYPE
Root bridge changed for the stp.
1.3.6.1.4.1.13464.1.2.4.3.1.1.18.6current
stpDot1dStpPortForwarding
NOTIFICATION-TYPE
Port status is turned from blocking to forwarding.
1.3.6.1.4.1.13464.1.2.4.3.1.1.18.7current

Conformance

NameOIDStatus
stpMIBBaseGroup
OBJECT-GROUP
STP module groups.
1.3.6.1.4.1.13464.1.2.4.3.2.1.1current
stpMIBCompliance
MODULE-COMPLIANCE
The compliance statement for STP module.
1.3.6.1.4.1.13464.1.2.4.3.2.2.1current