a3sysDriveStatus
A3Com-System-r8-MIB ·
.1.3.6.1.4.1.43.2.13.8.10
Object
scalar mandatory
Enumeration
This object identifies which disk drives are supported by this system. noDrives(1) means no disk drives are supported. driveA means only drive A is supported. driveB means only drive B is supported, while driveAB(4) means both drives A and B are supported.
Context
- MIB
- A3Com-System-r8-MIB
- OID
.1.3.6.1.4.1.43.2.13.8.10- Type
- scalar
- Access
- readonly
- Status
- mandatory
- Parent
- a3ComSysMisc
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'A3Com-System-r8-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3Com-System-r8-MIB::a3sysDriveStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'A3Com-System-r8-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'A3Com-System-r8-MIB::a3sysDriveStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noDrives |
2 | driveA |
3 | driveB |
4 | driveAB |