fmCfgPOSTLoopbackResult
ES-MODULE-MIB ·
.1.3.6.1.4.1.437.1.1.2.2.1.1.1.1.6
Object
column mandatory
Enumeration
In the event that the FDDI module fails the loopback test during POST, this object will indicate which portion of the test caused the failure. If the value of fmCfgPOSTTest is anything other than loopback(11), this object will have the value noFailure(1).
Context
- MIB
- ES-MODULE-MIB
- OID
.1.3.6.1.4.1.437.1.1.2.2.1.1.1.1.6- 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::fmCfgPOSTLoopbackResult'
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::fmCfgPOSTLoopbackResult.<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::fmCfgPOSTLoopbackResult'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noFailure |
2 | cannot-transmit |
3 | receive-timeout |
4 | data-mismatch |
5 | length-mismatch |
6 | receiver-error |
7 | buffer-error |