Link to home
Start Free TrialLog in
Avatar of murphymail
murphymail

asked on

IKE/IPSec tunnel is coming down - idle timeout?

Doe the IKE/IPsec VPN on a PIX site-site have an idle timout setting? I see what looks to be 3 timers, IKE SA lifetime, IPSec SA lifetime, and TIMEOUT CONN on the Pix 506. What is the resultant timeout value that would / could cause a tunnel to come down during idle times? Users are telneting over this tunnel and it looks like during idle times the tunnel is shutting down.

Any ideas? Thanks in advance for your help.

ASKER CERTIFIED SOLUTION
Avatar of harbor235
harbor235
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of murphymail
murphymail

ASKER

Client is claming it drops but whats the best way to tell for sure? Exactly what command can show the current status of the tunnel (how long its been up, when it came down, why it came down?). I have logging set to debug (if that helps).
>  I have logging set to debug (if that helps).

Thats good for temporary logging, I would not leave it at this level, change it to informational.

>Exactly what command can show the current status of the tunnel (how long its been up)



show crypto ipsec sa
show crypto isakamp sa

Two great commands, you can view packets encapsulated and decapsulated to verify tunnel is running fine.
It also displays the current security association with the peer address.


harbor235