cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
656
Views
0
Helpful
1
Replies

VPN Connection timeout

marco01
Level 1
Level 1

Hello,

can I configure a VPN connection timeout on a Cisco Pix 501 firewall? How can I change this entry?

1 Reply 1

a-vazquez
Level 6
Level 6

Here are the commands to do that.

crypto map map-name seq-num set security-association lifetime secondsseconds | kilobytes kilobytes

This is the lifetime for phase 2.

You can also set lifetime for the ISAKMP policy for phase 1 as follows.

crypto isakmp policy 10 lifetime 7200

here 7200 seconds means 2 hours.