cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
399
Views
10
Helpful
3
Replies

VPN cryptomap for remote failover IPs

tato386
Level 6
Level 6

I need an ASA to establish a VPN for a remote network that has redundant ISPs and therefor it also has multiple peer IPs.  So the question is should I add both remote IPs to one cryptomap sequence or should I create two sequences?  Note that I do not/cannot do load balancing. This should work as a primary/secondary setup.  Will both of these examples work?  If so, are there pros and cons of each?

Thanks,

Diego

 

Option A:
crypto map cryptomap 10 match address acl_cryptomap
crypto map cryptomap 10 set peer 1.1.1.1 2.2.2.2
crypto map cryptomap 10 set ikev1 transform-set DES-SHA
crypto map cryptomap 10 set ikev2 pre-shared-key *****

 

Option B:
crypto map cryptomap 10 match address acl_cryptomap
crypto map cryptomap 10 set peer 1.1.1.1
crypto map cryptomap 10 set ikev1 transform-set DES-SHA
crypto map cryptomap 10 set ikev2 pre-shared-key *****
crypto map cryptomap 20 match address acl_cryptomap
crypto map cryptomap 20 set peer 2.2.2.2
crypto map cryptomap 20 set ikev1 transform-set DES-SHA
crypto map cryptomap 20 set ikev2 pre-shared-key *****

3 Replies 3

Francesco Molino
VIP Alumni
VIP Alumni
Hi

If you want to do failover then use option A.
ASA will try to build up L2L with peer ip 1 and if not available then move its way done to select next peer ip.

Thanks
Francesco
PS: Please don't forget to rate and select as validated answer if this answered your question

Cool, good to know.

 

So out of curiosity, what would the behavior be if I used the other option?

 

Thanks,

Diego

The other option is 2 different tunnels. But it will build up the first tunnel because they're sharing the same crypto acl

Thanks
Francesco
PS: Please don't forget to rate and select as validated answer if this answered your question
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: