ausArrayType
ADAPTEC-UNIVERSAL-STORAGE-MIB ·
.1.3.6.1.4.1.795.14.1.1000.1.1.4
Object
column mandatory
Enumeration
RAID level used by this array.
Context
- MIB
- ADAPTEC-UNIVERSAL-STORAGE-MIB
- OID
.1.3.6.1.4.1.795.14.1.1000.1.1.4- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- ausArrayEntry
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 'ADAPTEC-UNIVERSAL-STORAGE-MIB' -M '/opt/observium/mibs/adaptec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADAPTEC-UNIVERSAL-STORAGE-MIB::ausArrayType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ADAPTEC-UNIVERSAL-STORAGE-MIB' -M '/opt/observium/mibs/adaptec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADAPTEC-UNIVERSAL-STORAGE-MIB::ausArrayType.<ausArrayIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ADAPTEC-UNIVERSAL-STORAGE-MIB' -M '/opt/observium/mibs/adaptec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ADAPTEC-UNIVERSAL-STORAGE-MIB::ausArrayType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | other |
3 | raid0 |
4 | raid1 |
5 | raid2 |
6 | raid3 |
7 | raid4 |
8 | raid5 |
9 | raid6 |
10 | raid10 |
11 | raid50 |
12 | volume |
13 | volume-of-raid0 |
14 | volume-of-raid1 |
15 | volume-of-raid5 |
16 | raid1e |
17 | raid5ee |
18 | raid-volume |
19 | raid60 |