interfaces { ge-0/0/1 { unit 0 { family inet { address 172.16.0.18/30; } } } ge-0/0/2 { unit 0 { family inet { address 172.16.0.22/30; } } } lo0 { unit 0 { family inet { address 130.130.0.2/16; } } } } routing-options { static { route 130.130.0.0/16 reject; } autonomous-system 65222; } protocols { bgp { group t2 { type external; export t2-static; peer-as 65412; multipath; neighbor 172.16.0.21 { authentication-key "$9$bMs2aGUHTQnDi"; ## SECRET-DATA } neighbor 172.16.0.17; } } } policy-options { policy-statement t2-static { term 1 { from { protocol static; route-filter 130.130.0.0/16 exact; } then accept; } term 2 { from protocol direct; then accept; } } }