dot3OamPeerModeR
DOT3-OAM-R-MIB ·
.1.3.6.1.4.1.164.20.7.1.2.1.4
Object
column Enumeration
The mode of the OAM peer as reflected in the latest Information OAM PDU received with a Local Information TLV. The mode of the peer can be determined from the Configuration field in the Local Information TLV of the last Information OAMPDU received from the peer. The value is unknown(3) whenever no Local Information TLV has been received. The values of active(1) and passive(2) are returned when a Local Information TLV has been received indicating the peer is in active or passive mode, respectively.
Context
- MIB
- DOT3-OAM-R-MIB
- OID
.1.3.6.1.4.1.164.20.7.1.2.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- dot3OamPeerEntryR
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 'DOT3-OAM-R-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DOT3-OAM-R-MIB::dot3OamPeerModeR'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DOT3-OAM-R-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DOT3-OAM-R-MIB::dot3OamPeerModeR.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DOT3-OAM-R-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DOT3-OAM-R-MIB::dot3OamPeerModeR'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | active |
2 | passive |
3 | unknown |