Bird as route server and bgp comunities

Denis Samsonov denis.samsonov at gmail.com
Sat Sep 18 13:00:21 CEST 2010


  Stupid question:)
Who set up a bird Route server with support for bgp community (a la 
MSK-IX, SPB-IX)?
Be able to share pieces of the config for example.

tried to do as in the examples mentioned

# Bgp cummunity
function bgp_out (int peeras) (
if! (Source = RTS_BGP) then return false;
if (0, peeras) ~ bgp_community then return false;
if (8861, peeras) ~ bgp_community then return true;
if (0,8861) ~ bgp_community then return false;
return true;
)

protocol bgp Prime_Line {
         local as 8861;
         neighbor 178.xx.xx.44 as 42861;
         import all;
         export where bgp_out(42861);
         rs client;
         route limit 1000;
}

export where bgp_out(peerad) must be configured on all the neighbors? I 
have only one set up for test

but it did not work: (the user gives us 0:8861 , but still prefixes are 
announced to all participants Route server
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20100918/a3612fbd/attachment.html>


More information about the Bird-users mailing list