nmscardOperStatus
QTECH-NMS-CHASSIS ·
.1.3.6.1.4.1.34751.3.6.10.1.9
Object
column Enumeration
The operational status of the card. nmscardOperStatus is up when a card is recognized by the device and is enabled for operation. nmscardOperStatus is down if the card is not recognized by the device, or if it is not enabled for operation. nmscardOperStatus is standby if the card is enabled and acting as a standby slave
Context
- MIB
- QTECH-NMS-CHASSIS
- OID
.1.3.6.1.4.1.34751.3.6.10.1.9- Type
- column
- Access
- readonly
- Status
- current
- Parent
- nmscardTableEntry
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 'QTECH-NMS-CHASSIS' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'QTECH-NMS-CHASSIS::nmscardOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'QTECH-NMS-CHASSIS' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'QTECH-NMS-CHASSIS::nmscardOperStatus.<nmscardIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'QTECH-NMS-CHASSIS' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'QTECH-NMS-CHASSIS::nmscardOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | not-specified |
2 | up |
3 | down |
4 | standby |