cpqFcaLogDrvHasAccel
CPQFCA-MIB ·
.1.3.6.1.4.1.232.16.2.3.1.1.7
Object
column mandatory
Enumeration
Logical Drive Has Array Accelerator Board.
This indicates whether the logical drive has an Array Accelerator
board configured and enabled. The following values are valid:
Other (1)
Indicates that the instrument agent does not recognize the
Array Accelerator board. You may need to upgrade your software.
Unavailable (2)
Indicates that there is no Array Accelerator board configured
for this logical drive.
Enabled (3)
Indicates that the Array Accelerator board is configured and
enabled for this logical drive.
Disabled (4)
Indicates that the Array Accelerator board is configured but
not enabled for this logical drive.
Context
- MIB
- CPQFCA-MIB
- OID
.1.3.6.1.4.1.232.16.2.3.1.1.7- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cpqFcaLogDrvEntry
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 'CPQFCA-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQFCA-MIB::cpqFcaLogDrvHasAccel'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQFCA-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQFCA-MIB::cpqFcaLogDrvHasAccel.<cpqFcaLogDrvBoxIndex>.<cpqFcaLogDrvIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQFCA-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQFCA-MIB::cpqFcaLogDrvHasAccel'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | unavailable |
3 | enabled |
4 | disabled |