virtualDiskLayout
StorageManagement-MIB ·
.1.3.6.1.4.1.674.10893.1.20.140.1.1.13
Object
column mandatory
Enumeration
The virtual disk's RAID type. Currently supported types: 1: Concatenated 2: RAID-0 3: RAID-1 7: RAID-5 8: RAID-6 10: RAID-10 12: RAID-50 19: Concatenated RAID 1 24: RAID-60 25: CacheCade
Context
- MIB
- StorageManagement-MIB
- OID
.1.3.6.1.4.1.674.10893.1.20.140.1.1.13- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- virtualDiskEntry
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 'StorageManagement-MIB' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'StorageManagement-MIB::virtualDiskLayout'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'StorageManagement-MIB' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'StorageManagement-MIB::virtualDiskLayout.<virtualDiskNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'StorageManagement-MIB' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'StorageManagement-MIB::virtualDiskLayout'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | concatenated |
2 | raid-0 |
3 | raid-1 |
4 | raid-2 |
5 | raid-3 |
6 | raid-4 |
7 | raid-5 |
8 | raid-6 |
9 | raid-7 |
10 | raid-10 |
11 | raid-30 |
12 | raid-50 |
13 | addSpares |
14 | deleteLogical |
15 | transformLogical |
18 | raid-0-plus-1 |
19 | concatRaid-1 |
20 | concatRaid-5 |
21 | noRaid |
22 | volume |
23 | raidMorph |
24 | raid-60 |
25 | cacheCade |