cpqIdeIdentCondition2
CPQIDE-MIB ·
.1.3.6.1.4.1.232.14.2.2.1.1.9
Object
column mandatory
Enumeration
IDE Drive Condition.
This is the overall condition of the IDE drive.
The following values are defined:
other(1)
The drive does not support drive condition monitoring.
ok(2)
The drive is operating normally.
No user action is required.
degraded(3)
The drive is degraded.
See cpqIdeIdentStatus for the appropriate action.
failed(4)
The drive has failed.
See cpqIdeIdentStatus for the appropriate action.
Context
- MIB
- CPQIDE-MIB
- OID
.1.3.6.1.4.1.232.14.2.2.1.1.9- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cpqIdeIdentEntry
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 'CPQIDE-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQIDE-MIB::cpqIdeIdentCondition2'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQIDE-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQIDE-MIB::cpqIdeIdentCondition2.<cpqIdeIdentIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQIDE-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQIDE-MIB::cpqIdeIdentCondition2'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | ok |
3 | degraded |
4 | failed |