cpqIdeLogicalDriveRaidLevel
CPQIDE-MIB ·
.1.3.6.1.4.1.232.14.2.6.1.1.3
Object
column mandatory
Enumeration
IDE Logical Drive RAID Level.
The following RAID levels are defined:
other(1)
The agent cannot determine the RAID level of this logical drive.
raid0(2)
The logical drive is configured with RAID level 0.
raid1(3)
The logical drive is configured with RAID level 1.
raid0plus1(4)
The logical drive is configured with RAID level 0 plus 1.
raid5(5)
The logical drive is configured with RAID level 5.
raid15(6)
The logical drive is configured with RAID level 1 plus 5.
volume(7)
The logical drive is configured as a volume set.
Context
- MIB
- CPQIDE-MIB
- OID
.1.3.6.1.4.1.232.14.2.6.1.1.3- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cpqIdeLogicalDriveEntry
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::cpqIdeLogicalDriveRaidLevel'
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::cpqIdeLogicalDriveRaidLevel.<cpqIdeLogicalDriveControllerIndex>.<cpqIdeLogicalDriveIndex>'
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::cpqIdeLogicalDriveRaidLevel'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | raid0 |
3 | raid1 |
4 | raid0plus1 |
5 | raid5 |
6 | raid15 |
7 | volume |