cpqClusterNetworkState
CPQCLUSTER-MIB ·
.1.3.6.1.4.1.232.15.2.6.1.1.6
Object
column mandatory
Enumeration
The network's current state. The following values are defined:
other(1) - Indicates that an error has occurred and the
exact state of the network could not be
determined.
online(2) - The network is operational; all of the nodes in
the cluster can communicate.
offline(3) - The network is not operational; none of the nodes
on the network can communicate.
partitioned(4) - The network is operational, but two or more nodes
on the network cannot communicate. Typically a
path-specific problem has occurred.
unavailable(5) - The network is unavailable to the cluster because
the network's role is 'none'.
Context
- MIB
- CPQCLUSTER-MIB
- OID
.1.3.6.1.4.1.232.15.2.6.1.1.6- 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::cpqClusterNetworkState'
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::cpqClusterNetworkState.<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::cpqClusterNetworkState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | online |
3 | offline |
4 | partitioned |
5 | unavailable |