<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hello,<div class=""><br class=""></div><div class="">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)</div><div class=""><br class=""></div><div class="">I tried to disable/enable the session, doesn’t change. I restarted the session, doesn’t change neither.</div><div class=""><br class=""></div><div class="">On my log I have this :</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre">       </span>2015-07-15 12:03:10 <TRACE> RXXXX_1: Incoming connection from X.X.X.X (port 60375) accepted </div><div class=""><span class="Apple-tab-span" style="white-space:pre">   </span>2015-07-15 12:03:10 <TRACE> RXXXX_1: BGP session established</div><div class=""><span class="Apple-tab-span" style="white-space:pre">   </span>2015-07-15 12:03:10 <TRACE> RXXXX_1: Connected to table TXXXX_peerA </div><div class=""><span class="Apple-tab-span" style="white-space:pre">      </span>2015-07-15 12:03:10 <TRACE> RXXXX_1: State changed to feed </div><div class=""><span class="Apple-tab-span" style="white-space:pre">       </span>2015-07-15 12:03:10 <TRACE> RXXXX_1: State changed to up</div><div class=""><br class=""></div><div class="">This is my configuration :</div><div class=""><br class=""></div><div class=""><div class=""># Templates for BGP and pipes protocols</div><div class="">template bgp PEERS {</div><div class="">  debug { events, states };</div><div class="">  local as MyASN;</div><div class="">  import all;</div><div class="">  export all;</div><div class="">  rs client;</div><div class="">  add paths tx;</div><div class="">}</div><div class=""><br class=""></div><div class="">template pipe PIPES {</div><div class="">  table master;</div><div class="">  mode transparent;</div><div class="">}</div><div class=""><br class=""></div><div class=""><div class="">table TXXXX_peerA sorted;</div><div class="">protocol pipe PXXXX from PIPES {</div><div class="">  table master;</div><div class="">  peer table TXXXX_peerA;</div><div class="">  import where bgp_in(peerA, XXXX);</div><div class="">  export where bgp_out(peerA, XXXX);</div><div class="">}</div><div class="">protocol bgp RXXXX_1 from PEERS {</div><div class="">  neighbor X.X.X.X as XXXX;</div><div class="">  import limit 20;</div><div class="">  table TXXXX_peerA;</div><div class="">}</div></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Do you have some clue about this problem?</div><div class=""><br class=""></div><div apple-content-edited="true" class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">--</div><div class="">Alexandre Corso</div><div class="">Network Engineer</div><div class="">+33 (0) 7 85 30 30 84</div><div class=""><a href="mailto:acorso@franceix.net" class="">acorso@franceix.net</a></div><div class=""><br class=""></div></div><br class="Apple-interchange-newline"></div><br class="Apple-interchange-newline" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><br class="Apple-interchange-newline"></div>
</div>
<br class=""></div></body></html>