01-19-2009 09:05 PM - edited 03-04-2019 12:54 AM
Hi, I want to change Keepalive timer on the interface like, If s0/0 is down, then it should send the down message only after 5 second. Please help.
01-19-2009 11:08 PM
1. To set it to default 10 seconds
keepalive
2. To set it to 5 seconds
keepalive 5
3. To disable keepalive
no keepalive
keepalive disable
01-20-2009 02:10 AM
Hello Rupesh,
the interface will be declared down after missing three consecutive keealives so with default settings it is after 30 seconds
use
keepalive 2
to see if after 6 seconds
Hope to help
Giuseppe
01-20-2009 03:44 AM
Rupesh
Also be sure that the setting of keepalives is the same on both ends of the serial connection. If you set one end to keepalive 2 and leave the other end at the default of 10 you will find that the router with the short keepalives will flap which is caused by the mismatch in the keepalive timer.
HTH
Rick
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