cpqClusterNetworkCondition
CPQCLUSTER-MIB ·
.1.3.6.1.4.1.232.15.2.6.1.1.7
Object
column mandatory
Enumeration
The network condition uses cpqClusterNetworkState to determine the
network condition. The following values are defined:
other(1) - The network state indicates that an error has
occurred and the exact state of the network could
not be determined or the network state is unavailable.
ok(2) - The network state is online or unavailable.
degraded(3) - The network state is partitioned.
failed(4) - The network state is offline.
Context
- MIB
- CPQCLUSTER-MIB
- OID
.1.3.6.1.4.1.232.15.2.6.1.1.7- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cpqClusterNetworkEntry
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 'CPQCLUSTER-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQCLUSTER-MIB::cpqClusterNetworkCondition'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQCLUSTER-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQCLUSTER-MIB::cpqClusterNetworkCondition.<cpqClusterNetworkIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQCLUSTER-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQCLUSTER-MIB::cpqClusterNetworkCondition'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | ok |
3 | degraded |
4 | failed |