interfaces {interface all passive; }; autonomoussystem 64600; routerid 192.168.192.12; rip no; egp no; bgp yes { preference 50 ; group type External peeras 64700 { peer 192.168.192.13; } ; group type External peeras 64601 { peer 192.168.194.15 ; } ; } ; ospf no; static { default gateway 192.168.192.10; host 255.255.255.255 interface eth0; } ; export proto bgp as 64700 { proto bgp as 64601 { ALL metric 1; }; proto direct { ALL metric 1; } ; proto static { ALL metric 1; } ; } ; export proto bgp as 64601 { proto direct { ALL metric 1; } ; proto static { ALL metric 1; } ; } ;