cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3830
Views
0
Helpful
2
Replies

Permanet IPSec Tunnel between two ASA

yves.haemmerli
Level 1
Level 1

Hi,

I configured an IPSec VPN tunnel between two ASA 5505 firewalls. I would like to make sure that the IPSec tunnel (hence the security association) is permanent and do not drop due to idle condition.

What should I do ?

Thank you for any help

Yves

1 Accepted Solution

Accepted Solutions

ajay chauhan
Level 7
Level 7

Disables IKE keepalive processing, which is enabled by default.

(config)#tunnel-group 10.165.205.222 ipsec-attributes

(config-tunnel-ipsec)#isakmp keepalive disable

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-idle-timeout none


hostname(config)#group-policy DfltGrpPolicy attributes
hostname(config-group-policy)#vpn-session-timeout none

Thanks

Ajay

View solution in original post

2 Replies 2

ajay chauhan
Level 7
Level 7

Disables IKE keepalive processing, which is enabled by default.

(config)#tunnel-group 10.165.205.222 ipsec-attributes

(config-tunnel-ipsec)#isakmp keepalive disable

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-idle-timeout none


hostname(config)#group-policy DfltGrpPolicy attributes
hostname(config-group-policy)#vpn-session-timeout none

Thanks

Ajay

Thank you so much Ajay for your precise information !

Have a nice weekend

Yves

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: