sysConfigStrictSTPTransition
STAND-ALONE-ETHERNET-SWITCH-MIB ·
.1.3.6.1.4.1.437.1.1.3.2.14
Object
scalar obsolete
r/w
Enumeration
The 802.1d Spanning Tree Protocol dictates that a port
must start out in the blocking state and transition through
two other intermediate states (listening and learning),
before it can begin forwarding frames. These state
transitions help prevent temporary loops in the bridge
topology.
The switch implements a special algorithm where a
singly-addressed port may move to the forwarding state as soon
as it regains a previously lost linkbeat, or when it is
enabled after having been suspended for address violation.
This does not comply with the 802.1d STP in the strictest
sense. To force compliance, this object may be set to
enabled(1).
The default value is disabled(2).
Context
- MIB
- STAND-ALONE-ETHERNET-SWITCH-MIB
- OID
.1.3.6.1.4.1.437.1.1.3.2.14- Type
- scalar
- Access
- readwrite
- Status
- obsolete
- Parent
- sysConfig
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'STAND-ALONE-ETHERNET-SWITCH-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'STAND-ALONE-ETHERNET-SWITCH-MIB::sysConfigStrictSTPTransition.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'STAND-ALONE-ETHERNET-SWITCH-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'STAND-ALONE-ETHERNET-SWITCH-MIB::sysConfigStrictSTPTransition'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enabled |
2 | disabled |