memoryDeviceFailureModes
MIB-Dell-10892 ·
.1.3.6.1.4.1.674.10892.1.1100.50.1.20
Object
1100.0050.0001.0020 This attribute defines the failure modes of the
memory device when the memoryDeviceStatus attribute is not ok(3). It is
a bit field that can be used to report more than one type of failure mode
by using a combination of the defined bit masks.
**NOTE: This attribute replaces the memory device error count attributes.
When the memoryDeviceStatus attribute is not ok(3), this attribute should be
used to determine the reason for that instead of the error count attributes.
Context
- MIB
- MIB-Dell-10892
- OID
.1.3.6.1.4.1.674.10892.1.1100.50.1.20- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- memoryDeviceTableEntry
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 'MIB-Dell-10892' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MIB-Dell-10892::memoryDeviceFailureModes'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MIB-Dell-10892' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MIB-Dell-10892::memoryDeviceFailureModes.<memoryDevicechassisIndex>.<memoryDeviceIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MIB-Dell-10892' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MIB-Dell-10892::memoryDeviceFailureModes'
Syntax
- Source
- DellMemoryDeviceFailureModes
- Base type
Enumeration
Values & Constraints
Type Values
1 | eccSingleBitCorrectionWarningRate |
2 | eccSingleBitCorrectionFailureRate |
4 | eccMultiBitFault |
8 | eccSingleBitCorrectionLoggingDisabled |
16 | deviceDisabledBySpareActivation |
32 | nvdimmNotReady |
64 | nvdimmSaveError |
128 | nvdimmRestoreErrorOrTimeout |
256 | nvdimmIllegalConfiguration |
512 | nvdimmNotResponding |
1024 | nvdimmArmFailureOrTimeout |
2048 | nvdimmsInWriteProtectMode |
4096 | nvmLifetimeExpired |
8192 | nvdimmPersistencyLost |
16384 | nvdimmPersistencyRestored |
32768 | nvmLifetimeLessThanFivePercent |
65536 | aepUnCorrectableError |
131072 | aepCorrectableError |
262144 | aepOperatingNormally |