OcNOS-SP : Carrier Ethernet Guide : Carrier Ethernet Command Reference : EFM OAM Commands : ethernet oam remote-loopback {supported|timeout}
ethernet oam remote-loopback {supported|timeout}
Use this command to configure remote loopback on an interface.
Use the no form of this command to remove remote-loopback support from the interface.
Command Syntax
ethernet oam remote-loopback {supported|timeout <1-10>}
no ethernet oam remote-loopback {supported|timeout}
Parameters
supported
Configure remote loopback support.
timeout
Remote loopback timeout.
<1-10>
Number of seconds the DTE waits for the remote DTE to respond to the ethernet oam remote-loopback start command.
Default
The default state for remote loopback is supported. If a timeout is not set, the local DTE remains in remote loopback state until the remote DTE responds or the user stops remote loopback administratively.
Command Mode
Interface mode
Applicability
This command was introduced in OcNOS version 5.0.
Examples
#configure terminal
(config)#interface xe1
(config-if)#ethernet oam remote-loopback supported
 
#configure terminal
(config)#interface xe1
(config-if)#ethernet oam remote-loopback timeout 2
 
#configure terminal
(config)#interface xe1
(config-if)#no ethernet oam remote-loopback supported
 
#configure terminal
(config)#interface xe1
(config-if)#no ethernet oam remote-loopback timeout
 
Last modified date: 10/20/2023