On Router PE1, you need to configure MPLS, BGP, OSPF, and LDP at the [edit protocols] hierarchy level:
- [edit]
- protocols {
-
- mpls {
- interface so-0/0/1.0;
- }
-
- bgp {
-
- group San-Francisco-Chicago {
- type internal;
- preference 10;
- local-address 10.255.14.216;
-
- family inet-vpn {
- unicast;
- }
- neighbor 10.255.14.224;
- }
- }
-
- ospf {
- traffic-engineering;
-
- area 0.0.0.0 {
- interface so-0/0/1.0;
- }
- }
-
- ldp {
- interface so-0/0/1.0;
- }
- }