cpqIdeIdentCondition
CPQIDE-MIB ·
.1.3.6.1.4.1.232.14.2.2.1.1.5
Object
column obsolete
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. The drive may need to be replaced.
failed(4)
The drive has failed. The drive should be replaced.
Context
- MIB
- CPQIDE-MIB
- OID
.1.3.6.1.4.1.232.14.2.2.1.1.5- Type
- column
- Access
- readonly
- Status
- obsolete
- 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::cpqIdeIdentCondition'
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::cpqIdeIdentCondition.<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::cpqIdeIdentCondition'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | ok |
3 | degraded |
4 | failed |