Navigation
Supported Platforms
Related Documentation
- ACX, MX Series
- Ethernet OAM Link Fault Management
- MX Series
- Example: Configuring Ethernet LFM Between Provider Edge and Customer Edge
- Example: Configuring Ethernet LFM for CCC
- Example: Configuring Ethernet LFM for Aggregated Ethernet
- Additional Information
- Ethernet OAM
Example: Configuring Ethernet LFM with Loopback Support
In this example, LFM is configured between PE and CE. The PE can put the CE in remote loopback mode. This allows the PE to have all the traffic sent to the CE looped back for diagnostics purposes, as shown in Figure 1.
Figure 1: Ethernet LFM with Loopback Support

To configure LFM between a PE and a CE:
Configure LFM loopback on the PE router:
[edit]interfaces ge-1/0/0 {unit 0 {family inet {address 11.11.11.1/24;}}}protocols {oam {ethernet {link-fault-management {interface ge-1/0/0 {pdu-interval 1000;pdu-threshold 5;remote-loopback;}}}}}Configure LFM loopback on the CE router:
[edit]interfaces ge-1/1/0 {unit 0 {family inet {address 11.11.11.2/24;}}}protocols {oam {ethernet {link-fault-management {interface ge-1/1/0 {pdu-interval 1000;pdu-threshold 5;negotiation-options {allow-remote-loopback;}}}}}}
Related Documentation
- ACX, MX Series
- Ethernet OAM Link Fault Management
- MX Series
- Example: Configuring Ethernet LFM Between Provider Edge and Customer Edge
- Example: Configuring Ethernet LFM for CCC
- Example: Configuring Ethernet LFM for Aggregated Ethernet
- Additional Information
- Ethernet OAM
Published: 2012-11-26
Supported Platforms
Related Documentation
- ACX, MX Series
- Ethernet OAM Link Fault Management
- MX Series
- Example: Configuring Ethernet LFM Between Provider Edge and Customer Edge
- Example: Configuring Ethernet LFM for CCC
- Example: Configuring Ethernet LFM for Aggregated Ethernet
- Additional Information
- Ethernet OAM