Configure hub PE1 as follows:
- [edit]
- routing-instances {
-
- hub {
- instance-type vrf;
-
- interface t3-0/0/0 {
- encapsulation frame-relay;
-
- unit 0 {
- dlci 16;
-
- family inet {
- address 10.49.4.1/30;
- }
- }
- }
-
- vrf-target {
- import target:200:100;
- export target:200:101;
- }
-
- protocols {
-
- bgp {
-
- group hub {
- type external;
- peer-as 100;
- as-override;
- neighbor 10.49.4.2;
- }
- }
- }
- }
- }