Installation and User Manual
EtherHaul
1200™
Page 104
EH-INST-02, Issue 4.0
7.3.2
Link OAM Discovery
Once enabled, the Link OAM will perform discovery of the peer Ethernet port.
To view the discovered peer port (MAC address and other settings):
default>show link-oam-peer eth0
link-oam-peer eth0 mac-addr : 00:24:a4:00:1f:b8
link-oam-peer eth0 vendor-oui : 00-24-a4
link-oam-peer eth0 vendor-info : 0
link-oam-peer eth0 mode : active
link-oam-peer eth0 pdu-size : 1518
link-oam-peer eth0 revision : 2
link-oam-peer eth0 functions : loopback
7.3.3
Link OAM Loopback
Link OAM loopback is supported and can be enabled on the Ethernet port. Once
enabled, traffic received on the port will be looped back to the port initiated the remote
loopback.
To set Link OAM loopback:
set link-oam-loopback <eth-list: eth0|eth1|eth2> [status <value:
init|terminate>] [peer-request <value: ignore|process>]
To allow ports to enter loopback state (when receiving remote loopback initiation
command) the peer-request status should be set to
process
:
default>set link-oam-loopback eth0 peer-request process
To initiate loopback on remote port the loopback status should be set to
init
:
default>set link-oam-loopback eth0 status init
To view loopback settings:
default >show link-oam-loopback eth0
link-oam-loopback eth0 status : remote
link-oam-loopback eth0 peer-request : process
The
status
will change to
remote
on the port that initiated the loopback (i.e., sent the
request for loopback) and
local
on the port performing the loopback.
Use reset loopback command to stop the loopback and return to
status: none
;
default >reset link-oam-loopback eth0