root@ISP-B> show configuration ## Last commit: 2017-09-20 13:22:45 UTC by root version 14.1R1.10; system { host-name ISP-B; root-authentication { encrypted-password "$1$110L10lS$YF/yhK3bixR6h/kJ1Ebq10"; ## SECRET-DATA } syslog { user * { any emergency; } file messages { any notice; authorization info; } file interactive-commands { interactive-commands any; } } } logical-systems { X { interfaces { lt-0/0/10 { unit 12; unit 13; } lo0 { unit 1; } } protocols { ospf { area 0.0.0.0 { interface lo0.1 { passive; } interface lt-0/0/10.12; interface lt-0/0/10.13; } } } routing-options { aggregate { route 10.20.0.0/16; route 192.168.1.0/24; } autonomous-system 65503; } } Y { interfaces { lt-0/0/10 { unit 21; unit 23; } lo0 { unit 2; } } protocols { ospf { export send-static; area 0.0.0.0 { interface lo0.2 { passive; } interface lt-0/0/10.21; interface lt-0/0/10.23; } } } policy-options { policy-statement send-static { from { protocol static; route-filter 10.25.0.0/16 exact; } then accept; } } routing-options { static { route 10.25.0.0/16 next-hop 10.0.15.1; } autonomous-system 65503; } } vGW-ISP-A { interfaces { ge-0/0/2 { unit 0; } lt-0/0/10 { unit 31; unit 32; } lo0 { unit 0; } } protocols { bgp { group ISP-A { export [ EXPORT_INTERNAL EXPORT_INTERCO ]; peer-as 65502; neighbor 10.0.5.1; } } ospf { export EXPORT_REMOTE; area 0.0.0.0 { interface lt-0/0/10.31; interface lt-0/0/10.32; interface lo0.0 { passive; } } } } policy-options { prefix-list INTERNAL { 10.20.0.0/16; 192.168.1.0/24; } prefix-list INTERCO { 10.0.5.0/30; } policy-statement EXPORT_INTERCO { from { protocol direct; prefix-list INTERCO; } then accept; } policy-statement EXPORT_INTERNAL { from { protocol aggregate; prefix-list INTERNAL; } then accept; } policy-statement EXPORT_REMOTE { from protocol bgp; then accept; } } routing-options { aggregate { route 10.20.0.0/16; route 192.168.1.0/24; } autonomous-system 65503; } } vGW-ISP-Arouting-options; } chassis { fpc 0 { pic 0 { tunnel-services { bandwidth 1g; } } } } interfaces { ge-0/0/2 { description ISP-B->ISP-A; unit 0 { family inet { address 10.0.5.2/30; } } } lt-0/0/10 { unit 12 { description X->Y; encapsulation ethernet; peer-unit 21; family inet { address 10.20.0.1/30; } } unit 13 { description X->vGW-ISP-A; encapsulation ethernet; peer-unit 31; family inet { address 10.20.5.1/30; } } unit 21 { description Y->X; encapsulation ethernet; peer-unit 12; family inet { address 10.20.0.2/30; } } unit 23 { description Y->vGW-ISP-A; encapsulation ethernet; peer-unit 32; family inet { address 10.20.10.2/30; } } unit 31 { description vGW-ISP-A->X; encapsulation ethernet; peer-unit 13; family inet { address 10.20.5.2/30; } } unit 32 { description vGW-ISP-A->Y; encapsulation ethernet; peer-unit 23; family inet { address 10.20.10.1/30; } } } lo0 { unit 0 { family inet { address 192.168.1.1/32; } } unit 1 { family inet { address 192.168.1.2/32; } } unit 2 { family inet { address 192.168.1.3/32; } } } } root@ISP-B>