<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    <span id="result_box" class="long_text"><span style="" title="">Stupid

        question:)<br>
      </span><span style="background-color: rgb(255, 255, 255);"
        title="">Who set up a bird Route server with support for bgp
        community (a la MSK-IX, SPB-IX)?<br>
      </span><span style="background-color: rgb(255, 255, 255);"
        title="">Be able to share pieces of the config for example.<br>
        <br>
      </span><span style="background-color: rgb(255, 255, 255);"
        title="">tried to do as in the examples mentioned<br>
      </span><span style="" title=""><br>
      </span><span style="background-color: rgb(255, 255, 255);"
        title=""># Bgp cummunity<br>
      </span><span style="background-color: rgb(255, 255, 255);"
        title="">function bgp_out (int peeras) (<br>
            </span><span style="background-color: rgb(255, 255, 255);"
        title="">if! </span><span style="background-color: rgb(255,
        255, 255);" title="">(Source = RTS_BGP) then return false;<br>
            </span><span style="background-color: rgb(255, 255, 255);"
        title="">if (0, peeras) ~ bgp_community then return false;<br>
            </span><span style="background-color: rgb(255, 255, 255);"
        title="">if (8861, peeras) ~ bgp_community then return true;<br>
            </span><span style="background-color: rgb(255, 255, 255);"
        title="">if (0,8861) ~ bgp_community then return false;<br>
            </span><span style="background-color: rgb(255, 255, 255);"
        title="">return true;<br>
      </span><span title="">)<br>
        <br>
        protocol bgp Prime_Line {<br>
                local as 8861;<br>
                neighbor 178.xx.xx.44 as 42861;<br>
                import all;<br>
                export where bgp_out(42861);<br>
                rs client;<br>
                route limit 1000;<br>
        }<br>
        <br>
      </span></span><span id="result_box" class="long_text"><span
        title="">export where bgp_out(peerad)  </span></span><span
      id="result_box" class="long_text"><span style="" title="">must be
        configured on all the neighbors? </span><span style="" title="">I
        have only one set up for test</span></span><br>
    <span id="result_box" class="long_text"><span title=""><br>
      </span><span style="" title="">but it did not work: (the user
        gives us 0:8861 , but still prefixes are announced to all
        participants Route server</span></span>
  </body>
</html>