11-14-2008 07:00 AM - edited 03-04-2019 12:19 AM
How is the value of SRTT derived for the "sh ip eigrp nei" command?
11-14-2008 07:08 AM
The SRTT is the time in milliseconds for a packet to be sent to a neigboring router and for the acknowledgement of that packet to come back to the local router.
Jon
11-14-2008 07:22 AM
It's computed using the round trip time (RTT) of the last acknowledge packet and the previous "smoothed round trip time).
srtt = (srtt * .8) + (rtt * .2)
So a single "out of whack" RTT doesn't really mess up the other timers reliant on it, which are the round trip timeout (RTO) and the multicast flow timer.
:-)
Russ
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