StpxSMSTPortEntry¶
Enum Classes
-
class
CISCOSTPEXTENSIONSMIB::StpxSMSTPortTable::StpxSMSTPortEntry¶ Bases:
EntityClass Hierarchy :
CISCOSTPEXTENSIONSMIBStpxSMSTPortTableStpxSMSTPortEntryThis class represents state data.
An entry with port information for the MST protocol
on a bridge port.
-
stpxsmstportindex(key)¶ The value of dot1dBasePort (i.e. dot1dBridge.1.4) for the bridge port
type: int
range: 1..65535
config: False
-
stpxsmstportstatus¶ Indicates the operational status of the port for the MST protocol. edge – this port is an edge port for the MST region. boundary – this port is a boundary port for the MST region. pvst – this port is connected to a PVST/PVST+ bridge. stp – this port is connected to a Single Spanning Tree bridge. dispute – this port, as a designated port, received an inferior BPDU with a designated role and the learning bit being set. rstp – this port is connected to a RSTP bridge or an MST bridge in a different MST region
type:
BitsIndicates the operational status of the port for the MST protocol. edge – this port is an edge port for the MST region.boundary – this port is a boundary port for the MST region.pvst – this port is connected to a PVST/PVST+ bridge. stp – this port is connected to a Single Spanning Tree bridge.dispute – this port, as a designated port, received an inferior BPDU with a designated role and the learning bit being set.rstp – this port is connected to a RSTP bridge or an MST bridge in a different MST region.
Bits positions:
rstp: 0
edge: 1
stp: 2
boundary: 3
pvst: 4
dispute: 5
config: False
-
stpxsmstportadminhellotime¶ The adminitratively configured hello time in hundredth of seconds on a port for IEEE MST. The granularity of this timer is 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. This object value of zero means the hello time is not specifically configured on this port and object value of stpxSMSTPortConfigedHelloTime retrieved for this port will take on the value of dot1dStpBridgeHelloTime defined in BRIDGE-MIB
type: int
range: 0..4294967295
config: False
units: hundredth of seconds
-
stpxsmstportconfigedhellotime¶ Indicates the effective configuration of the hello time on a port
type: int
range: 0..4294967295
config: False
units: hundredth of seconds
-
stpxsmstportoperhellotime¶ The operational hello time in hundredth of seconds on a port for IEEE MST. If this object value is not applicable on a port, then the value retrieved on that port will be -1
type: int
range: -1..2147483647
config: False
units: hundredth of seconds
-
stpxsmstportadminmstmode¶ The desired MST mode of this port. preStandard – this port is administratively configured to transmit pre-standard, i.e. pre IEEE MST, BPDUs. auto – the BPDU transmission mode of this port is based on automatic detection of neighbor ports
type:
StpxSMSTPortAdminMSTModeconfig: False
-
stpxsmstportopermstmode¶ Indicates the current operational MST mode of this port. unknown – the operational mode is currently unknown. preStandard – this port is currently operating in pre-standard MSTP BPDU transmission mode. standard – this port is currently operating in IEEE MST BPDU transmission mode
type:
StpxSMSTPortOperMSTModeconfig: False
-