chassisSlotState
DGS-6600-EQUIPMENT-MIB ·
.1.3.6.1.4.1.171.10.120.100.1.2.4.1.1.2
Object
column Enumeration
This object indicates the slot state: 1: The slot has no card installed. 2: The card which installed at this slot is not powered up. 3: The card which installed at this slot is failed. 4: The card which installed at this slot is booting up. 5: The card is powered up.
Context
- MIB
- DGS-6600-EQUIPMENT-MIB
- OID
.1.3.6.1.4.1.171.10.120.100.1.2.4.1.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- chassisSlotInfoEntry
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 'DGS-6600-EQUIPMENT-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DGS-6600-EQUIPMENT-MIB::chassisSlotState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DGS-6600-EQUIPMENT-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DGS-6600-EQUIPMENT-MIB::chassisSlotState.<chassisSlotIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DGS-6600-EQUIPMENT-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DGS-6600-EQUIPMENT-MIB::chassisSlotState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | empty |
2 | no-power |
3 | failed |
4 | booting |
5 | in-operation |