After an eigrp successors metric increase?
I've read that if the metric of the current successor increases,in order to avoid sub optimal routing, the local router should try and find a better route via diffuse algorithm.This makes sense, but i've noticed that this only occurs on a router that is 2 hops or more from the router originating the network.
I have 3 routers A,B and C, on A i have net 1.1.1.1/32,when i increase the delay from 5000 to 6000, the local router will do a recomputation and place the new FD in the topology and routing tables.
An update with the new distance is sent to B, B receives the new higher distance inserts it in the routing and topology table while maintaining the original FD.
An update with the new distance is sent to C, C receives the new higher distance, see's thats its from its successor(has a hop count >1 ) and starts
a diffuse algoithm.
Is this correct? The only difference i can see between B and C is the hop count! So is the hop count a variable used when deciding to run a diffuse algorithm when the successors metric increases?
Thanks..
I have 3 routers A,B and C, on A i have net 1.1.1.1/32,when i increase the delay from 5000 to 6000, the local router will do a recomputation and place the new FD in the topology and routing tables.
An update with the new distance is sent to B, B receives the new higher distance inserts it in the routing and topology table while maintaining the original FD.
An update with the new distance is sent to C, C receives the new higher distance, see's thats its from its successor(has a hop count >1 ) and starts
a diffuse algoithm.
Is this correct? The only difference i can see between B and C is the hop count! So is the hop count a variable used when deciding to run a diffuse algorithm when the successors metric increases?
Thanks..
Networking, sometimes i love it, mostly i hate it.Its all about the $$$$
Comments
Yankee
I will try and replicate this tonight. By the way is this using Dynamips or real lab equipment?
Only took 2 or 3 days to figure out,if i continue like this i should have ccie by 2011
Doyles explanation of the diffuse alogorithm is incorrect in both the old and new version.New version diffuse example 2,page 331,332.He ends up with the correct answer but his description of events isnt acurate,this along with other bad descriptions from other sources have caused me great mental pain but now since i understand it, i have a feeling of euphoria!
What threw me off in your first reply is: "since the local distance is greater than the FD and no FSs are present shouldnt B perform a diffuse algorithm?"
But there's an FS afterall right (after local comp on
That makes sense now....Good work on figuring it out !!!!!! I personally enjoy learning EIGRP!!!!