interfaces { ge-0/0/1 { unit 0 { family inet { address 10.0.2.1/30; } } } ge-0/0/2 { unit 0 { family inet { address 10.0.2.9/30; } } } ge-0/0/3 { unit 0 { family inet { address 10.0.8.6/30; } } } ge-0/0/4 { unit 0 { family inet { address 10.0.8.9/30; } } } lo0 { unit 0 { family inet { address 10.0.3.5/32; } } } } routing-options { static { route 192.168.50.0/24 reject; } autonomous-system 65001; confederation 65412 members [ 65000 65001 ]; } protocols { bgp { group 65001 { type internal; local-address 10.0.3.5; export ibgp; cluster 2.2.2.2; neighbor 10.0.9.6; neighbor 10.0.9.7; } group c-bgp { type external; export ibgp; neighbor 10.0.2.2 { peer-as 65000; } neighbor 10.0.2.10 { peer-as 65000; } } } ospf { area 0.0.0.0 { interface lo0.0 { passive; } interface ge-0/0/1.0; interface ge-0/0/2.0; } area 0.0.0.1 { interface ge-0/0/3.0; interface ge-0/0/4.0; } } } policy-options { policy-statement ibgp { term 1 { from { protocol static; route-filter 192.168.50.0/24 exact; } then accept; } } community customers members 65412:300; community peers members 65412:200; community trasist members 65412:100; }