cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
405
Views
0
Helpful
3
Replies

Move L2L tunnel to different physical interface on same ASA

craig-mitchell
Level 1
Level 1

Can some describe to me the process to move an existing L2L tunnel from one physical interface to another?

Thanks!

Sent from Cisco Technical Support iPhone App

1 Accepted Solution

Accepted Solutions

Collin Clark
VIP Alumni
VIP Alumni

Add the crypto map to the new interface

crypto map IPSEC interface new_outside

You'll also have to add isakmp to the new interface

crypto isakmp enable new_outside

If you will have a new public IP, then you'll need to create a new VPN group too.

View solution in original post

3 Replies 3

Collin Clark
VIP Alumni
VIP Alumni

Add the crypto map to the new interface

crypto map IPSEC interface new_outside

You'll also have to add isakmp to the new interface

crypto isakmp enable new_outside

If you will have a new public IP, then you'll need to create a new VPN group too.

craig-mitchell
Level 1
Level 1

Can I have the same crypto map applied to more than one interface at a time?

Sent from Cisco Technical Support iPhone App

Yes