cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2818
Views
5
Helpful
1
Replies

Using Keepalive vs Session Idle-timeout in ISG

kirancisco
Level 1
Level 1

We have an implementation which is currently using an idle-timeout of 10 minutes and would like to use the keepalive instead:

keepalive [idle idle-seconds] [attempts max-retries] [interval retry-seconds] [protocol {ARP | ICMP [broadcast] }]

What are the advantages and disavantages of using keepalive vs the idle-timer?

Thank You!

1 Reply 1

Hi Kiran,

Both are different in terms of operation.

Session Idle-timeout would wait for X seconds and if there is no traffic ( data) flowing in that X seconds, it will tear down the connection.

However in case of keepalive, it will check for keepalives from other end and if no keepalive is received in stipulated time, it will tear down the session.

So if you configure both idle-timeout and keepalive it will only tear down the session if no keepalives are received from remote end in stipulated time.

HTH,,

Smitesh