Configure Router C as a label-swapping router within the local AS:
- [edit]
- protocols {
-
- mpls {
- traffic-engineering bgp-igp;
- }
-
- ospf {
-
- area 0.0.0.0 {
-
- interface lo0.0 {
- passive;
- }
- interface fe-0/3/3.0;
- interface fe-0/3/0.0;
- }
- }
-
- ldp {
- interface fe-0/3/0.0;
- interface fe-0/3/3.0;
- }
- }