Juniper Networks JUNOS OS 10.4 User Manual
Page 169

To configure LFM between a PE and a CE:
1.
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;
}
}
}
}
}
2.
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
•
Ethernet OAM
•
Ethernet OAM Link Fault Management on page 143
149
Copyright © 2013, Juniper Networks, Inc.
Chapter 12: IEEE 802.3ah OAM Link-Fault Management