cpqHoSWRunningRedundancyMode
CPQHOST-MIB ·
.1.3.6.1.4.1.232.11.2.6.1.1.15
Object
column optional
Enumeration
When the software is running in a high availability mode, the failover mode of this instance of the software.
Context
- MIB
- CPQHOST-MIB
- OID
.1.3.6.1.4.1.232.11.2.6.1.1.15- Type
- column
- Access
- readonly
- Status
- optional
- Parent
- cpqHoSWRunningEntry
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 'CPQHOST-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQHOST-MIB::cpqHoSWRunningRedundancyMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQHOST-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQHOST-MIB::cpqHoSWRunningRedundancyMode.<cpqHoSWRunningIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQHOST-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQHOST-MIB::cpqHoSWRunningRedundancyMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | master |
3 | backup |
4 | slave |