cpqNicIfPhysAdapterCondition
CPQNIC-MIB ·
.1.3.6.1.4.1.232.18.2.3.1.1.12
Object
column mandatory
Enumeration
The condition of this physical adapter.
This value is driven by the cpqNicIfPhysAdapterStatus object
as follows:
other(1)
Indicates that the value of the Physical Adapter
Status is unknown(1).
ok(2)
Indicates that the value of the Physical Adapter
Status is ok(2).
degraded(3)
Defined for all condition variables, but is
not applicable for single adapters.
failed(4)
Indicates that the value of the Physical Adapter
Status is linkFailure(4).
Context
- MIB
- CPQNIC-MIB
- OID
.1.3.6.1.4.1.232.18.2.3.1.1.12- 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::cpqNicIfPhysAdapterCondition'
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::cpqNicIfPhysAdapterCondition.<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::cpqNicIfPhysAdapterCondition'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | ok |
3 | degraded |
4 | failed |