sysConfigEnableSTP
STAND-ALONE-ETHERNET-SWITCH-MIB ·
.1.3.6.1.4.1.437.1.1.3.2.13
Object
scalar mandatory
r/w
Enumeration
The switch implements the 802.1d Spanning Tree
Algorithm & Protocol (STP) on all its port to detect loops
in the bridge topology. The user may, for any reason,
elect to disable the execution of STP, by setting this object
to disabled(2).
When STP is disabled(2), all ports currently in suspended-stp
status will immediately transition to enabled status, and
frame forwarding will resume.
When STP is enabled(1), Suspended-stp ports will transition
to enabled according to the STP.
This object is not supported by firmware versions greater
than or equal to 6.00.
The default value is enabled(1).
Context
- MIB
- STAND-ALONE-ETHERNET-SWITCH-MIB
- OID
.1.3.6.1.4.1.437.1.1.3.2.13- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- 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::sysConfigEnableSTP.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::sysConfigEnableSTP'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enabled |
2 | disabled |