rbSlotFaultStatus
RAINBOW-MIB ·
.1.3.6.1.4.1.12394.1.2.2.1.1.6
Object
column Enumeration
The severity of the card fault. This is summarized information regarding the card healthiness in the slot. In case that there is no connection between NPU and the card in the slot, status is disconnected
Context
- MIB
- RAINBOW-MIB
- OID
.1.3.6.1.4.1.12394.1.2.2.1.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rbSlotConfigEntry
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 'RAINBOW-MIB' -M '/opt/observium/mibs/alvarion:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAINBOW-MIB::rbSlotFaultStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAINBOW-MIB' -M '/opt/observium/mibs/alvarion:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAINBOW-MIB::rbSlotFaultStatus.<rbSlotNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAINBOW-MIB' -M '/opt/observium/mibs/alvarion:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAINBOW-MIB::rbSlotFaultStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noFaults |
2 | minor |
3 | major |
4 | critical |
5 | disconnected |