chassisCardState
AT-CHASSIS-MIB ·
.1.3.6.1.4.1.207.8.4.4.3.23.1.1.4
Object
column Enumeration
The current state of the card. The valid state is in one of the following: unknown(1), configuring(2), syncing(3), online(4), syncingFirmware(5), joining(6), incompatibleSW(7), disabled(8), initializing(9), booting(10), unsupportedHW(11) or provisioned(12).
Context
- MIB
- AT-CHASSIS-MIB
- OID
.1.3.6.1.4.1.207.8.4.4.3.23.1.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- chassisCardEntry
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 'AT-CHASSIS-MIB' -M '/opt/observium/mibs/allied:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-CHASSIS-MIB::chassisCardState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AT-CHASSIS-MIB' -M '/opt/observium/mibs/allied:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-CHASSIS-MIB::chassisCardState.<chassisCardSlot>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AT-CHASSIS-MIB' -M '/opt/observium/mibs/allied:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AT-CHASSIS-MIB::chassisCardState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | configuring |
3 | syncing |
4 | online |
5 | syncingFirmware |
6 | joining |
7 | incompatibleSW |
8 | disabled |
9 | initializing |
10 | booting |
11 | unsupportedHW |
12 | provisioned |