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