Central Router Config: root# show protocols mpls { interface ge-0/0/2.0; interface ge-0/0/3.0; } ospf { traffic-engineering; area 0.0.0.0 { interface all; interface lo0.0 { passive; } } } ldp { interface ge-0/0/2.0; interface ge-0/0/3.0; interface lo0.0; } l2circuit { neighbor 192.168.3.3 { interface ge-0/0/1.0 { virtual-circuit-id 3; } } neighbor 192.168.2.2 { interface ge-0/0/0.0 { virtual-circuit-id 2; } } } show interfaces ge-0/0/0 { encapsulation ethernet-ccc; unit 0; } ge-0/0/1 { encapsulation ethernet-ccc; unit 0; Remote Router1 Config: root# show protocols mpls { interface ge-0/0/3.0; } ospf { traffic-engineering; area 0.0.0.0 { interface all; interface lo0.0 { passive; } } } ldp { interface ge-0/0/3.0; interface lo0.0; } l2circuit { neighbor 192.168.1.1 { interface ge-0/0/0.0 { virtual-circuit-id 3; } } } show interfaces ge-0/0/0 { encapsulation ethernet-ccc; unit 0; Remote Router2 Config: root# show protocols mpls { interface ge-0/0/2.0; } ospf { traffic-engineering; area 0.0.0.0 { interface all; interface lo0.0 { passive; } } } ldp { interface ge-0/0/2.0; interface lo0.0; } l2circuit { neighbor 192.168.1.1 { interface ge-0/0/0.0 { virtual-circuit-id 2; } } } show interfaces ge-0/0/0 { encapsulation ethernet-ccc; unit 0;