fmCfgPOSTTest
ES-MODULE-MIB ·
.1.3.6.1.4.1.437.1.1.2.2.1.1.1.1.5
Object
column mandatory
Enumeration
This object indicates the specific test that caused the POST to fail. If the module passed POST, this item will return noFailure(1).
Context
- MIB
- ES-MODULE-MIB
- OID
.1.3.6.1.4.1.437.1.1.2.2.1.1.1.1.5- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- fmCfgEntry
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 'ES-MODULE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ES-MODULE-MIB::fmCfgPOSTTest'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ES-MODULE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ES-MODULE-MIB::fmCfgPOSTTest.<fmCfgIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ES-MODULE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ES-MODULE-MIB::fmCfgPOSTTest'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noFailure |
2 | invalid-marker |
3 | checksum |
4 | ram-quick-scan |
5 | ram-byte-test |
6 | checkerboard |
7 | arbiter-id |
8 | read-only-register |
9 | read-write-register |
10 | ethernet-interrupt |
11 | loopback |
12 | invalid-version |