Alceo wrote: » I've a bit of confusion, let's say that R1 has an hold timer of 10 secs and R2 has and hold timer of 20 secs. Does this means that R2 will wait 10 secs for a Hello from R1 before considering him dead? And R1 will wait 20 secs for a Hello from R2?
james43026 wrote: » Not quite. If R1 has a hold timer of 10 secs, then it will wait 10 seconds for a hello packet, if none is received it will consider the adjacency between itself and R2 to be down, R2 would wait 20 seconds for a hello packet before doing the same. Default hold time on EIGRP is 15 seconds, with a hello interval of 5 seconds.
james43026 wrote: » It appears I misunderstood the question. I'm sorry, the hold timer configured on an interface is advertised to neighbors on that interface and the neighbors will use this to determine when the router is down.