LINK OAM Commands
OmniSwitch 6250 CLI Reference Guide November 2009 page 26-11
efm-oam port remote-loopback
Specifies whether loopback requests from peers are processed or ignored on the specified port.
efm-oam port slot/port[-port2] remote-loopback {process | ignore}
Syntax Definitions
slot/port The slot number for the module and the physical port number on that
module (e.g. 3/1 specifies port 1 on slot 3).
-port2 Specifies the last port in the range of ports.
process Processes incoming loopback request from peer LINK OAM port.
ignore Ignore (discard) incoming loopback requests.
Defaults
By default, the incoming loopback requests are ignored.
Platforms Supported
OmniSwitch 6250.
Usage Guidelines
• When the remote-loopback is in process mode, the session started by peer LINK OAM client will be
processed by local LINK OAM port. As a result, remote port will be in remote-loopback state and the
local port will be local-loopback state.
• When the remote-loopback is in ignore mode, the session started by peer LINK OAM will not be
processed by the local port.
Examples
-> efm-oam port 1/1 remote-loopback process
-> efm-oam port 1/1 remote-loopback ignore
-> efm-oam port 2/1-10 remote-loopback process
-> efm-oam port 2/1-4 remote-loopback ignore
Release History
Release 6.6.1; command was introduced.