rcMstpBridgeVersionSupported
SWITCH-MSTP-MIB ·
.1.3.6.1.4.1.8886.6.1.24.2.3
Object
scalar Bits
An indication of which Spanning Tree Protocol the Bridge supports . The bit nonStp(0) indicates, the Bridge doesn't support any Spanning Tree Protocol. The bit 'dot1d1998(1)' indicates the Spanning Tree Protocol specified in IEEE 802.1D-1998, 'dot1w(2)' indicates the Rapid Spanning Tree Protocol specified in IEEE Std 802.1w, 'dot1d2004(3)' indicates IEEE Std 802.1D-2004 and 'dot1s(4)'means MSTP IEEE Std 802.1s. When the bridge supprts a non-listed vesrion, the bit unknown(15) should be set.
Context
- MIB
- SWITCH-MSTP-MIB
- OID
.1.3.6.1.4.1.8886.6.1.24.2.3- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- rcMstpBridge
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 'SWITCH-MSTP-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SWITCH-MSTP-MIB::rcMstpBridgeVersionSupported.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SWITCH-MSTP-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SWITCH-MSTP-MIB::rcMstpBridgeVersionSupported'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | nonStp |
1 | dot1d1998 |
2 | dot1w |
3 | dot1d2004 |
4 | dot1s |
5 | dot1q |
15 | unknown |