cpqClusterNetworkRole
CPQCLUSTER-MIB ·
.1.3.6.1.4.1.232.15.2.6.1.1.5
Object
column mandatory
Enumeration
The communications role of the network in the cluster. The
following values are defined:
none(1) - The network is not used by the cluster.
client(2) - The network is used to connect client
systems to the cluster.
internal(3) - The network is used to carry internal
cluster communication.
clientAndInternal(4) - The network is used to connect client
systems and for internal cluster communication.
Context
- MIB
- CPQCLUSTER-MIB
- OID
.1.3.6.1.4.1.232.15.2.6.1.1.5- 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::cpqClusterNetworkRole'
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::cpqClusterNetworkRole.<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::cpqClusterNetworkRole'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | client |
3 | internal |
4 | clientAndInternal |