cpqNicIfLogMapCondition
CPQNIC-MIB ·
.1.3.6.1.4.1.232.18.2.2.1.1.10
Object
column mandatory
Enumeration
The condition of this interface. This value represents the
overall condition of the logical adapter group.
This value is driven by the cpqNicIfLogMapStatus object
as follows:
other(1)
Indicates that the value of the Logical Map Status
is unknown(1).
ok(2)
Indicates that the value of the Logical Map Status is
ok(2).
degraded(3)
Indicates that the value of the Logical Map Status is
either primaryFailed(3) or standbyFailed(4).
The Logical adapter still functions in this state,
but performance and redundancy are degraded.
failed(4)
Indicates that the value of the Logical Map Status is
groupFailed(5). This indicates that all the adapters
in the logical group have failed and no network traffic
is occurring.
Context
- MIB
- CPQNIC-MIB
- OID
.1.3.6.1.4.1.232.18.2.2.1.1.10- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cpqNicIfLogMapEntry
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::cpqNicIfLogMapCondition'
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::cpqNicIfLogMapCondition.<cpqNicIfLogMapIndex>'
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::cpqNicIfLogMapCondition'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | ok |
3 | degraded |
4 | failed |