Configure the routing instance on Router PE1:
- [edit routing-instances]
- vpna {
- instance-type vrf;
- interface gr-1/2/0.0;
- route-distinguisher 10.255.14.174:1;
- vrf-import vpna-import;
- vrf-export vpna-export;
-
- protocols {
-
- bgp {
-
- group vpna {
- type external;
- peer-as 100;
- as-override;
- neighbor 10.49.2.1;
- }
- }
- }
- }