subChassis-IsLocked
SNIA-SML-MIB ·
.1.3.6.1.4.1.14851.3.1.4.10.1.7
Object
column mandatory
Enumeration
Boolean indicating that the Frame is currently locked.
Context
- MIB
- SNIA-SML-MIB
- OID
.1.3.6.1.4.1.14851.3.1.4.10.1.7- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- subChassisEntry
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 'SNIA-SML-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SNIA-SML-MIB::subChassis-IsLocked'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SNIA-SML-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SNIA-SML-MIB::subChassis-IsLocked.<subChassisIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SNIA-SML-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SNIA-SML-MIB::subChassis-IsLocked'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | unknown |
1 | true |
2 | false |