fsFmLoopbackStatus
FM-MIB ·
aricent variant
·
.1.3.6.1.4.1.2076.122.3.1.1.1
Object
column Enumeration
The loopback status of the local interface. This status is obtained from the local EOAM Client. When operating in normal mode with no loopback in progress, the status reads noLoopback(1). If the local OAM client knows that the remote OAM entity is in loopback mode , the status is remoteLoopback(2). The unknown(3) status indicates the loopback status is not known.
Context
- MIB
- FM-MIB
- OID
.1.3.6.1.4.1.2076.122.3.1.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- fsFmLoopbackEntry
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 'FM-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FM-MIB::fsFmLoopbackStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FM-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FM-MIB::fsFmLoopbackStatus.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FM-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FM-MIB::fsFmLoopbackStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noLoopback |
2 | remoteLoopback |
3 | unknown |