[BGP] Routes exported very Slowly

Alexandre Corso acorso at franceix.net
Wed Jul 15 12:14:18 CEST 2015


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





-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20150715/d7494726/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/20150715/d7494726/attachment.asc>


More information about the Bird-users mailing list