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

Cisco ASA: Vpn SiteToSote with one VPN backup

mbuillon
Level 1
Level 1

Hi all,

A partner have two VPN gateway. We have one connection on one of them, but we want to configure an other tunnel for the backup (if the first gateway goes down).

How can i configure my ASA to creat a tunnel with a peer only if the first peer fail ?

thanks for answer

1 Accepted Solution

Accepted Solutions

Jon Marshall
Hall of Fame
Hall of Fame

You can use multiple peer addresses in your cryto map eg.

crypto map mymap 10 set peer

Your ASA will use try them in the order they are entered, see this link for full details -

http://www.cisco.com/en/US/docs/security/asa/asa72/command/reference/c5_72.html#wp2066090

Jon

View solution in original post

2 Replies 2

Jon Marshall
Hall of Fame
Hall of Fame

You can use multiple peer addresses in your cryto map eg.

crypto map mymap 10 set peer

Your ASA will use try them in the order they are entered, see this link for full details -

http://www.cisco.com/en/US/docs/security/asa/asa72/command/reference/c5_72.html#wp2066090

Jon

thank you very much to understood my question :)