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
| From | Symbols |
|---|---|
| ADMIN-MASTER-MIB | gbnL2 |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, iso |
| SNMPv2-TC | DisplayString, 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
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| BridgeId type | ||||
| Timeout type |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| 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.1 | INTEGER {unknown(1), decLb100(2), ieee8021d(3)} | read-only | current |
| 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.2 | INTEGER (0..61440) | read-write | current |
| 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.3 | TimeTicks | read-only | current |
| 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.4 | Counter32 | read-only | current |
| 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.5 | BridgeId | read-only | current |
| 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.6 | Integer32 | read-only | current |
| 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.7 | Integer32 | read-only | current |
| 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.8 | Timeout (600..4000) | read-only | current |
| 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.9 | Timeout (100..1000) | read-only | current |
| 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.10 | Integer32 | read-only | current |
| 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.11 | Timeout (400..3000) | read-only | current |
| 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.12 | Timeout (600..4000) | read-write | current |
| 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.13 | Timeout (100..1000) | read-write | current |
| 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.14 | Timeout (400..3000) | read-write | current |
| 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.15 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | INTEGER (1..128) | read-only | current |
| 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.2 | INTEGER (0..240) | read-write | current |
| 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.3 | INTEGER {disabled(1), blocking(2), listening(3), learning(4), forwarding(5), broken(6)} | read-only | current |
| 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.4 | INTEGER {enabled(1), disabled(2)} | read-write | current |
| 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.5 | INTEGER (1..200000000) | read-write | current |
| 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.6 | BridgeId | read-only | current |
| 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.7 | Integer32 | read-only | current |
| 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.8 | BridgeId | read-only | current |
| 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.9 | OCTET STRING (SIZE(2)) | read-only | current |
| 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.10 | Counter32 | read-only | current |
| 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.11 | INTEGER {enabled(1), disabled(2)} | read-write | current |
| 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.12 | INTEGER (1..255) | read-write | current |
| 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.13 | INTEGER {true(1), false(2)} | read-only | current |
| 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.14 | INTEGER {true(1), false(2)} | read-only | current |
| stpDot1wRstpPortMcheck OBJECT-TYPE force port into transmitting rstp packets | 1.3.6.1.4.1.13464.1.2.4.3.1.1.15.1.15 | INTEGER {enable(1)} | read-write | current |
| stpDot1wRstpPortTxTcn OBJECT-TYPE Output statistics of TCN packets | 1.3.6.1.4.1.13464.1.2.4.3.1.1.15.1.16 | INTEGER | read-only | current |
| stpDot1wRstpPortTxConfig OBJECT-TYPE Output statistics of CONFIG packets | 1.3.6.1.4.1.13464.1.2.4.3.1.1.15.1.17 | INTEGER | read-only | current |
| stpDot1wRstpPortTxRstp OBJECT-TYPE Output statistics of RSTP packets | 1.3.6.1.4.1.13464.1.2.4.3.1.1.15.1.18 | INTEGER | read-only | current |
| stpDot1wRstpPortRxTcn OBJECT-TYPE Input statistics of TCN packets | 1.3.6.1.4.1.13464.1.2.4.3.1.1.15.1.19 | INTEGER | read-only | current |
| stpDot1wRstpPortRxConfig OBJECT-TYPE Input statistics of CONFIG packets | 1.3.6.1.4.1.13464.1.2.4.3.1.1.15.1.20 | INTEGER | read-only | current |
| stpDot1wRstpPortRxRstp OBJECT-TYPE Input statistics of RSTP packets | 1.3.6.1.4.1.13464.1.2.4.3.1.1.15.1.21 | INTEGER | read-only | current |
| stpDot1wRstpPortClear OBJECT-TYPE Clear port spanning-tree statistics | 1.3.6.1.4.1.13464.1.2.4.3.1.1.15.1.22 | INTEGER {true(1)} | read-write | current |
| 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.23 | INTEGER {forceTrue(1), forceFalse(2), auto(3)} | read-write | current |
| 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.24 | INTEGER {enable(1), disable(2)} | read-write | current |
| 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.16 | INTEGER {enabled(1), disabled(2)} | read-write | current |
| 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.17 | INTEGER {enable(1), disable(2)} | read-write | current |
| 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.19 | INTEGER {ForceStp(0), ForceRstp(2), ForceMstp(3)} | read-write | current |
| 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
| Name | OID | Status |
|---|---|---|
| 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.1 | current |
| 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.2 | current |
| 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.3 | current |
| stpDot1dStpPortRmtLoop NOTIFICATION-TYPE Port is blocked because of remote loop. | 1.3.6.1.4.1.13464.1.2.4.3.1.1.18.4 | current |
| stpDot1dStpPortRmtLoopFree NOTIFICATION-TYPE Port is released from remote loop. | 1.3.6.1.4.1.13464.1.2.4.3.1.1.18.5 | current |
| stpDot1dStpNewRoot NOTIFICATION-TYPE Root bridge changed for the stp. | 1.3.6.1.4.1.13464.1.2.4.3.1.1.18.6 | current |
| 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.7 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| stpMIBBaseGroup OBJECT-GROUP STP module groups. | 1.3.6.1.4.1.13464.1.2.4.3.2.1.1 | current |
| stpMIBCompliance MODULE-COMPLIANCE The compliance statement for STP module. | 1.3.6.1.4.1.13464.1.2.4.3.2.2.1 | current |