12-05-2016 09:47 PM
IPSEC VPN Tunnel keeps dropping after a few Hours, we have 3 sites that are all connected via 3 Cisco 5512 ASA's. The tunnels are configured on the firewalls. Any ideas and how this can be fixed.
Any advice will be greatly appreciated.
12-07-2016 10:09 PM
you should configure idle/session timeout value to none. please see below for details.
If the idle timeout is set to 30 minutes (default), it means that it drops the tunnel after 30 minutes of no traffic passes through it. The VPN client gets disconnected after 30 minutes regardless of the setting of idle timeout and encounters the PEER_DELETE-IKE_DELETE_UNSPECIFIED error.
Configure idle timeout and session timeout as none in order to make the tunnel always up, and so that the tunnel is never dropped even when using third party devices.
PIX/ASA 7.x and later
Enter the vpn-idle-timeout command in group-policy configuration mode or in username configuration mode in order to configure the user timeout period:
hostname(config)#group-policy DfltGrpPolicy attributes hostname(config-group-policy)#vpn-idle-timeout none
Configure a maximum amount of time for VPN connections with the vpn-session-timeout command in group-policy configuration mode or in username configuration mode:
hostname(config)#group-policy DfltGrpPolicy attributes hostname(config-group-policy)#vpn-session-timeout none
12-12-2016 10:38 PM
I did try this and still having the same problem.
12-13-2016 08:57 AM
Hello,
not sure if this applies in your situation, but as stated before, by tunneling all traffic, there will always be interesting traffic, hence the tunnel will never be dropped:
ASA(config-group-policy)# split-tunnel-policy tunnelall
12-09-2016 02:14 PM
On a side note, if you configure 'tunnel-all' under your group policy, there will always be interesting traffic, and the tunnel will never drop.
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