cpqSiMemModuleECCStatus
CPQSINFO-MIB ·
.1.3.6.1.4.1.232.2.2.4.5.1.11
Object
column mandatory
Enumeration
This provides the current status of the correctable memory
errors for this memory module.
The following status values are supported:
other(1):
ECC is not supported on this memory module.
ok(2):
The correctable error count is below threshold.
degraded(3):
The correctable error count has exceeded threshold.
degradedModuleIndexUnknown(4):
The correctable error count has exceeded threshold.
The module index not available.
Context
- MIB
- CPQSINFO-MIB
- OID
.1.3.6.1.4.1.232.2.2.4.5.1.11- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cpqSiMemModuleEntry
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 'CPQSINFO-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQSINFO-MIB::cpqSiMemModuleECCStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQSINFO-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQSINFO-MIB::cpqSiMemModuleECCStatus.<cpqSiMemBoardIndex>.<cpqSiMemModuleIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQSINFO-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQSINFO-MIB::cpqSiMemModuleECCStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | ok |
3 | degraded |
4 | degradedModuleIndexUnknown |