cpqHoSWRunningConfigStatus
CPQHOST-MIB ·
.1.3.6.1.4.1.232.11.2.6.1.1.13
Object
column optional
Enumeration
The configuration state of the software. The level of initialization the software has performed.
Context
- MIB
- CPQHOST-MIB
- OID
.1.3.6.1.4.1.232.11.2.6.1.1.13- 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::cpqHoSWRunningConfigStatus'
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::cpqHoSWRunningConfigStatus.<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::cpqHoSWRunningConfigStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | starting |
3 | initialized |
4 | configured |
5 | operational |