cpqIoDrvInfoState
CPQIODRV-MIB ·
.1.3.6.1.4.1.232.172.2.1.1.1.12
Object
column mandatory
r/w
Enumeration
The current state of the attached client device.
In order to function normally, the device must be
in the 'attached' state.
Quiescent states:
attached = device is ready for normal use
detached = device is stopped
minimal = driver loaded but firmware needs updating
error = device is not working properly
Transitional states:
attaching = device is initializing
scanning = part of device initialization
detaching = device is stopping
formatting = the format operation is in process
updating = the firmware is being updated
Operations:
attach = make device operational
detach = take device off-line
format = re-formats device
update = firmware update
Device state must be minimal or detached to update the
firmware and must be detached in order format.
Context
- MIB
- CPQIODRV-MIB
- OID
.1.3.6.1.4.1.232.172.2.1.1.1.12- Type
- column
- Access
- readwrite
- 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::cpqIoDrvInfoState'
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::cpqIoDrvInfoState.<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::cpqIoDrvInfoState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | unknown |
1 | detached |
2 | attached |
3 | minimal |
4 | error |
5 | detaching |
6 | attaching |
7 | scanning |
8 | formatting |
9 | updating |
10 | attach |
11 | detach |
12 | format |
13 | update |