cpqIoDrvInfoActualGoverningLevel
CPQIODRV-MIB ·
.1.3.6.1.4.1.232.172.2.1.1.1.48
Object
column mandatory
Enumeration
The level of governing currently happening on the device. This may be
due to any of several reasons. Current reasons are because of high
temperature, power shortage, or to prolong life of the drive.
none = no governing active
light = light governing
moderate = moderate governing
heavy = heavy governing
unavailable = governing level unavailable
Context
- MIB
- CPQIODRV-MIB
- OID
.1.3.6.1.4.1.232.172.2.1.1.1.48- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cpqIoDrvInfoEntry
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 'CPQIODRV-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQIODRV-MIB::cpqIoDrvInfoActualGoverningLevel'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQIODRV-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQIODRV-MIB::cpqIoDrvInfoActualGoverningLevel.<cpqIoDrvInfoIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQIODRV-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQIODRV-MIB::cpqIoDrvInfoActualGoverningLevel'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | none |
1 | light |
2 | moderate |
3 | heavy |
4 | unavailable |