nnchassisInfoCardStatus
CHASSIS-MIB ·
.1.3.6.1.4.1.562.73.1.1.1.2.5.1.4
Object
column Enumeration
The card status reveals the admin and Oper status of the card in the slot/subslot.
Context
- MIB
- CHASSIS-MIB
- OID
.1.3.6.1.4.1.562.73.1.1.1.2.5.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- nnchassisInfoEntry
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 'CHASSIS-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CHASSIS-MIB::nnchassisInfoCardStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CHASSIS-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CHASSIS-MIB::nnchassisInfoCardStatus.<nnchassisInfoSlotSubSlotIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CHASSIS-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CHASSIS-MIB::nnchassisInfoCardStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | empty |
2 | operdown |
3 | admindown |
4 | hotswap |
5 | normal |
6 | unknown |
7 | other |