cpqSeUSBPortDeviceFaultTolerance
CPQSTDEQ-MIB ·
.1.3.6.1.4.1.232.1.2.15.1.1.21
Object
column optional
Enumeration
USB/SD Device Fault Tolerance for the HP Dual MicroSD EM USB Kit.
This shows the fault tolerance mode of the HP Dual MicroSD EM USB Kit.
The following values are valid for Fault Tolerance:
None (2)
Fault tolerance is not enabled. If read or write errors occur on the
primary SD card or if it fails, the data cannot be recovered.
Mirroring - RAID 1 (3)
Both SD cards contain identical data. If read or write errors occur
on one SD card or if it fails, the data can be retrieved from the mirror SD card.
Context
- MIB
- CPQSTDEQ-MIB
- OID
.1.3.6.1.4.1.232.1.2.15.1.1.21- Type
- column
- Access
- readonly
- Status
- optional
- Parent
- cpqSeUSBPortEntry
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 'CPQSTDEQ-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQSTDEQ-MIB::cpqSeUSBPortDeviceFaultTolerance'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQSTDEQ-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQSTDEQ-MIB::cpqSeUSBPortDeviceFaultTolerance.<cpqSeUSBPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQSTDEQ-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQSTDEQ-MIB::cpqSeUSBPortDeviceFaultTolerance'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | none |
3 | mirroring |