dot3OamXPeerState
RAD-EthIf-MIB ·
.1.3.6.1.4.1.164.3.1.6.1.6.2.1.2
Object
column Enumeration
This object reports the state of the Peer of the OAM EFM Link.
unknown - at the initialization of the device, or after Reset, when
there is still no data about the peer's state.
operational - usually after unknown state, when device senses that
peer is OK.
linkFault - Loss of Signal is detected by the receiver.
dyingGasp - Unrecoverable condition has occurred (e.g power failure)
criticalEvent - Unspecified Critical Event has occured.
Context
- MIB
- RAD-EthIf-MIB
- OID
.1.3.6.1.4.1.164.3.1.6.1.6.2.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- dot3OamXEntry
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 'RAD-EthIf-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-EthIf-MIB::dot3OamXPeerState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-EthIf-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-EthIf-MIB::dot3OamXPeerState.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-EthIf-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-EthIf-MIB::dot3OamXPeerState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | operational |
3 | linkFault |
4 | dyingGasp |
5 | criticalEvent |