[BGP] Routes exported very Slowly

Alexandre Corso acorso at franceix.net
Thu Jul 16 10:42:31 CEST 2015


Hello,

I find a way to resolve that problem but I don’t know why it happened.

I remove my session from my configuration file
Execute "bird -p -c /etc/bird/bird.conf”
Execute "birdc "configure soft”

I put again my session on my configuration file
Execute "bird -p -c /etc/bird/bird.conf”
Execute "birdc "configure soft”


It works :-)


--
Alexandre Corso
Network Engineer
+33 (0) 7 85 30 30 84
acorso at franceix.net





> On 15 Jul 2015, at 12:14, Alexandre Corso <acorso at franceix.net> wrote:
> 
> Hello,
> 
> I have a problem with one of my session. I've established a BGP session with one of my peer but I export very slowly all my routes (around 1 route every 20 sec)
> 
> I tried to disable/enable the session, doesn’t change. I restarted the session, doesn’t change neither.
> 
> On my log I have this :
> 
> 	2015-07-15 12:03:10 <TRACE> RXXXX_1: Incoming connection from X.X.X.X (port 60375) accepted
> 	2015-07-15 12:03:10 <TRACE> RXXXX_1: BGP session established
> 	2015-07-15 12:03:10 <TRACE> RXXXX_1: Connected to table TXXXX_peerA
> 	2015-07-15 12:03:10 <TRACE> RXXXX_1: State changed to feed
> 	2015-07-15 12:03:10 <TRACE> RXXXX_1: State changed to up
> 
> This is my configuration :
> 
> # Templates for BGP and pipes protocols
> template bgp PEERS {
>   debug { events, states };
>   local as MyASN;
>   import all;
>   export all;
>   rs client;
>   add paths tx;
> }
> 
> template pipe PIPES {
>   table master;
>   mode transparent;
> }
> 
> table TXXXX_peerA sorted;
> protocol pipe PXXXX from PIPES {
>   table master;
>   peer table TXXXX_peerA;
>   import where bgp_in(peerA, XXXX);
>   export where bgp_out(peerA, XXXX);
> }
> protocol bgp RXXXX_1 from PEERS {
>   neighbor X.X.X.X as XXXX;
>   import limit 20;
>   table TXXXX_peerA;
> }
> 
> 
> Do you have some clue about this problem?
> 
> --
> Alexandre Corso
> Network Engineer
> +33 (0) 7 85 30 30 84
> acorso at franceix.net <mailto:acorso at franceix.net>
> 
> 
> 
> 
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20150716/98dcf99c/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20150716/98dcf99c/attachment.asc>


More information about the Bird-users mailing list