Navigation
Supported Platforms
Related Documentation
- ACX, MX Series
- Ethernet OAM Link Fault Management
- MX Series
- Example: Configuring Ethernet LFM for CCC
- Example: Configuring Ethernet LFM for Aggregated Ethernet
- Example: Configuring Ethernet LFM with Loopback Support
- Additional Information
- Ethernet OAM
Example: Configuring Ethernet LFM Between Provider Edge and Customer Edge
In this example, LFM is enabled on an IP link between the provider edge (PE) and customer edge (CE) interfaces. If the link goes down, the fault will be detected by LFM and the interfaces on both sides will be marked Link-Layer-Down. This results in notifications to various subsystems (for example, routing) which will take appropriate action.
The link running LFM is shown in Figure 1.
Figure 1: Ethernet LFM Between Provider Edge and Customer Edge

To configure Ethernet LFM on an IP link between PE and CE interfaces:
Configure LFM on the PE router:
[edit]interfaces ge-1/1/0 {unit 0 {family inet {address 11.11.11.1/24;}}}protocols {oam {ethernet {link-fault-management {interface ge-1/1/0 {pdu-interval 1000;pdu-threshold 5;}}}}}Configure LFM 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;}}}}}
Related Documentation
- ACX, MX Series
- Ethernet OAM Link Fault Management
- MX Series
- Example: Configuring Ethernet LFM for CCC
- Example: Configuring Ethernet LFM for Aggregated Ethernet
- Example: Configuring Ethernet LFM with Loopback Support
- 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 for CCC
- Example: Configuring Ethernet LFM for Aggregated Ethernet
- Example: Configuring Ethernet LFM with Loopback Support
- Additional Information
- Ethernet OAM