ENTERASYS-SPANNING-TREE-DIAGNOSTIC-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Unsigned32, Counter32, TimeTicks
FROM SNMPv2-SMI
TEXTUAL-CONVENTION, DateAndTime
FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
InterfaceIndex
FROM IF-MIB
BridgeId
FROM BRIDGE-MIB
etsysModules
FROM ENTERASYS-MIB-NAMES;
etsysSpanningTreeDiagnosticMIB MODULE-IDENTITY
LAST-UPDATED "200301151918Z" ORGANIZATION "Enterasys Networks, Inc"
CONTACT-INFO
"Postal: Enterasys Networks
35 Industrial Way, P.O. Box 5005
Rochester, NH 03867-0505
Phone: +1 603 332 9400
E-mail: support@enterasys.com
WWW: http://www.enterasys.com"
DESCRIPTION
"This MIB module defines a portion of the SNMP enterprise
MIBs under Enterasys Networks' enterprise OID pertaining to
the Spanning Tree Protocols IEEE 802.1D, 802.1w, and 802.1s."
REVISION "200301151918Z" DESCRIPTION
"Added four objects to count the number of inferior BPDUs
received from a bridge port that incorrectly believes itself
to be the designated port."
REVISION "200211211901Z" DESCRIPTION
"Added four objects to count the reception and transmission
of IEEE 802.1D Configuration BPDUs with their Topology Change
flags set, both on a overall and on a per port basis.
Deprecated the etsysStpDiagMstiPortTopChanges object."
REVISION "200211182136Z" DESCRIPTION
"Added etsysStpDiagMstiPortNumber as an index to
etsysStpDiagMstiPortTable."
REVISION "200210102101Z" DESCRIPTION
"The initial version of this MIB module"
::= { etsysModules 29 }
etsysStpDiagObjects
OBJECT IDENTIFIER ::= { etsysSpanningTreeDiagnosticMIB 1 }
etsysStpDiagControl OBJECT IDENTIFIER ::= { etsysStpDiagObjects 1 }
etsysStpDiagCommon OBJECT IDENTIFIER ::= { etsysStpDiagObjects 2 }
etsysStpDiagCistPort OBJECT IDENTIFIER ::= { etsysStpDiagObjects 3 }
etsysStpDiagMsti OBJECT IDENTIFIER ::= { etsysStpDiagObjects 4 }
etsysStpDiagMstiPort OBJECT IDENTIFIER ::= { etsysStpDiagObjects 5 }
etsysStpDiagRootHistory OBJECT IDENTIFIER ::= { etsysStpDiagObjects 6 }
etsysStpDiagCounterReset OBJECT-TYPE
SYNTAX INTEGER {
noOp(1),
reset(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Reading this object always returns noOp(1). Writing the
value noOp(1) has no effect. Writing the value reset(2)
to this object will cause all of the counters in this MIB
module to be reset to zero. Zeroing the counters in this
MIB module MUST NOT effect the data presented in any other
MIB module. Zeroing the counters in this MIB module WILL
affect all users of this MIB module. It is expected that
this MIB module will be used by only one person at a time,
as counter resets will cause counter discontinuities for
all users."
::= { etsysStpDiagControl 1 }
etsysStpDiagCounterResetElapsedTime OBJECT-TYPE
SYNTAX Unsigned32
UNITS "seconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of seconds since the counters in this MIB module
were last reset to zero. If the counters have not been
reset to zero since the last initialization return the
number of seconds since the last initialization."
::= { etsysStpDiagControl 2 }
etsysStpDiagCounterResetDateAndTime OBJECT-TYPE
SYNTAX DateAndTime
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The date and time at which the counters in this MIB module
were last reset to zero. If the counters have not been
reset to zero since the last initialization return the
date and time of the last initialization."
::= { etsysStpDiagControl 3 }
etsysStpDiagTopChanges OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of topology changes. This is a shadow copy
of the dot1dStpTopChanges object from the IETF BRIDGE-MIB.
Zeroing this object MUST NOT affect dot1dStpTopChanges."
REFERENCE
"IEEE P802.1s/D15 clause 12.8.1.1.3"
::= { etsysStpDiagCommon 1 }
etsysStpDiagCommonInvalidBpdu OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of invalid BPDUs received."
REFERENCE
"IEEE P802.1s/D15 clause 14.4"
::= { etsysStpDiagCommon 2 }
etsysStpDiagCommonStpCfgBpduRx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of 802.1D Configuration BPDUs received."
REFERENCE
"IEEE P802.1s/D15 clause 14.3.1"
::= { etsysStpDiagCommon 3 }
etsysStpDiagCommonStpCfgBpduTx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of 802.1D Configuration BPDUs transmitted."
REFERENCE
"IEEE P802.1s/D15 clause 14.3.1"
::= { etsysStpDiagCommon 4 }
etsysStpDiagCommonStpTcnBpduRx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of 802.1D Topology Change Notification
BPDUs received."
REFERENCE
"IEEE P802.1s/D15 clause 14.3.1"
::= { etsysStpDiagCommon 5 }
etsysStpDiagCommonStpTcnBpduTx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of 802.1D Topology Change Notification
BPDUs transmitted."
REFERENCE
"IEEE P802.1s/D15 clause 14.3.1"
::= { etsysStpDiagCommon 6 }
etsysStpDiagCommonRstBpduRx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of 802.1w BPDUs received."
REFERENCE
"IEEE P802.1s/D15 clause 14.3.2"
::= { etsysStpDiagCommon 7 }
etsysStpDiagCommonRstBpduTx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of 802.1w BPDUs transmitted."
REFERENCE
"IEEE P802.1s/D15 clause 14.3.2"
::= { etsysStpDiagCommon 8 }
etsysStpDiagCommonRstTcRx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of 802.1w BPDUs received with the
Topology Change flag set. These BPDUs are included
in the overall count of 802.1w BPDUs received in the
etsysStpDiagCommonRstBpduRx object."
REFERENCE
"IEEE P802.1s/D15 clause 14.3.2"
::= { etsysStpDiagCommon 9 }
etsysStpDiagCommonRstTcTx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of 802.1w BPDUs transmitted with the
Topology Change flag set. These BPDUs are included
in the overall count of 802.1w BPDUs transmitted in
the etsysStpDiagCommonRstBpduTx object."
REFERENCE
"IEEE P802.1s/D15 clause 14.3.2"
::= { etsysStpDiagCommon 10 }
etsysStpDiagCommonMstBpduRx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of 802.1s BPDUs received."
REFERENCE
"IEEE P802.1s/D15 clause 14.3.3"
::= { etsysStpDiagCommon 11 }
etsysStpDiagCommonMstBpduTx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of 802.1s BPDUs transmitted."
REFERENCE
"IEEE P802.1s/D15 clause 14.3.3"
::= { etsysStpDiagCommon 12 }
etsysStpDiagCommonMstCistTcRx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of 802.1s BPDUs received with the
Topology Change flag set in the CIST Flags field.
These BPDUs are included in the overall count of 802.1s
BPDUs received in the etsysStpDiagCommonMstBpduRx object."
REFERENCE
"IEEE P802.1s/D15 clause 14.3.3"
::= { etsysStpDiagCommon 13 }
etsysStpDiagCommonMstCistTcTx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of 802.1s BPDUs transmitted with the
Topology Change flag set in the CIST Flags field.
These BPDUs are included in the overall count of 802.1s
BPDUs transmitted in the etsysStpDiagCommonMstBpduRx
object."
REFERENCE
"IEEE P802.1s/D15 clause 14.3.3"
::= { etsysStpDiagCommon 14 }
etsysStpDiagCommonStpCfgBpduRxTcFlagSet OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of 802.1D Configuration BPDUs received
with the Topology Change flag set. These BPDUs are included
in the overall count of 802.1D Configuration BPDUs received
in the etsysStpDiagCommonStpCfgBpduRx object."
REFERENCE
"IEEE P802.1s/D15 clause 14.3.1"
::= { etsysStpDiagCommon 15 }
etsysStpDiagCommonStpCfgBpduTxTcFlagSet OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of 802.1D Configuration BPDUs transmitted
with the Topology Change flag set. These BPDUs are included
in the overall count of 802.1D Configuration BPDUs transmitted
in the etsysStpDiagCommonStpCfgBpduTx object."
REFERENCE
"IEEE P802.1s/D15 clause 14.3.1"
::= { etsysStpDiagCommon 16 }
etsysStpDiagCommonDisputedBpdu OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of BPDUs received with inferior designated
information and that have the learning flag set. These
BPDU's may indicate the presence of a one way communication
path between adjacent bridge ports. They can also occur as
part of normal operation of a network, and may persist for a
while during power up."
REFERENCE
"IEEE DRAFT P802.1y/D4 clause 17.19.25"
::= { etsysStpDiagCommon 17 }
etsysStpDiagMessageExpiration OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times the BPDU message timer expired.
This indicates that BPDUs are not being received on
a regular basis."
::= { etsysStpDiagCommon 28 }
etsysStpDiagCistPortTable OBJECT-TYPE
SYNTAX SEQUENCE OF EtsysStpDiagCistPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table that contains port level diagnostic information."
::= { etsysStpDiagCistPort 1 }
etsysStpDiagCistPortEntry OBJECT-TYPE
SYNTAX EtsysStpDiagCistPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of diagnostic information maintained for every port."
INDEX { etsysStpDiagCistPortNumber }
::= { etsysStpDiagCistPortTable 1 }
EtsysStpDiagCistPortEntry ::=
SEQUENCE {
etsysStpDiagCistPortNumber InterfaceIndex,
etsysStpDiagCistPortRole INTEGER,
etsysStpDiagCistPortInvalidBpdu Counter32,
etsysStpDiagCistPortStpCfgBpduRx Counter32,
etsysStpDiagCistPortStpCfgBpduTx Counter32,
etsysStpDiagCistPortStpTcnBpduRx Counter32,
etsysStpDiagCistPortStpTcnBpduTx Counter32,
etsysStpDiagCistPortRstBpduRx Counter32,
etsysStpDiagCistPortRstBpduTx Counter32,
etsysStpDiagCistPortRstTcRx Counter32,
etsysStpDiagCistPortRstTcTx Counter32,
etsysStpDiagCistPortMstBpduRx Counter32,
etsysStpDiagCistPortMstBpduTx Counter32,
etsysStpDiagCistPortMstCistTcRx Counter32,
etsysStpDiagCistPortMstCistTcTx Counter32,
etsysStpDiagCistPortExpiration Counter32,
etsysStpDiagCistPortStpCfgBpduRxTcFlagSet Counter32,
etsysStpDiagCistPortStpCfgBpduTxTcFlagSet Counter32,
etsysStpDiagCistPortDisputedBpdu Counter32
}
etsysStpDiagCistPortNumber OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The port number of the port for which this entry
contains Spanning Tree Protocol diagnostic information."
REFERENCE
"IEEE P802.1s/D15 clause 12.8.2"
::= { etsysStpDiagCistPortEntry 1 }
etsysStpDiagCistPortRole OBJECT-TYPE
SYNTAX INTEGER {
disabled(1),
root(2),
designated(3),
alternate(4),
backUp(5),
master(6)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the port role for RST and MST:
disabled - This port has no role.
root - This port has the role of root port.
designated - This port has the role of designated port.
alternate - This port has the role of alternate port.
backUp - This port has the role of backup port.
master - This port has the role of master port."
REFERENCE
"IEEE P802.1s/D15 clause 13.12"
::= { etsysStpDiagCistPortEntry 2 }
etsysStpDiagCistPortInvalidBpdu OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of invalid BPDUs received on this port."
REFERENCE
"IEEE P802.1s/D15 clause 14.4"
::= { etsysStpDiagCistPortEntry 3 }
etsysStpDiagCistPortStpCfgBpduRx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of 802.1D Configuration BPDUs received
on this port."
REFERENCE
"IEEE P802.1s/D15 clause 14.3.1"
::= { etsysStpDiagCistPortEntry 4 }
etsysStpDiagCistPortStpCfgBpduTx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of 802.1D Configuration BPDUs transmitted
on this port."
REFERENCE
"IEEE P802.1s/D15 clause 14.3.1"
::= { etsysStpDiagCistPortEntry 5 }
etsysStpDiagCistPortStpTcnBpduRx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of 802.1D Topology Change Notification
BPDUs received on this port."
REFERENCE
"IEEE P802.1s/D15 clause 14.3.1"
::= { etsysStpDiagCistPortEntry 6 }
etsysStpDiagCistPortStpTcnBpduTx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of 802.1D Topology Change Notification
BPDUs transmitted on this port."
REFERENCE
"IEEE P802.1s/D15 clause 14.3.1"
::= { etsysStpDiagCistPortEntry 7 }
etsysStpDiagCistPortRstBpduRx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of 802.1w BPDUs received on this port."
REFERENCE
"IEEE P802.1s/D15 clause 14.3.2"
::= { etsysStpDiagCistPortEntry 8 }
etsysStpDiagCistPortRstBpduTx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of 802.1w BPDUs transmitted on this port."
REFERENCE
"IEEE P802.1s/D15 clause 14.3.2"
::= { etsysStpDiagCistPortEntry 9 }
etsysStpDiagCistPortRstTcRx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of 802.1w BPDUs received on this port
with the Topology Change flag set. These BPDUs are
included in the overall count of 802.1w BPDUs received
in the etsysStpDiagCistPortRstBpduRx object."
REFERENCE
"IEEE P802.1s/D15 clause 14.3.2"
::= { etsysStpDiagCistPortEntry 10 }
etsysStpDiagCistPortRstTcTx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of 802.1w BPDUs transmitted on this
port with the Topology Change flag set. These BPDUs
are included in the overall count of 802.1w BPDUs
transmitted in the etsysStpDiagCistPortRstBpduTx object."
REFERENCE
"IEEE P802.1s/D15 clause 14.3.2"
::= { etsysStpDiagCistPortEntry 11 }
etsysStpDiagCistPortMstBpduRx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of 802.1s BPDUs received on this port."
REFERENCE
"IEEE P802.1s/D15 clause 14.3.3"
::= { etsysStpDiagCistPortEntry 12 }
etsysStpDiagCistPortMstBpduTx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of 802.1s BPDUs transmitted on this port."
REFERENCE
"IEEE P802.1s/D15 clause 14.3.3"
::= { etsysStpDiagCistPortEntry 13 }
etsysStpDiagCistPortMstCistTcRx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of 802.1s BPDUs received on this port
with the Topology Change flag set in the CIST Flags field.
These BPDUs are included in the overall count of 802.1s
BPDUs received in the etsysStpDiagCistPortMstBpduRx object."
REFERENCE
"IEEE P802.1s/D15 clause 14.3.3"
::= { etsysStpDiagCistPortEntry 14 }
etsysStpDiagCistPortMstCistTcTx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of 802.1s BPDUs transmitted on this port
with the Topology Change flag set in the CIST Flags field.
These BPDUs are included in the overall count of 802.1s
BPDUs transmitted in the etsysStpDiagCistPortMstBpduRx object."
REFERENCE
"IEEE P802.1s/D15 clause 14.3.3"
::= { etsysStpDiagCistPortEntry 15 }
etsysStpDiagCistPortExpiration OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times the BPDU message timer expired.
This indicates that BPDUs are not being received on
a regular basis."
::= { etsysStpDiagCistPortEntry 16 }
etsysStpDiagCistPortStpCfgBpduRxTcFlagSet OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of 802.1D Configuration BPDUs received
on this port with the Topology Change flag set. These BPDUs
are included in the overall count of 802.1D Configuration
BPDUs received in the etsysStpDiagCistPortStpCfgBpduRx
object."
REFERENCE
"IEEE P802.1s/D15 clause 14.3.1"
::= { etsysStpDiagCistPortEntry 17 }
etsysStpDiagCistPortStpCfgBpduTxTcFlagSet OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of 802.1D Configuration BPDUs transmitted
on this port with the Topology Change flag set. These BPDUs
are included in the overall count of 802.1D Configuration
BPDUs transmitted in the etsysStpDiagCistPortStpCfgBpduRx
object."
REFERENCE
"IEEE P802.1s/D15 clause 14.3.1"
::= { etsysStpDiagCistPortEntry 18 }
etsysStpDiagCistPortDisputedBpdu OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of BPDUs received on this port with inferior
designated information and that have the learning flag set.
These BPDU's may indicate the presence of a one way
communication path between adjacent bridge ports. They can
also occur as part of normal operation of a network, and may
persist for a while during power up."
REFERENCE
"IEEE DRAFT P802.1y/D4 clause 17.19.25"
::= { etsysStpDiagCistPortEntry 19 }
etsysStpDiagMstiTable OBJECT-TYPE
SYNTAX SEQUENCE OF EtsysStpDiagMstiEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table that contains diagnostic information for each
IEEE 802.1s Multiple Spanning Tree Instance."
::= { etsysStpDiagMsti 1 }
etsysStpDiagMstiEntry OBJECT-TYPE
SYNTAX EtsysStpDiagMstiEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of diagnostic information for each IEEE 802.1s
Multiple Spanning Tree Instance that is configured."
INDEX { etsysStpDiagMstiId }
::= { etsysStpDiagMstiTable 1 }
EtsysStpDiagMstiEntry ::=
SEQUENCE {
etsysStpDiagMstiId Unsigned32,
etsysStpDiagMstiTopChanges Counter32,
etsysStpDiagMstiConfigMsgRx Counter32,
etsysStpDiagMstiConfigMsgTx Counter32,
etsysStpDiagMstiTcRx Counter32,
etsysStpDiagMstiTcTx Counter32,
etsysStpDiagMstiDisputedBpdu Counter32
}
etsysStpDiagMstiId OBJECT-TYPE
SYNTAX Unsigned32 (1..4094)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The unique ID of this Multiple Spanning Tree instance.
The CIST (common and internal spanning tree) is not
represented in this table. There are a maximum of
sixty-four MSTIs, each with a unique identifier in
the range of 1-4094."
REFERENCE
"IEEE P802.1s/D15 clause 12.8.1.2.2"
::= { etsysStpDiagMstiEntry 1 }
etsysStpDiagMstiTopChanges OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of topology changes detected on
this Mulitple Spanning Tree Instance."
REFERENCE
"IEEE P802.1s/D15 clause 12.8.1.2.3"
::= { etsysStpDiagMstiEntry 2 }
etsysStpDiagMstiConfigMsgRx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of 802.1s BPDUs received with MSTI
Configuration Messages for this MSTI."
REFERENCE
"IEEE P802.1s/D15 clause 14.6.1"
::= { etsysStpDiagMstiEntry 3 }
etsysStpDiagMstiConfigMsgTx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of 802.1s BPDUs transmitted with MSTI
Configuration Messages for this MSTI."
REFERENCE
"IEEE P802.1s/D15 clause 14.6.1"
::= { etsysStpDiagMstiEntry 4 }
etsysStpDiagMstiTcRx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of 802.1s BPDUs received with MSTI
Configuration Messages for this MSTI that had the
Topology Change flag set in the MSTI Flags field."
REFERENCE
"IEEE P802.1s/D15 clause 14.6.1"
::= { etsysStpDiagMstiEntry 5 }
etsysStpDiagMstiTcTx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of 802.1s BPDUs transmitted with MSTI
Configuration Messages for this MSTI that had the
Topology Change flag set in the MSTI Flags field."
REFERENCE
"IEEE P802.1s/D15 clause 14.6.1"
::= { etsysStpDiagMstiEntry 6 }
etsysStpDiagMstiDisputedBpdu OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of BPDUs received on this MSTI with inferior
designated information and that have the learning flag set.
These BPDU's may indicate the presence of a one way
communication path between adjacent bridge ports. They can
also occur as part of normal operation of a network, and may
persist for a while during power up."
REFERENCE
"IEEE DRAFT P802.1y/D4 clause 17.19.25"
::= { etsysStpDiagMstiEntry 7 }
etsysStpDiagMstiPortTable OBJECT-TYPE
SYNTAX SEQUENCE OF EtsysStpDiagMstiPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table that contains diagnostic information for each port
on every IEEE 802.1s Multiple Spanning Tree Instance."
::= { etsysStpDiagMstiPort 1 }
etsysStpDiagMstiPortEntry OBJECT-TYPE
SYNTAX EtsysStpDiagMstiPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of diagnostic information for each port on every IEEE
802.1s Multiple Spanning Tree Instance that is configured."
INDEX { etsysStpDiagMstiPortMstiId, etsysStpDiagMstiPortNumber }
::= { etsysStpDiagMstiPortTable 1 }
EtsysStpDiagMstiPortEntry ::=
SEQUENCE {
etsysStpDiagMstiPortMstiId Unsigned32,
etsysStpDiagMstiPortNumber InterfaceIndex,
etsysStpDiagMstiPortTopChanges Counter32,
etsysStpDiagMstiPortConfigMsgRx Counter32,
etsysStpDiagMstiPortConfigMsgTx Counter32,
etsysStpDiagMstiPortTcRx Counter32,
etsysStpDiagMstiPortTcTx Counter32,
etsysStpDiagMstiPortDisputedBpdu Counter32
}
etsysStpDiagMstiPortMstiId OBJECT-TYPE
SYNTAX Unsigned32 (1..4094)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The unique ID of this Multiple Spanning Tree instance.
The CIST (common and internal spanning tree) is not
represented in this table. There are a maximum of
sixty-four MSTIs, each with a unique identifier in
the range of 1-4094."
REFERENCE
"IEEE P802.1s/D15 clause 12.8.1.2.2"
::= { etsysStpDiagMstiPortEntry 1 }
etsysStpDiagMstiPortNumber OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The port number of the port for which this entry
contains Spanning Tree Protocol diagnostic information."
REFERENCE
"IEEE P802.1s/D15 clause 12.8.2"
::= { etsysStpDiagMstiPortEntry 2 }
etsysStpDiagMstiPortTopChanges OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"The total number of topology changes detected on this
Mulitple Spanning Tree Instance and port."
REFERENCE
"IEEE P802.1s/D15 clause 12.8.1.1.3"
::= { etsysStpDiagMstiPortEntry 3 }
etsysStpDiagMstiPortConfigMsgRx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of 802.1s BPDUs received with MSTI
Configuration Messages for this MSTI and port."
REFERENCE
"IEEE P802.1s/D15 clause 14.6.1"
::= { etsysStpDiagMstiPortEntry 4 }
etsysStpDiagMstiPortConfigMsgTx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of 802.1s BPDUs transmitted with MSTI
Configuration Messages for this MSTI and port."
REFERENCE
"IEEE P802.1s/D15 clause 14.6.1"
::= { etsysStpDiagMstiPortEntry 5 }
etsysStpDiagMstiPortTcRx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of 802.1s BPDUs received with MSTI
Configuration Messages for this MSTI and port that had
the Topology Change flag set in the MSTI Flags field."
REFERENCE
"IEEE P802.1s/D15 clause 14.6.1"
::= { etsysStpDiagMstiPortEntry 6 }
etsysStpDiagMstiPortTcTx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of 802.1s BPDUs transmitted with MSTI
Configuration Messages for this MSTI and port that had
the Topology Change flag set in the MSTI Flags field."
REFERENCE
"IEEE P802.1s/D15 clause 14.6.1"
::= { etsysStpDiagMstiPortEntry 7 }
etsysStpDiagMstiPortDisputedBpdu OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of BPDUs received on this MSTI and port
with inferior designated information that have the learning
flag set. These BPDU's may indicate the presence of a one
way communication path between adjacent bridge ports. They
can also occur as part of normal operation of a network,
and may persist for a while during power up."
REFERENCE
"IEEE DRAFT P802.1y/D4 clause 17.19.25"
::= { etsysStpDiagMstiPortEntry 8 }
etsysStpDiagRootHistoryTable OBJECT-TYPE
SYNTAX SEQUENCE OF EtsysStpDiagRootHistoryEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table that contains a short history of the spanning tree
root bridges."
::= { etsysStpDiagRootHistory 1 }
etsysStpDiagRootHistoryEntry OBJECT-TYPE
SYNTAX EtsysStpDiagRootHistoryEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The date and time that a particular bridge became the root."
INDEX { etsysStpDiagRootHistoryStpID, etsysStpDiagRootHistoryIndex }
::= { etsysStpDiagRootHistoryTable 1 }
EtsysStpDiagRootHistoryEntry ::=
SEQUENCE {
etsysStpDiagRootHistoryStpID Unsigned32,
etsysStpDiagRootHistoryIndex Unsigned32,
etsysStpDiagRootHistoryBridgeID BridgeId,
etsysStpDiagRootHistoryDateAndTime DateAndTime
}
etsysStpDiagRootHistoryStpID OBJECT-TYPE
SYNTAX Unsigned32 (0..4094)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The unique ID of this Spanning Tree instance. The
value zero represents the CIST. There are a maximum
of sixty-four MSTIs, each with a unique identifier in
the range of 1-4094."
REFERENCE
"IEEE P802.1s/D15 clause 12.8.1.2.2"
::= { etsysStpDiagRootHistoryEntry 1 }
etsysStpDiagRootHistoryIndex OBJECT-TYPE
SYNTAX Unsigned32 (1..10)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"An index for the root bridge entry. The index value of
one represents the most recent entry, and the value of
ten represents the oldest entry."
::= { etsysStpDiagRootHistoryEntry 2 }
etsysStpDiagRootHistoryBridgeID OBJECT-TYPE
SYNTAX BridgeId
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The bridge identifier of the bridge that this entry
represents."
REFERENCE
"IEEE P802.1s/D15 clauses 12.8.1.1.3 and 12.8.1.2.3"
::= { etsysStpDiagRootHistoryEntry 3 }
etsysStpDiagRootHistoryDateAndTime OBJECT-TYPE
SYNTAX DateAndTime
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The date and time that this bridge became root."
::= { etsysStpDiagRootHistoryEntry 4 }
etsysStpDiagConformance
OBJECT IDENTIFIER ::= { etsysSpanningTreeDiagnosticMIB 2 }
etsysStpDiagGroups
OBJECT IDENTIFIER ::= { etsysStpDiagConformance 1 }
etsysStpDiagCompliances
OBJECT IDENTIFIER ::= { etsysStpDiagConformance 2 }
etsysStpDiagDot1dGroup OBJECT-GROUP
OBJECTS {
etsysStpDiagCounterReset,
etsysStpDiagCounterResetElapsedTime,
etsysStpDiagCounterResetDateAndTime,
etsysStpDiagTopChanges,
etsysStpDiagCommonInvalidBpdu,
etsysStpDiagCommonStpCfgBpduRx,
etsysStpDiagCommonStpCfgBpduTx,
etsysStpDiagCommonStpTcnBpduRx,
etsysStpDiagCommonStpTcnBpduTx,
etsysStpDiagCommonStpCfgBpduRxTcFlagSet,
etsysStpDiagCommonStpCfgBpduTxTcFlagSet,
etsysStpDiagCistPortNumber,
etsysStpDiagCistPortRole,
etsysStpDiagCistPortInvalidBpdu,
etsysStpDiagCistPortStpCfgBpduRx,
etsysStpDiagCistPortStpCfgBpduTx,
etsysStpDiagCistPortStpTcnBpduRx,
etsysStpDiagCistPortStpTcnBpduTx,
etsysStpDiagCistPortStpCfgBpduRxTcFlagSet,
etsysStpDiagCistPortStpCfgBpduTxTcFlagSet,
etsysStpDiagCistPortExpiration
}
STATUS current
DESCRIPTION
"A collection of objects providing per spanning tree level
support for Spanning Tree Protocol diagnostics."
::= { etsysStpDiagGroups 1 }
etsysStpDiagDot1wGroup OBJECT-GROUP
OBJECTS {
etsysStpDiagCommonRstBpduRx,
etsysStpDiagCommonRstBpduTx,
etsysStpDiagCommonRstTcRx,
etsysStpDiagCommonRstTcTx,
etsysStpDiagCistPortRstBpduRx,
etsysStpDiagCistPortRstBpduTx,
etsysStpDiagCistPortRstTcRx,
etsysStpDiagCistPortRstTcTx
}
STATUS current
DESCRIPTION
"A collection of objects providing per spanning tree level
support for Spanning Tree Protocol diagnostics."
::= { etsysStpDiagGroups 2 }
etsysStpDiagDot1sGroup OBJECT-GROUP
OBJECTS {
etsysStpDiagCommonMstBpduRx,
etsysStpDiagCommonMstBpduTx,
etsysStpDiagCommonMstCistTcRx,
etsysStpDiagCommonMstCistTcTx,
etsysStpDiagCistPortMstBpduRx,
etsysStpDiagCistPortMstBpduTx,
etsysStpDiagCistPortMstCistTcRx,
etsysStpDiagCistPortMstCistTcTx,
etsysStpDiagMstiId,
etsysStpDiagMstiTopChanges,
etsysStpDiagMstiConfigMsgRx,
etsysStpDiagMstiConfigMsgTx,
etsysStpDiagMstiTcRx,
etsysStpDiagMstiTcTx,
etsysStpDiagMstiPortMstiId,
etsysStpDiagMstiPortNumber,
etsysStpDiagMstiPortTopChanges,
etsysStpDiagMstiPortConfigMsgRx,
etsysStpDiagMstiPortConfigMsgTx,
etsysStpDiagMstiPortTcRx,
etsysStpDiagMstiPortTcTx
}
STATUS current
DESCRIPTION
"A collection of objects providing per spanning tree level
support for Spanning Tree Protocol diagnostics."
::= { etsysStpDiagGroups 3 }
etsysStpDiagHistoryGroup OBJECT-GROUP
OBJECTS {
etsysStpDiagRootHistoryStpID,
etsysStpDiagRootHistoryIndex,
etsysStpDiagRootHistoryBridgeID,
etsysStpDiagRootHistoryDateAndTime
}
STATUS current
DESCRIPTION
"A collection of objects providing historical root
bridge information."
::= { etsysStpDiagGroups 4 }
etsysStpDiagCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for devices that support the
Spanning Tree Diagnostic MIB."
MODULE
MANDATORY-GROUPS {
etsysStpDiagDot1dGroup
}
GROUP etsysStpDiagDot1wGroup
DESCRIPTION
"Event counters for IEEE 802.1w implementations."
GROUP etsysStpDiagDot1sGroup
DESCRIPTION
"Event counters for IEEE 802.1s implementations."
GROUP etsysStpDiagHistoryGroup
DESCRIPTION
"Root bridge history information."
::= { etsysStpDiagCompliances 1 }
END