itdaddy wrote: » Hi guys, okay I am talking with this guy on BGP convergence. This is our situation. we have a mpls router and vpls router. We use vpls and primary and mpls as secondary. when we do a failover test it takes like 5 minutes to converge. I looked on our MPLS router and it has a huge BGP table and huge EIGRP table due to the fact we are doing route redistribution. long story short: I feel convergence time could be improved if we would do 2 things. 1. on the edge router, summarize some EIGRP routes 2. use prefix lists of networks not necessary in the edge router like routes to the entire WAN We have tons of routes to our entire cloud. I know we only need a few routes for our LAN devices here to get to. we do not need routes in our BGP table that get injected into our RIB table. what for if you never access that subnet? 3. tweak the bgp timers keep alive and hold timers this engineer i am talking to says no need to tweak the RIB. I said what? it is huge and our LAN doesnt need to look thru the entire RIB table, it only needs a few routes to access the WAN. It takes time to search a RIB table. Isn't this what we have been taught as network engineers to reduce the RIB table to decrease the look up time to improve converegnce. I have no reference for this engineer and he is higher than me. Am I wrong?
Redistributing your entire BGP feed into an IGP is usually exactly what you don't want to be doing
itdaddy wrote: » I do not have a drawing because it is a simple setup.
let me explain: 2 edge routers 1. vpls that is multimesh with tons of other peers (entire wan) 2. mpls router cer and per only neighbors both have entire wan in bgp tables thus in the route table
and these routers redistribute back to LAN EIGRP which is large as well.
each router only has LAN and WAN so. I am going to summarize routes back to LAN because they only have 1 interface to traverse
and i can prefix some routes out of BGP table since our LAN never travels to the other subnets. dont you think? isnt that what prefix list are for so you dont have a need to travel to the other subnets why have them in your bgp table?