cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
9686
Views
24
Helpful
2
Replies

EIGRP SRTT How is the value derived?

deparkr1
Beginner
Beginner

How is the value of SRTT derived for the "sh ip eigrp nei" command?

2 Replies 2

Jon Marshall
Hall of Fame
Hall of Fame

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

ruwhite
Rising star
Rising star

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

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: