cpqNicIfPhysAdapterStatus
CPQNIC-MIB ·
.1.3.6.1.4.1.232.18.2.3.1.1.14
Object
column mandatory
Enumeration
The physical adapter status.
The following values are valid:
unknown(1)
The instrument agent was not able to determine the status
of the adapter. The instrument agent may need to be
upgraded.
ok(2)
The physical adapter is operating properly.
generalFailure(3)
The physical adapter has failed.
linkFailure(4)
The physical adapter has lost link. Check the
cable connections to this adapter.
Context
- MIB
- CPQNIC-MIB
- OID
.1.3.6.1.4.1.232.18.2.3.1.1.14- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cpqNicIfPhysAdapterEntry
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 'CPQNIC-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQNIC-MIB::cpqNicIfPhysAdapterStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQNIC-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQNIC-MIB::cpqNicIfPhysAdapterStatus.<cpqNicIfPhysAdapterIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQNIC-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQNIC-MIB::cpqNicIfPhysAdapterStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | ok |
3 | generalFailure |
4 | linkFailure |