FORCE10-MSTP-MIB

File: FORCE10-MSTP-MIB.mib (42232 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC RFC1213-MIB
Q-BRIDGE-MIB BRIDGE-MIB FORCE10-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
TimeTicks Integer32 TEXTUAL-CONVENTION
RowStatus DisplayString TruthValue
mib-2 VlanId Timeout
BridgeId dot1dBridge f10Experiment

Defined Types

PortIndex  
A unique value, greater than zero, for each Port in the managed Bridge. The value for each PortIndex remain constant at least from one re-initialization of the entity's network management system to the next re-initialization.
TEXTUAL-CONVENTION    
  INTEGER 1..4094  

PortIndexOrZero  
This textual convention is an extension of the PortIndex convention. The latter defines a greater than zero value used to identify a Port in the managed Bridge. This extension permits the additional value of zero. the value zero is object-specific and must therefore be defined as part of the description of any object which uses this syntax. Examples of the usage of zero might include situations where Port was unknown, or when none or all Ports need to be referenced.
TEXTUAL-CONVENTION    
  Integer32 0..2147483647  

MstiInstanceIndex  
A unique value, greater than zero, for each Multiple Spanning Tree Instance (MSTI) in the managed Bridge. The value for each MstiInstanceIndex remains constant for the instance. The
TEXTUAL-CONVENTION    
  Integer32 1..64  

BpduCounter  
An optional counter of received or transmitted Bridge Protocol Data Units of different types on/from a Port. If the agent does not support these counter, it returns the value 0. These counters are reset when the protocol starts to operate and when the value of mstpPortOperMACEnable changes from false(2) to true(1).
TEXTUAL-CONVENTION    
  Counter32  

MstiOrCistInstanceIndex  
This textual convention is an extension of the MstiInstanceIndex convention. This extension permits the additional value of zero, which means Common and Internal Spanning Tree (CIST).
TEXTUAL-CONVENTION    
  Integer32 0..64  

PortId  
The Port Identifier of the Port, the unique Port identifier comprising two parts, the Port Number and the Port Priority field (13.24.8 of IEEE Std 802.1s, 8.5.5.1 and 17.18.16 of IEEE Std 802.1D, 1998 Edition).
TEXTUAL-CONVENTION    
  OCTET STRING Size(2)  

MstpPortEntry  
SEQUENCE    
  mstpPortIndex PortIndex
  mstpPortAdminMACEnable TruthValue
  mstpPortOperMACEnable TruthValue
  mstpPortUpTime TimeTicks
  mstpPortAdminExternalPathCost Integer32
  mstpPortOperExternalPathCost Integer32
  mstpPortAdminEdge TruthValue
  mstpPortOperEdge TruthValue
  mstpPortAutoEdge TruthValue
  mstpPortAdminPointToPoint INTEGER
  mstpPortOperPointToPoint TruthValue
  mstpPortHelloTime Timeout
  mstpPortAdminNonStp TruthValue
  mstpPortProtocolMigration TruthValue
  mstpPortRxTcnBpduCounter BpduCounter
  mstpPortRxCfgBpduCounter BpduCounter
  mstpPortRxRstBpduCounter BpduCounter
  mstpPortRxMstBpduCounter BpduCounter
  mstpPortTxTcnBpduCounter BpduCounter
  mstpPortTxCfgBpduCounter BpduCounter
  mstpPortTxRstBpduCounter BpduCounter
  mstpPortTxMstBpduCounter BpduCounter

MstpMapEntry  
SEQUENCE    
  mstpMapMSTiID MstiInstanceIndex
  mstpMapVlanRangeIndex Integer32
  mstpMapVlanMin VlanId
  mstpMapVlanMax VlanId
  mstpMapRowStatus RowStatus

MstpXstEntry  
SEQUENCE    
  mstpXstId MstiOrCistInstanceIndex
  mstpXstBridgePriority Integer32
  mstpXstBridgeId BridgeId
  mstpXstDesignatedRoot BridgeId
  mstpXstDesignatedBridge BridgeId
  mstpXstInternalRootCost Integer32
  mstpXstRootPort PortIndexOrZero
  mstpXstMasterPort PortIndexOrZero
  mstpXstTimeSinceTopologyChange TimeTicks
  mstpXstTopologyChangesCount Counter32
  mstpXstTopologyChangeFlag TruthValue

MstpXstPortEntry  
SEQUENCE    
  mstpXstPortXstId MstiOrCistInstanceIndex
  mstpXstPortIndex PortIndex
  mstpXstPortState INTEGER
  mstpXstPortRole INTEGER
  mstpXstPortDesignatedRoot BridgeId
  mstpXstPortExternalRootCost Integer32
  mstpXstPortRegionalBridge BridgeId
  mstpXstPortInternalRootCost Integer32
  mstpXstPortDesignatedBridge BridgeId
  mstpXstPortDesignatedPort PortId
  mstpXstPortPriority Integer32
  mstpXstPortAdminInternalPathCost Integer32
  mstpXstPortOperInternalPathCost Integer32

Defined Values

f10Mstp 1.3.6.1.4.1.6027.20.2
The MIB module for managing devices that support Multiple & Rapid Spanning Trees Protocol and algorithm. It is dedicated to reflect IEEE Std 802.1s. Note: This contains the MIB objects defined in MSTP-MIB of ruzin-mstp-mib-02.txt.
MODULE-IDENTITY    

mstpGen 1.3.6.1.4.1.6027.20.2.10
OBJECT IDENTIFIER    

mstpGenBridgeMaxAge 1.3.6.1.4.1.6027.20.2.10.2
12.8.1.3.a)
Status: current Access: read-write
OBJECT-TYPE    
  Timeout 600..4000  

mstpGenBridgeHelloTime 1.3.6.1.4.1.6027.20.2.10.3
12.8.1.3.b)
Status: current Access: read-write
OBJECT-TYPE    
  Timeout 100..1000  

mstpGenBridgeForwardDelay 1.3.6.1.4.1.6027.20.2.10.4
12.8.1.3.c)
Status: current Access: read-write
OBJECT-TYPE    
  Timeout 400..3000  

mstpGenMaxAge 1.3.6.1.4.1.6027.20.2.10.8
12.8.1.3.a)
Status: current Access: read-only
OBJECT-TYPE    
  Timeout 600..4000  

mstpGenHelloTime 1.3.6.1.4.1.6027.20.2.10.9
12.8.1.3.b)
Status: current Access: read-only
OBJECT-TYPE    
  Timeout 100..1000  

mstpGenForwardDelay 1.3.6.1.4.1.6027.20.2.10.10
12.8.1.3.c)
Status: current Access: read-only
OBJECT-TYPE    
  Timeout 400..3000  

mstpGenMaxHops 1.3.6.1.4.1.6027.20.2.10.14
13.22.f)
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 4..30  

mstpGenHoldTime 1.3.6.1.4.1.6027.20.2.10.15
.
Status: current Access: read-write
OBJECT-TYPE    
  Timeout 100..1000  

mstpGenMigrateTime 1.3.6.1.4.1.6027.20.2.10.16
13.22.d)
Status: current Access: read-write
OBJECT-TYPE    
  Timeout 100..1000  

mstpGenPathCostDefault 1.3.6.1.4.1.6027.20.2.10.18
(Copied from draft-ietf-bridge-rstpmib-02.txt). The version of the Spanning Tree default Path Costs that are to be used by this Bridge. A value of pathCostDefault8021d1998(1) uses the 16-bit default Path Costs from IEEE Std. 802.1D-1998. A value of pathCostDefault8021t2001(2) uses the 32-bit default Path Costs from IEEE Std. 802.1t.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER pathCostDefault8021d1998(1), pathCostDefault8021t2001(2)  

mstpGenCapable 1.3.6.1.4.1.6027.20.2.10.19
An indication of wheter the Bridge supports 'maximum' level Spanning Tree Protocol. The value nonStp(0) indicates, the Bridge doesn't support any Spanning Tree Protocol. The value 'dot1d1998(1)' indicates the Spanning Tree Protocol specified in EEE 802.1D-1998, 'dot1w(2)' indicates the Rapid Spanning Tree Protocol specified in IEEE Std 802.1w, 'dot1d2004' indicates IEEE Std 802.1D-2004 and 'dot1s(4) means MSTP IEEE Std 802.1s.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER nonStp(0), dot1d1998(1), dot1w(2), dot1d2004(3), dot1s(4), dot1q(5), unknown(6)  

mstpGenForceVersion 1.3.6.1.4.1.6027.20.2.10.20
The value forceNonStp(0) indicates, the Spanning Tree Protocol is disabled on the Bridge (or the Spanning Tree Protocol Emulation operates). Other possible values are described in IEEE Std 802.1s clause 12.8.1.3.e)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER forceNonStp(0), forceLegacyDot1d(1), forceDot1w(2), autoDot1s(3), unknown(4)  

mstpGenCfgIdFmtSel 1.3.6.1.4.1.6027.20.2.10.30
Configuration Identificator Format Selector.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

mstpGenCfgIdName 1.3.6.1.4.1.6027.20.2.10.31
The configuration name that identifies the MST region and is used as one of the inputs in the computation of the MST Configuration Identifier.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(32)  

mstpGenCfgIdRevLevel 1.3.6.1.4.1.6027.20.2.10.32
This object identifies the MST revision that identifies the MST region and is used as one of the inputs in the computation of the MST configuration Identifier.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

mstpGenCfgIdDigest 1.3.6.1.4.1.6027.20.2.10.33
Configuration Digest.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(16)  

mstpGenReginalRoot 1.3.6.1.4.1.6027.20.2.10.34
... of CIST.
Status: current Access: read-only
OBJECT-TYPE    
  BridgeId  

mstpGenExternalRootCost 1.3.6.1.4.1.6027.20.2.10.35
... of CIST.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mstpPortTable 1.3.6.1.4.1.6027.20.2.11
A table that contains generic information about every port that is associated with this bridge.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MstpPortEntry

mstpPortEntry 1.3.6.1.4.1.6027.20.2.11.1
A list of information for each port of the bridge.
Status: current Access: not-accessible
OBJECT-TYPE    
  MstpPortEntry  

mstpPortIndex 1.3.6.1.4.1.6027.20.2.11.1.1
A unique value, greater than zero, for each Port. The value for each interface sub-layer must remain constant at least from one re-initialization of the entity's network management system to the next re- initialization.
Status: current Access: read-only
OBJECT-TYPE    
  PortIndex  

mstpPortAdminMACEnable 1.3.6.1.4.1.6027.20.2.11.1.2
.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

mstpPortOperMACEnable 1.3.6.1.4.1.6027.20.2.11.1.3
.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

mstpPortUpTime 1.3.6.1.4.1.6027.20.2.11.1.4
The value of sysUpTime at the time when the Port has been enabled by mstpPortAdminMACEnable or linked last time.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

mstpPortAdminExternalPathCost 1.3.6.1.4.1.6027.20.2.11.1.5
The administrative value of the External Port Cost parameter. The value 0 means, that Port Cost will be selected automatically in correspondence with the speed of the attached LAN.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..200000000  

mstpPortOperExternalPathCost 1.3.6.1.4.1.6027.20.2.11.1.6
.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mstpPortAdminEdge 1.3.6.1.4.1.6027.20.2.11.1.7
.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

mstpPortOperEdge 1.3.6.1.4.1.6027.20.2.11.1.8
.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

mstpPortAutoEdge 1.3.6.1.4.1.6027.20.2.11.1.9
(From IEEE Std 8021D). Optional.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

mstpPortAdminPointToPoint 1.3.6.1.4.1.6027.20.2.11.1.10
.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER forceTrue(0), forceFalse(1), auto(2)  

mstpPortOperPointToPoint 1.3.6.1.4.1.6027.20.2.11.1.11
.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

mstpPortHelloTime 1.3.6.1.4.1.6027.20.2.11.1.12
.
Status: current Access: read-write
OBJECT-TYPE    
  Timeout 100..1000  

mstpPortAdminNonStp 1.3.6.1.4.1.6027.20.2.11.1.13
Ports with this object set to true(1) do not participate in any STP computation; they are always in Forwarding state, do not send BPDU and all received on these Ports BPDU must be discarded. Such Ports are used to define the STP termination point of the LAN.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

mstpPortProtocolMigration 1.3.6.1.4.1.6027.20.2.11.1.14
Reflects 'mcheck' - 'Force BPDU Migration Check' management operation, which is executes, when this object is being set to true(1). The value false(2) in SET operation has to be ignored. The operation GET must always return value false(2).
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

mstpPortRxTcnBpduCounter 1.3.6.1.4.1.6027.20.2.11.1.15
Received Topology Change Notification (TCN) Messages.
Status: current Access: read-only
OBJECT-TYPE    
  BpduCounter  

mstpPortRxCfgBpduCounter 1.3.6.1.4.1.6027.20.2.11.1.16
Received Configuration BPDUs (IEEE Std 802.1d-1998).
Status: current Access: read-only
OBJECT-TYPE    
  BpduCounter  

mstpPortRxRstBpduCounter 1.3.6.1.4.1.6027.20.2.11.1.17
Received RST BPDUs IEEE Std 802.1w-2001.
Status: current Access: read-only
OBJECT-TYPE    
  BpduCounter  

mstpPortRxMstBpduCounter 1.3.6.1.4.1.6027.20.2.11.1.18
Received MST BPDUs IEEE Std 802.1s.
Status: current Access: read-only
OBJECT-TYPE    
  BpduCounter  

mstpPortTxTcnBpduCounter 1.3.6.1.4.1.6027.20.2.11.1.19
Transmitted Topology Change Notification (TCN) Messages.
Status: current Access: read-only
OBJECT-TYPE    
  BpduCounter  

mstpPortTxCfgBpduCounter 1.3.6.1.4.1.6027.20.2.11.1.20
Transmitted Configuration BPDUs (IEEE Std 802.1d-1998).
Status: current Access: read-only
OBJECT-TYPE    
  BpduCounter  

mstpPortTxRstBpduCounter 1.3.6.1.4.1.6027.20.2.11.1.21
Transmitted RST BPDUs IEEE Std 802.1w-2001.
Status: current Access: read-only
OBJECT-TYPE    
  BpduCounter  

mstpPortTxMstBpduCounter 1.3.6.1.4.1.6027.20.2.11.1.22
Transmitted MST BPDUs IEEE Std 802.1s.
Status: current Access: read-only
OBJECT-TYPE    
  BpduCounter  

mstpMapTable 1.3.6.1.4.1.6027.20.2.12
MST Configuration table (VID=>MSTID translation): allocates each and every possible VLAN to CST or a specific MSTI.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MstpMapEntry

mstpMapEntry 1.3.6.1.4.1.6027.20.2.12.1
MST Configuration table (VID=>MSTID translation): allocates each and every possible VLAN to CST or a specific MSTI.
Status: current Access: not-accessible
OBJECT-TYPE    
  MstpMapEntry  

mstpMapMSTiID 1.3.6.1.4.1.6027.20.2.12.1.1
.
Status: current Access: not-accessible
OBJECT-TYPE    
  MstiInstanceIndex  

mstpMapVlanRangeIndex 1.3.6.1.4.1.6027.20.2.12.1.2
Signifies the index to the VLAN range entry in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..4094  

mstpMapVlanMin 1.3.6.1.4.1.6027.20.2.12.1.3
.
Status: current Access: read-create
OBJECT-TYPE    
  VlanId  

mstpMapVlanMax 1.3.6.1.4.1.6027.20.2.12.1.4
.
Status: current Access: read-create
OBJECT-TYPE    
  VlanId  

mstpMapRowStatus 1.3.6.1.4.1.6027.20.2.12.1.9
The status of the row as per SNMP-v2.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

mstpXstTable 1.3.6.1.4.1.6027.20.2.13
.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MstpXstEntry

mstpXstEntry 1.3.6.1.4.1.6027.20.2.13.1
.
Status: current Access: not-accessible
OBJECT-TYPE    
  MstpXstEntry  

mstpXstId 1.3.6.1.4.1.6027.20.2.13.1.1
0 means CIST.
Status: current Access: read-only
OBJECT-TYPE    
  MstiOrCistInstanceIndex  

mstpXstBridgePriority 1.3.6.1.4.1.6027.20.2.13.1.2
Bridge priority, in steps of 4096.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..61440  

mstpXstBridgeId 1.3.6.1.4.1.6027.20.2.13.1.3
.
Status: current Access: read-only
OBJECT-TYPE    
  BridgeId  

mstpXstDesignatedRoot 1.3.6.1.4.1.6027.20.2.13.1.4
.
Status: current Access: read-only
OBJECT-TYPE    
  BridgeId  

mstpXstDesignatedBridge 1.3.6.1.4.1.6027.20.2.13.1.5
.
Status: current Access: read-only
OBJECT-TYPE    
  BridgeId  

mstpXstInternalRootCost 1.3.6.1.4.1.6027.20.2.13.1.6
.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mstpXstRootPort 1.3.6.1.4.1.6027.20.2.13.1.7
.
Status: current Access: read-only
OBJECT-TYPE    
  PortIndexOrZero  

mstpXstMasterPort 1.3.6.1.4.1.6027.20.2.13.1.8
Non zero value may not be in CIST.
Status: current Access: read-only
OBJECT-TYPE    
  PortIndexOrZero  

mstpXstTimeSinceTopologyChange 1.3.6.1.4.1.6027.20.2.13.1.11
.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

mstpXstTopologyChangesCount 1.3.6.1.4.1.6027.20.2.13.1.12
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mstpXstTopologyChangeFlag 1.3.6.1.4.1.6027.20.2.13.1.13
.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

mstpXstPortTable 1.3.6.1.4.1.6027.20.2.14
.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MstpXstPortEntry

mstpXstPortEntry 1.3.6.1.4.1.6027.20.2.14.1
.
Status: current Access: not-accessible
OBJECT-TYPE    
  MstpXstPortEntry  

mstpXstPortXstId 1.3.6.1.4.1.6027.20.2.14.1.1
0 means CIST.
Status: current Access: not-accessible
OBJECT-TYPE    
  MstiOrCistInstanceIndex  

mstpXstPortIndex 1.3.6.1.4.1.6027.20.2.14.1.2
The value of mstpPortIndex of the Port in mstpPortTable.
Status: current Access: read-only
OBJECT-TYPE    
  PortIndex  

mstpXstPortState 1.3.6.1.4.1.6027.20.2.14.1.3
.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), discarding(2), learning(3), forwarding(4), unknown(5)  

mstpXstPortRole 1.3.6.1.4.1.6027.20.2.14.1.4
.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), alternate(2), backup(3), root(4), designated(5), master(6), nonStp(7), unknown(8)  

mstpXstPortDesignatedRoot 1.3.6.1.4.1.6027.20.2.14.1.6
.
Status: current Access: read-only
OBJECT-TYPE    
  BridgeId  

mstpXstPortExternalRootCost 1.3.6.1.4.1.6027.20.2.14.1.7
.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mstpXstPortRegionalBridge 1.3.6.1.4.1.6027.20.2.14.1.8
.
Status: current Access: read-only
OBJECT-TYPE    
  BridgeId  

mstpXstPortInternalRootCost 1.3.6.1.4.1.6027.20.2.14.1.9
.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mstpXstPortDesignatedBridge 1.3.6.1.4.1.6027.20.2.14.1.10
.
Status: current Access: read-only
OBJECT-TYPE    
  BridgeId  

mstpXstPortDesignatedPort 1.3.6.1.4.1.6027.20.2.14.1.14
.
Status: current Access: read-only
OBJECT-TYPE    
  PortId  

mstpXstPortPriority 1.3.6.1.4.1.6027.20.2.14.1.15
Port priority, in steps of 16.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..255  

mstpXstPortAdminInternalPathCost 1.3.6.1.4.1.6027.20.2.14.1.16
The value 0 means, that the cost will be selected automatically.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..200000000  

mstpXstPortOperInternalPathCost 1.3.6.1.4.1.6027.20.2.14.1.17
.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mstpTraps 1.3.6.1.4.1.6027.20.2.0
OBJECT IDENTIFIER    

mstpNewRootBridge 1.3.6.1.4.1.6027.20.2.0.1
The mstpNewRootBridge trap indicates that the sending agent has become the new root of the Spanning Tree in the CIST or in any MSTI; the trap 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. Implementation of this trap is optional.
Status: current Access: read-only
NOTIFICATION-TYPE    

mstpNewRootPort 1.3.6.1.4.1.6027.20.2.0.2
The mstpNewRootPort trap indicates that the sending agent has changed the root Port of the Spanning Tree in the CIST or in any MSTI. If the instance has become a root one, the sending value of the parameter mstpXstPortIndex is equal to zero. The trap is sent by a bridge soon after its election as the new root Port, e.g., upon expiration of the Topology Change Timer immediately subsequent to its election. Implementation of this trap is optional.
Status: current Access: read-only
NOTIFICATION-TYPE    

mstpTopologyChange 1.3.6.1.4.1.6027.20.2.0.3
A mstpTopologyChange trap is sent by a bridge when any of its configured ports n any instance (CIST or MSTI) transitions from the Learning state to the Forwarding state, or from the Forwarding state to the Blocking state. The trap is not sent if a mstpNewRootBridge trap is sent for the same transition. Implementation of this trap is optional.
Status: current Access: read-only
NOTIFICATION-TYPE