adta5kSCMShelfInfoState
ADTRAN-5KSCM-MIB ·
.1.3.6.1.4.1.664.2.749.1.12.1.1.2
Object
column ADTRAN-TCAdPresence
Return the shelf status: empty(1): Not provisioned to be present, virtual(2): Provisioned but not operational (link status down), occupied(3): Provisioned and operational.
Context
- MIB
- ADTRAN-5KSCM-MIB
- OID
.1.3.6.1.4.1.664.2.749.1.12.1.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- adta5kSCMShelfStatusEntry
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 'ADTRAN-5KSCM-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-5KSCM-MIB::adta5kSCMShelfInfoState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ADTRAN-5KSCM-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-5KSCM-MIB::adta5kSCMShelfInfoState.<adta5kSCMShelfNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ADTRAN-5KSCM-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ADTRAN-5KSCM-MIB::adta5kSCMShelfInfoState'
Syntax
- Source
- ADTRAN-TCAdPresence
- Base type
Enumeration
Values & Constraints
Type Values
1 | empty |
2 | virtual |
3 | occupied |