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