rdnCardOperStatus
RDN-CHASSIS-MIB ·
.1.3.6.1.4.1.4981.1.8.1.9
Object
column Enumeration
The operational status of the card. cardOperStatus is up when a card is recognized by the device and is enabled for operation. cardOperStatus is down if the card is not recognized by the device, or if it is not enabled for operation. cardOperStatus is standby if the card is enabled and acting as a standby slave. Intermediate stages (rom,flash,diag,boot,config) are also exposed.
Context
- MIB
- RDN-CHASSIS-MIB
- OID
.1.3.6.1.4.1.4981.1.8.1.9- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rdnCardEntry
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::rdnCardOperStatus'
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::rdnCardOperStatus.<rdnCardIndex>'
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::rdnCardOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | not-specified |
2 | up |
3 | down |
4 | standby |
5 | rom |
6 | flash |
7 | diag |
8 | boot |
9 | config |