maintDot3OamLoopbackPortStatus
IPE-DOT3OAM-MIB ·
.1.3.6.1.4.1.119.2.3.69.501.6.46.3.1.4
Object
column Enumeration
The loopback status of the local OAM entity.
This object returns the loopback point. This means that the value
'remoteLoopback' represents the local OAM entity is initiator of
loopback and the loopback point is on the peer (remote) node.
On the other hand, the value 'localLoopback' means the loopback
point is on the local node.
Context
- MIB
- IPE-DOT3OAM-MIB
- OID
.1.3.6.1.4.1.119.2.3.69.501.6.46.3.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- maintDot3OamLoopbackPortEntry
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 'IPE-DOT3OAM-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPE-DOT3OAM-MIB::maintDot3OamLoopbackPortStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IPE-DOT3OAM-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPE-DOT3OAM-MIB::maintDot3OamLoopbackPortStatus.<maintDot3OamLoopbackPortIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IPE-DOT3OAM-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IPE-DOT3OAM-MIB::maintDot3OamLoopbackPortStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | invalid |
1 | noLoopback |
2 | remoteLoopback |
3 | localLoopback |