PRVT-SPANNING-TREE-MIB

File: PRVT-SPANNING-TREE-MIB.mib (31459 bytes)

Imported modules

IF-MIB PRVT-SWITCH-MIB SNMPv2-SMI
SNMPv2-TC

Imported symbols

ifIndex switch MODULE-IDENTITY
NOTIFICATION-TYPE OBJECT-TYPE Unsigned32
RowStatus TEXTUAL-CONVENTION TruthValue

Defined Types

PrvtStInstIdTC  
A spanning tree instance identifier.
TEXTUAL-CONVENTION    
  Unsigned32 0..15  

PrvtStInstIdExceptZeroTC  
A non-zero spanning tree instance identifier.
TEXTUAL-CONVENTION    
  Unsigned32 1..15  

PrvtStPortIdTC  
The port identifier.
TEXTUAL-CONVENTION    
  Unsigned32 0..65535  

PrvtStBridgeIdTC  
The bridge identifier, as used in the Spanning Tree Protocol, to uniquely identify a bridge.
TEXTUAL-CONVENTION    
  OCTET STRING Size(8)  

PrvtStLearnModeTC  
Learn mode.
TEXTUAL-CONVENTION    
  INTEGER none(0), standard(1), temporary-disabled(2)  

PrvtStLinkTypeTC  
Link types.
TEXTUAL-CONVENTION    
  INTEGER auto(1), pointToPoint(2), shared(3)  

PrvtStPortRoleTC  
Possible port roles.
TEXTUAL-CONVENTION    
  INTEGER disabled(1), root(2), designated(3), alternate(4), backup(5), master(6)  

PrvtStPortStateTC  
Possible port states.
TEXTUAL-CONVENTION    
  INTEGER forward(1), block(2), learn(3)  

PrvtStPortPriorityTC  
Possible values for port priority. Valid values are multiples of 16.
TEXTUAL-CONVENTION    
  Unsigned32 0 | 16 | 32 | 48 | 64 | 80 | 96 | 112 | 128 | 144 | 160 | 176 | 192 | 208 | 224 | 240  

PrvtStBridgePriorityTC  
Possible values for bridge priority. Valid values are multiples of 4096.
TEXTUAL-CONVENTION    
  Unsigned32 0 | 4096 | 8192 | 12288 | 16384 | 20480 | 24576 | 28672 | 32768 | 36864 | 40960 | 45056 | 49152 | 53248 | 57344 | 61440  

PrvtStPortEntry  
SEQUENCE    
  prvtStPortIfName OCTET STRING
  prvtStPortRowStatus RowStatus
  prvtStPortBpduTx TruthValue
  prvtStPortBpduRx TruthValue
  prvtStPortDetectBpduLoss TruthValue
  prvtStPortCiscoCompliant TruthValue
  prvtStPortEdge TruthValue
  prvtStPortEdgeStatus TruthValue
  prvtStPortEdgeFlush TruthValue
  prvtStPortLinkType PrvtStLinkTypeTC
  prvtStPortLinkTypeStatus PrvtStLinkTypeTC
  prvtStPortRestrictedRoot TruthValue
  prvtStPortRestrictedTcn TruthValue
  prvtStPortPathCost Unsigned32
  prvtStPortPriority PrvtStPortPriorityTC
  prvtStPortAdminStatus TruthValue
  prvtStPortState PrvtStPortStateTC
  prvtStPortRole PrvtStPortRoleTC
  prvtStPortDesPCost Unsigned32
  prvtStPortDesBridgeID OCTET STRING
  prvtStPortDesPortID PrvtStPortIdTC

PrvtStMstpInstEntry  
SEQUENCE    
  prvtStMstpInstId PrvtStInstIdExceptZeroTC
  prvtStMstpInstRowStatus RowStatus
  prvtStMstpInstPriority PrvtStBridgePriorityTC
  prvtStMstpInstTimeSinceTopChng Unsigned32
  prvtStMstpInstTopChanges Unsigned32

PrvtStMstpInstStatEntry  
SEQUENCE    
  prvtStMstpInstStatRRootID OCTET STRING
  prvtStMstpInstStatRemHopCount Unsigned32

PrvtStMstpVlanPerInstEntry  
SEQUENCE    
  prvtStMstpVlanPerInstVlanId Unsigned32
  prvtStMstpVlanPerInstRowStatus RowStatus
  prvtStMstpVlanPerInstMstId PrvtStInstIdTC

PrvtStMstpInstPortEntry  
SEQUENCE    
  prvtStMInstPortInstId PrvtStInstIdExceptZeroTC
  prvtStMInstPortRowStatus RowStatus
  prvtStMInstPortPathCost Unsigned32
  prvtStMInstPortPriority PrvtStPortPriorityTC
  prvtStMInstPortAdminStatus TruthValue
  prvtStMInstPortState PrvtStPortStateTC
  prvtStMInstPortFwdTrans Unsigned32
  prvtStMInstPortStatRole PrvtStPortRoleTC
  prvtStMInstPortDesPCost Unsigned32
  prvtStMInstPortDesBridgeID OCTET STRING
  prvtStMInstPortDesPortID PrvtStPortIdTC

PrvtStFRingInstEntry  
SEQUENCE    
  prvtStFRingInstPort1 OCTET STRING
  prvtStFRingInstPort2 OCTET STRING
  prvtStFRingInstRowStatus RowStatus

Defined Values

prvtSpanningTreeMIB 1.3.6.1.4.1.738.1.5.107
The private MIB module for management of the spanning tree and fast ring protocols.
MODULE-IDENTITY    

prvtStNotifications 1.3.6.1.4.1.738.1.5.107.0
OBJECT IDENTIFIER    

prvtStObjects 1.3.6.1.4.1.738.1.5.107.1
OBJECT IDENTIFIER    

prvtStCommon 1.3.6.1.4.1.738.1.5.107.1.1
OBJECT IDENTIFIER    

prvtStProviderBridgeAddress 1.3.6.1.4.1.738.1.5.107.1.1.1
Chose wich standard - 802.1d or 802.1ad will be used for BPDUs
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER dot1d(0), dot1ad(1)  

prvtStMaxAge 1.3.6.1.4.1.738.1.5.107.1.1.2
The maximum age, in seconds, of Spanning Tree Protocol information learned from the network on any port before it is discarded. Note that the following relationships are enforced: prvtStMaxAge >= 2 x (prvtStHelloTime + 1) 2 x (prvtStForwardDelay - 1) >= prvtStMaxAge
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 6..40  

prvtStHelloTime 1.3.6.1.4.1.738.1.5.107.1.1.3
The amount of time, in seconds, 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. Note that the following relationship is enforced: prvtStMaxAge >= 2 x (prvtStHelloTime + 1)
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..40  

prvtStForwardDelay 1.3.6.1.4.1.738.1.5.107.1.1.4
The amount of time in seconds to delay before entering forwarding state. Note that the following relationship is enforced: 2 x (prvtStForwardDelay - 1) >= prvtStMaxAge
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 4..30  

prvtStPriority 1.3.6.1.4.1.738.1.5.107.1.1.5
The bridge priority. Valid values are multiples of 4096.
Status: current Access: read-write
OBJECT-TYPE    
  PrvtStBridgePriorityTC  

prvtStTimeSinceTopologyChange 1.3.6.1.4.1.738.1.5.107.1.1.6
The time, in seconds, since last topology change.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

prvtStTopChanges 1.3.6.1.4.1.738.1.5.107.1.1.7
The total number of topology changes detected.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

prvtStPortTable 1.3.6.1.4.1.738.1.5.107.1.1.8
A table containing port specific configuration information for the spanning-tree protocols.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtStPortEntry

prvtStPortEntry 1.3.6.1.4.1.738.1.5.107.1.1.8.1
An entry in prvtStPortTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtStPortEntry  

prvtStPortIfName 1.3.6.1.4.1.738.1.5.107.1.1.8.1.1
RowStatus for prvtStPortTable
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

prvtStPortRowStatus 1.3.6.1.4.1.738.1.5.107.1.1.8.1.2
RowStatus for prvtStPortTable
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

prvtStPortBpduTx 1.3.6.1.4.1.738.1.5.107.1.1.8.1.3
Enable transmission of BPDUs on this port.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtStPortBpduRx 1.3.6.1.4.1.738.1.5.107.1.1.8.1.4
Configures how BPDUs received by the port should be processed.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtStPortDetectBpduLoss 1.3.6.1.4.1.738.1.5.107.1.1.8.1.5
Enable detection of BPDU loss.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtStPortCiscoCompliant 1.3.6.1.4.1.738.1.5.107.1.1.8.1.6
Configure this port to be Cisco compliant.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtStPortEdge 1.3.6.1.4.1.738.1.5.107.1.1.8.1.7
Set port as an edge-port. Note that ring ports can not be set as edge ports.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtStPortEdgeStatus 1.3.6.1.4.1.738.1.5.107.1.1.8.1.8
Whether this port is currently operating as an edge port.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

prvtStPortEdgeFlush 1.3.6.1.4.1.738.1.5.107.1.1.8.1.9
Flush edge port when blocking.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtStPortLinkType 1.3.6.1.4.1.738.1.5.107.1.1.8.1.10
Configure the link type for this port.
Status: current Access: read-create
OBJECT-TYPE    
  PrvtStLinkTypeTC  

prvtStPortLinkTypeStatus 1.3.6.1.4.1.738.1.5.107.1.1.8.1.11
The current link type status for this port.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtStLinkTypeTC  

prvtStPortRestrictedRoot 1.3.6.1.4.1.738.1.5.107.1.1.8.1.12
Enable root restriction on this port. Note that ring ports can not have restricted root enabled.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtStPortRestrictedTcn 1.3.6.1.4.1.738.1.5.107.1.1.8.1.13
Enable topology change notification (TCN) restriction on this port. Note that ring ports can not have restricted TCN enabled.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtStPortPathCost 1.3.6.1.4.1.738.1.5.107.1.1.8.1.14
Configure the path cost for this port.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..200000000  

prvtStPortPriority 1.3.6.1.4.1.738.1.5.107.1.1.8.1.15
Set port priority. Valid values are multiples of 16.
Status: current Access: read-create
OBJECT-TYPE    
  PrvtStPortPriorityTC  

prvtStPortAdminStatus 1.3.6.1.4.1.738.1.5.107.1.1.8.1.16
Enable or disable spanning-tree on this port. Note that ring ports can not be set to disabled.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtStPortState 1.3.6.1.4.1.738.1.5.107.1.1.8.1.17
The current state of this port.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtStPortStateTC  

prvtStPortRole 1.3.6.1.4.1.738.1.5.107.1.1.8.1.18
The current role for this port.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtStPortRoleTC  

prvtStPortDesPCost 1.3.6.1.4.1.738.1.5.107.1.1.8.1.19
The designated path cost for this port.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

prvtStPortDesBridgeID 1.3.6.1.4.1.738.1.5.107.1.1.8.1.20
The designated bridge ID for this port.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

prvtStPortDesPortID 1.3.6.1.4.1.738.1.5.107.1.1.8.1.21
The designated port ID for this port.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtStPortIdTC  

prvtStTxHoldCount 1.3.6.1.4.1.738.1.5.107.1.1.9
TxHoldCount is the value used by the Port Transmit state machine to limit the maximum transmission rate.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..20  

prvtStLearnMode 1.3.6.1.4.1.738.1.5.107.1.1.10
Specify learning of new MACs on non-edge ports
Status: current Access: read-write
OBJECT-TYPE    
  PrvtStLearnModeTC  

prvtStStp 1.3.6.1.4.1.738.1.5.107.1.2
OBJECT IDENTIFIER    

prvtStStpProtocolDisabled 1.3.6.1.4.1.738.1.5.107.1.2.1
Enable STP protocol. Note that only one flavour of xSTP can be running at a time (i.e. only one of prvtStStpProtocolDisabled, prvtStRstpProtocolDisabled, prvtStMstpProtocolDisabled, prvtStFRingProtocolDisabled can be true at a time.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

prvtStRstp 1.3.6.1.4.1.738.1.5.107.1.3
OBJECT IDENTIFIER    

prvtStRstpProtocolDisabled 1.3.6.1.4.1.738.1.5.107.1.3.1
Enable RSTP protocol. Note that only one flavour of xSTP can be running at a time (i.e. only one of prvtStStpProtocolDisabled, prvtStRstpProtocolDisabled, prvtStMstpProtocolDisabled, prvtStFRingProtocolDisabled can be true at a time.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

prvtStMstp 1.3.6.1.4.1.738.1.5.107.1.4
OBJECT IDENTIFIER    

prvtStMstpProtocolDisabled 1.3.6.1.4.1.738.1.5.107.1.4.1
Enable MSTP protocol. Note that only one flavour of xSTP can be running at a time (i.e. only one of prvtStStpProtocolDisabled, prvtStRstpProtocolDisabled, prvtStMstpProtocolEnable, prvtStFRingProtocolDisabled can be true at a time.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

prvtStMstpRegionName 1.3.6.1.4.1.738.1.5.107.1.4.2
The configuration name of the MST region to which this bridge belongs.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

prvtStMstpRegionRevision 1.3.6.1.4.1.738.1.5.107.1.4.3
MST region revision.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..65535  

prvtStMstpMaxHops 1.3.6.1.4.1.738.1.5.107.1.4.4
Maximum number of hops for the MST region.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..40  

prvtStMstpMigrationDelay 1.3.6.1.4.1.738.1.5.107.1.4.6
The Migration Delay timer in seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

prvtStMstpInstTable 1.3.6.1.4.1.738.1.5.107.1.4.8
This table contains MST instance information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtStMstpInstEntry

prvtStMstpInstEntry 1.3.6.1.4.1.738.1.5.107.1.4.8.1
An entry in prvtStMstpInstTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtStMstpInstEntry  

prvtStMstpInstId 1.3.6.1.4.1.738.1.5.107.1.4.8.1.1
An MST instance identifier.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtStInstIdExceptZeroTC  

prvtStMstpInstRowStatus 1.3.6.1.4.1.738.1.5.107.1.4.8.1.2
RowStatus entry for prvtStMstpInstTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

prvtStMstpInstPriority 1.3.6.1.4.1.738.1.5.107.1.4.8.1.3
The bridge priority for this MST instance. Valid values are multiples of 4096.
Status: current Access: read-create
OBJECT-TYPE    
  PrvtStBridgePriorityTC  

prvtStMstpInstTimeSinceTopChng 1.3.6.1.4.1.738.1.5.107.1.4.8.1.4
The time in seconds since the last time a topology change was detected for this MST instance.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

prvtStMstpInstTopChanges 1.3.6.1.4.1.738.1.5.107.1.4.8.1.5
The total number of topology changes detected for this MST instance.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

prvtStMstpInstStatTable 1.3.6.1.4.1.738.1.5.107.1.4.9
This table contains additional MST instance status information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtStMstpInstStatEntry

prvtStMstpInstStatEntry 1.3.6.1.4.1.738.1.5.107.1.4.9.1
An entry in prvtStMstpInstStatTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtStMstpInstStatEntry  

prvtStMstpInstStatRRootID 1.3.6.1.4.1.738.1.5.107.1.4.9.1.2
The regional root ID for this MST instance.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

prvtStMstpInstStatRemHopCount 1.3.6.1.4.1.738.1.5.107.1.4.9.1.3
The remaining hop count for this MST instance.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

prvtStMstpVlanPerInstTable 1.3.6.1.4.1.738.1.5.107.1.4.10
Defines the mapping of VLANs to Spanning Tree instances.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtStMstpVlanPerInstEntry

prvtStMstpVlanPerInstEntry 1.3.6.1.4.1.738.1.5.107.1.4.10.1
An entry in prvtStMstpVlanPerInstTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtStMstpVlanPerInstEntry  

prvtStMstpVlanPerInstVlanId 1.3.6.1.4.1.738.1.5.107.1.4.10.1.1
VLAN identifier
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4095  

prvtStMstpVlanPerInstRowStatus 1.3.6.1.4.1.738.1.5.107.1.4.10.1.2
RowStatus for prvtStMstpVlanPerInstTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

prvtStMstpVlanPerInstMstId 1.3.6.1.4.1.738.1.5.107.1.4.10.1.3
The MST instance to which this VLAN belongs.
Status: current Access: read-create
OBJECT-TYPE    
  PrvtStInstIdTC  

prvtStMstpInstPortTable 1.3.6.1.4.1.738.1.5.107.1.4.12
A table containing configuration information regarding a specific port for a given MST instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtStMstpInstPortEntry

prvtStMstpInstPortEntry 1.3.6.1.4.1.738.1.5.107.1.4.12.1
An entry in prvtStMstpInstPortTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtStMstpInstPortEntry  

prvtStMInstPortInstId 1.3.6.1.4.1.738.1.5.107.1.4.12.1.2
Instance ID
Status: current Access: read-create
OBJECT-TYPE    
  PrvtStInstIdExceptZeroTC  

prvtStMInstPortRowStatus 1.3.6.1.4.1.738.1.5.107.1.4.12.1.3
RowStatus for prvtStMstpInstPortTable
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

prvtStMInstPortPathCost 1.3.6.1.4.1.738.1.5.107.1.4.12.1.4
The path cost for this MST instance port.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..200000000  

prvtStMInstPortPriority 1.3.6.1.4.1.738.1.5.107.1.4.12.1.5
The port priority for this MST instance port. Valid values are multiples of 16.
Status: current Access: read-create
OBJECT-TYPE    
  PrvtStPortPriorityTC  

prvtStMInstPortAdminStatus 1.3.6.1.4.1.738.1.5.107.1.4.12.1.6
Enable or disable spanning-tree for this MST instance port.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtStMInstPortState 1.3.6.1.4.1.738.1.5.107.1.4.12.1.7
The current state of this MST instance port.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtStPortStateTC  

prvtStMInstPortFwdTrans 1.3.6.1.4.1.738.1.5.107.1.4.12.1.8
The number of transitions from Learning state to Forwarding state that have been made for this MST instance port.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

prvtStMInstPortStatRole 1.3.6.1.4.1.738.1.5.107.1.4.12.1.9
The current role for this MST instance port.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtStPortRoleTC  

prvtStMInstPortDesPCost 1.3.6.1.4.1.738.1.5.107.1.4.12.1.10
The designated port path cost.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

prvtStMInstPortDesBridgeID 1.3.6.1.4.1.738.1.5.107.1.4.12.1.11
The designated bridge ID.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

prvtStMInstPortDesPortID 1.3.6.1.4.1.738.1.5.107.1.4.12.1.12
The designated port ID.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtStPortIdTC  

prvtStFRing 1.3.6.1.4.1.738.1.5.107.1.5
OBJECT IDENTIFIER    

prvtStFRingProtocolDisabled 1.3.6.1.4.1.738.1.5.107.1.5.1
Enable fast ring protocol. Note that only one flavour of xSTP can be running at a time (i.e. only one of prvtStStpProtocolDisabled, prvtStRstpProtocolDisabled, prvtStMstpProtocolEnable, prvtStFRingProtocolDisabled can be true at a time. Setting prvtStFRingProtocolDisabled to true will fail if prvtStFRingInstTable is empty.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  


prvtStFRingInstTable 1.3.6.1.4.1.738.1.5.107.1.5.3
Each row in the table defines an instance of a fast ring. Currently only one instance is supported. An attempt to create more than one instance will fail. While prvtStFRingProtocolDisabled is true (i.e. fast-ring protocol is enabled), there must exist at least one row in this table. An attempt to delete the only existing row in this table will fail while prvtStFRingProtocolDisabled is true.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtStFRingInstEntry

prvtStFRingInstEntry 1.3.6.1.4.1.738.1.5.107.1.5.3.1
An entry in prvtStFRingInstTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtStFRingInstEntry  

prvtStFRingInstPort1 1.3.6.1.4.1.738.1.5.107.1.5.3.1.1
The first ring port belonging to the fast ring. prvtStFRingInstPort1 must exist in prvtStPortTable. prvtStFRingInstPort1 must not equal prvtStFRingInstPort2.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING  

prvtStFRingInstPort2 1.3.6.1.4.1.738.1.5.107.1.5.3.1.2
The second ring port belonging to the fast ring. prvtStFRingInstPort2 must exist in prvtStPortTable. prvtStFRingInstPort1 must not equal prvtStFRingInstPort2.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING  

prvtStFRingInstRowStatus 1.3.6.1.4.1.738.1.5.107.1.5.3.1.3
RowStatus entry for prvtStFRingInstTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

stTopologyChange 1.3.6.1.4.1.738.1.5.107.0.1
A topologyChange trap 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 trap is not sent if a newRoot trap is sent for the same transition. Implementation of this trap is optional.
Status: current Access: read-create
NOTIFICATION-TYPE    

stNewRoot 1.3.6.1.4.1.738.1.5.107.0.2
The newRoot trap indicates that the sending agent has become the new root of the Spanning Tree; 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-create
NOTIFICATION-TYPE    

mstTopologyChange 1.3.6.1.4.1.738.1.5.107.0.3
A topologyChange trap 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 trap is not sent if a newRoot trap is sent for the same transition. Implementation of this trap is optional.
Status: current Access: read-create
NOTIFICATION-TYPE    

mstNewRoot 1.3.6.1.4.1.738.1.5.107.0.4
The newRoot trap indicates that the sending agent has become the new root of the MSTP; 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-create
NOTIFICATION-TYPE