rxr1dStpProtocolSpecification
IBM-RXR-MIB ·
.1.3.6.1.4.1.2.6.26.1.2.1
Object
scalar mandatory
Enumeration
An indication of what version of the Spanning Tree Protocol is being run. The value 'decLb100(2)' indicates the DEC LANbridge 100 Spanning Tree protocol. IEEE 802.1d implementations will return 'ieee8021d(3)'. If future versions of the IEEE Spanning Tree Protocol are released that are incompatible with the current version a new value will be defined.
Context
- MIB
- IBM-RXR-MIB
- OID
.1.3.6.1.4.1.2.6.26.1.2.1- Type
- scalar
- Access
- readonly
- Status
- mandatory
- Parent
- rxr1dStp
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 'IBM-RXR-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBM-RXR-MIB::rxr1dStpProtocolSpecification.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IBM-RXR-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IBM-RXR-MIB::rxr1dStpProtocolSpecification'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | decLb100 |
3 | ieee8021d |