stpModeStatus
Jetnet5010G ·
.1.3.6.1.4.1.24062.2.2.1.4.5.1
Object
scalar mandatory
r/w
Enumeration
Enable Spanning Tree protocol, Rapid Spanning Tree protocol,
or disable .
Rapid Spanning Tree Algorithm and Protocol (RSTP) provides a
loop free topology for any LAN or bridged network. RSTP is an
evolution of the Spanning Tree Protocol (STP), and was
introduced in the extension IEEE 802.1w, and provides for
faster spanning tree convergence after a topology change.
Context
- MIB
- Jetnet5010G
- OID
.1.3.6.1.4.1.24062.2.2.1.4.5.1- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- stp
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 'Jetnet5010G' -M '/opt/observium/mibs/korenix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Jetnet5010G::stpModeStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Jetnet5010G' -M '/opt/observium/mibs/korenix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Jetnet5010G::stpModeStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | stp |
2 | rstp |
3 | mstp |
4 | disabled |