<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
<br><br><div style="font-weight:normal">
<div> Hi !!!<br><br>I have configured 2 iBGP peers in Bird and they are using 
same "export filter". I am getting strange case.when i disable export 
filter of BGP peer from bird configuration file and issue reload command
 of that specific protocol, the route is not removed in BRP peers and 
"sgow protocol all" of that bgp still shows that it is exporting routes.<br><br><u><b><font style="" color="#92D050">normal configuration:</font></b></u><br><br>protocol bgp aa {<br>                local  as my_as;<br>                neighbor X.X.X.X as my_as;<br>                source address y.y.y.y;<br>                multihop 3;<br>                import all;<br>                export filter r_test;<br>                    &nbs!
 p;   }<br><br>protocol bgp bb {<br>                local  as my_as;<br>                neighbor Z.Z.Z.Z as my_as;<br>                source address y.y.y.y;<br>                multihop 3;<br>                import all;<br>                export filter r_test; <br>                        }<br><br><u><font style="" color="#00B0F0"><b>After Change</b></font></u><br><br>protocol bgp aa {<br>
                local  as my_as;<br>
                neighbor X.X.X.X as my_as;<br>
                source address y.y.y.y;<br>
                multihop 3;<br>
                import all;<br>
                export filter r_test;<br>
                        }<br>
<br>
protocol bgp bb {<br>
                local  as my_as;<br>
                neighbor Z.Z.Z.Z as my_as;<br>
                source address y.y.y.y;<br>
                multihop 3;<br>
                import all;<br>
  <b> <font style="" color="#FF0000">#</font></b>           <font style="" color="#FF0000"> export filter r_test; </font><br>
                        }<br><br><br><br>then i issued " reload all bb" 
but still "bb" is receiving old routes.But when is restarted bird 
service then after BGP got up, then  "bb" did not got route.<br><br>Can you assist what i am missing to do?<br><br><br></div></div>                                      </div></body>
</html>