rdnSlotOperStatus
RDN-CHASSIS-MIB ·
.1.3.6.1.4.1.4981.1.10.1.4
Object
column Enumeration
The operational status of the chassis physical slot. rdnSlotOperStatus is up when a card is recognized by the system and is enabled for operation. rdnSlotOperStatus is down if a card is not present or recognized by the system, or if it is not enabled for operation. rdnSlotOperStatus is standby if the card is enabled and acting as a standby slave. A not-specified state indicates an unknown error condition
Context
- MIB
- RDN-CHASSIS-MIB
- OID
.1.3.6.1.4.1.4981.1.10.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rdnSlotEntry
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 'RDN-CHASSIS-MIB' -M '/opt/observium/mibs/riverdelta:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RDN-CHASSIS-MIB::rdnSlotOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RDN-CHASSIS-MIB' -M '/opt/observium/mibs/riverdelta:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RDN-CHASSIS-MIB::rdnSlotOperStatus.<rdnSlotIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RDN-CHASSIS-MIB' -M '/opt/observium/mibs/riverdelta:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RDN-CHASSIS-MIB::rdnSlotOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | not-specified |
2 | up |
3 | down |
4 | standby |