mrstpProtocolSpecification
ZYXEL-MGS3712F-MIB ·
.1.3.6.1.4.1.890.1.5.8.48.32.1.1.1.3
Object
column 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
- ZYXEL-MGS3712F-MIB
- OID
.1.3.6.1.4.1.890.1.5.8.48.32.1.1.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- mrstpBridgeEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ZYXEL-MGS3712F-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZYXEL-MGS3712F-MIB::mrstpProtocolSpecification'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZYXEL-MGS3712F-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZYXEL-MGS3712F-MIB::mrstpProtocolSpecification.<mrstpBridgeIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZYXEL-MGS3712F-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZYXEL-MGS3712F-MIB::mrstpProtocolSpecification'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | decLb100 |
3 | ieee8021d |