01-04-2024 03:41 PM - last edited on 01-07-2024 10:25 PM by Translator
Hi,
Two routers, R1 and R2, are directly connected and are EIGRP neighbors. R1 redistributes static route. On R2 I am seeing the total delay of 410 microseconds for that redistributed static route. The R2's ingress interface on which the advertisement is received has delay of 400 microseconds. However, I don't know where this additional 10 microseconds is coming from. I can only see that R1's egress interface has delay of 10 microseconds.
The static route on R1 is redistributed using only
redistribute static
command
Any ideas?
Solved! Go to Solution.
01-04-2024 04:10 PM
Hello,
Where does the static route point? If its to a loopback or an exit interface NOT towards R2 then I believe EIGRP will use that metric as part of the calculation. EIGRP uses the cumulative delay in its calculation so the addition of 400 + 10 seems correct.
-David
01-04-2024 08:24 PM - last edited on 01-07-2024 10:27 PM by Translator
there is default-metric for any prefix redistribute into EIGRP
so the delay is (delay to router redistribute static into EIGRP + default-delay)
show interface x
<<- the interface between R1 and R2
check it delay
then you can set default-metric in R1 for redistribute static into eigrp
MHM
01-04-2024 04:10 PM
Hello,
Where does the static route point? If its to a loopback or an exit interface NOT towards R2 then I believe EIGRP will use that metric as part of the calculation. EIGRP uses the cumulative delay in its calculation so the addition of 400 + 10 seems correct.
-David
01-04-2024 08:24 PM - last edited on 01-07-2024 10:27 PM by Translator
there is default-metric for any prefix redistribute into EIGRP
so the delay is (delay to router redistribute static into EIGRP + default-delay)
show interface x
<<- the interface between R1 and R2
check it delay
then you can set default-metric in R1 for redistribute static into eigrp
MHM
01-05-2024 02:15 AM
I think I found the reason. As it turns out, if you redistribute static route without any seed metric, EIGRP by default will use delay and bandwidth of the egress interface. As a result, the delay on R1's egress interface out of which the prefix was advertised is 10 microseconds.
01-05-2024 02:23 AM
Yes
there are two way
1- config defualt-metric for all redistribute
2- config the defualt seed for each redistribute
if you dont config any of above you get default delay and that what you see in your case
MHM
01-05-2024 02:30 AM
and for you and all other
noter:- OSPF not included
MHM
01-05-2024 02:37 AM
Hello
I will agree with @David Ruess the next hop delay of that static route will be calculated.
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