################################################# Host Sunrise ################################################# # # Config by ERS for BGP/SUNRISE # traceoptions "/var/log/gated" size 1m files 5 route; autonomoussystem 300; rip no; bgp yes { # traceoptions "/var/log/gated.bgp" packet; preference 50; group type external peeras 100 { peer 10.0.2.1; }; group type external peeras 200 { peer 10.0.3.2; }; }; export proto bgp as 100 { proto direct { ALL metric 1; };}; export proto bgp as 200 { proto direct { ALL metric 1; };}; ################################################# Host Ghost ################################################# # # Config by ERS for BGP/GHOST # traceoptions "/cisco/log/gated" size 1m files 5 route; autonomoussystem 200; rip no; bgp yes { # traceoptions "/cisco/log/gated.bgp"; preference 50; group type external peeras 100 { peer 10.0.1.1; }; group type external peeras 300 { peer 10.0.3.1; }; }; export proto bgp as 100 { proto direct { ALL; # metric 1; };}; export proto bgp as 300 { proto direct { ALL; #metric 1; };};