jnxMIMstCistPortOperVersion
JUNIPER-MIMSTP-MIB ·
.1.3.6.1.4.1.2636.3.46.1.1.6.1.41
Object
column Enumeration
This indicates whether the Port is operationally in the Mstp mode, Rstp mode or the Stp-compatible mode i.e., whether the Port is transmitting MST BPDUs, RST BPDUs or Config/TCN BPDUs.
Context
- MIB
- JUNIPER-MIMSTP-MIB
- OID
.1.3.6.1.4.1.2636.3.46.1.1.6.1.41- Type
- column
- Access
- readonly
- Status
- current
- Parent
- jnxMIMstCistPortEntry
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 'JUNIPER-MIMSTP-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JUNIPER-MIMSTP-MIB::jnxMIMstCistPortOperVersion'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'JUNIPER-MIMSTP-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JUNIPER-MIMSTP-MIB::jnxMIMstCistPortOperVersion.<jnxMIMstCistPort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'JUNIPER-MIMSTP-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'JUNIPER-MIMSTP-MIB::jnxMIMstCistPortOperVersion'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | stpCompatible |
2 | rstp |
3 | mstp |