Configure Router J to swap labels for routes running through its interfaces:
- [edit]
- protocols {
-
- mpls {
- traffic-engineering bgp-igp;
- }
-
- ospf {
-
- area 0.0.0.0 {
-
- interface lo0.0 {
- passive;
- }
- interface fe-1/0/2.0;
- interface fe-1/0/3.0;
- }
- }
-
- ldp {
- interface fe-1/0/2.0;
- interface fe-1/0/3.0;
- }
- }