01-20-2021 11:15 PM
Does eigrp exchange topology tables or routing tables?
I'm ready multiple explanations and they contradict each other. When eigrp forms it's neighbor relationships does it exchange topology tables? Routing tables (RIB)?
Solved! Go to Solution.
01-20-2021 11:55 PM
Hello @St0neline ,
EIGRP exchanges routing updates the most important thing to note is that each prefix is associated with the metric component values from the point of view of the sender.
In other words instead of sending the metric a single number the EIGRP sender will send the prefix with accompanying values of cumulative delay in tens of microseconds minimum bandwdith on the path, max load, min realibility and MTU value.
This helps the receiving router in calculating the metric from its own point of view:
with standard K values it is enough to do the following:
add the delay of the receiving interface to the received cumulative delay in Reported Distance
Compare the min BW in Reported Distance with the bandwidth value on the receiving interface if it is bigger the min BW is left unchanged.
Also to be noted EIGRP does not need to refresh routing information. Only new routes or changes are to be sent this is for the DUAL algorythm.
Multiple routes of equal metric can be advertised as EIGRP supports ECMP
Hope to help
Giuseppe
01-20-2021 11:55 PM
Hello @St0neline ,
EIGRP exchanges routing updates the most important thing to note is that each prefix is associated with the metric component values from the point of view of the sender.
In other words instead of sending the metric a single number the EIGRP sender will send the prefix with accompanying values of cumulative delay in tens of microseconds minimum bandwdith on the path, max load, min realibility and MTU value.
This helps the receiving router in calculating the metric from its own point of view:
with standard K values it is enough to do the following:
add the delay of the receiving interface to the received cumulative delay in Reported Distance
Compare the min BW in Reported Distance with the bandwidth value on the receiving interface if it is bigger the min BW is left unchanged.
Also to be noted EIGRP does not need to refresh routing information. Only new routes or changes are to be sent this is for the DUAL algorythm.
Multiple routes of equal metric can be advertised as EIGRP supports ECMP
Hope to help
Giuseppe
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide