06-06-2022 01:35 AM
Hello community,
I have created a ipsec with two ASA both location having 2 ISP link. I have down NAT for both side.
what command need to put on both firewall that will activate failover. once primary ISP down them secondary.
should be up..
Sumy,
Solved! Go to Solution.
06-06-2022 01:40 AM
Hi Sumy,
Please if the tunnel is up and working fine use the below command for failover.
crypto map outside_map 3 set peer 8.8.8.8 2.2.2.2
keep primary IP first then secondary ip.
Thanks,
Jitendra
06-06-2022 01:40 AM - edited 06-06-2022 01:43 AM
to check which firewall is active and which one is passive you give command on the ASA "Show failover" or "show failover | i host"
Failover will actiavte itself if you have put the interface monitoring on. you can check this "show monitor interface"
Normally the interface come up as default when you configure the failover apart from sub-interface you have to bring it in as monitoring.
"I have created a ipsec with two ASA both location having 2 ISP link. I have down NAT for both side."
for this you need to configure ip sla for it to work.
Configure the ASA for Redundant or Backup ISP Links
06-06-2022 01:48 AM
06-06-2022 01:40 AM
Hi Sumy,
Please if the tunnel is up and working fine use the below command for failover.
crypto map outside_map 3 set peer 8.8.8.8 2.2.2.2
keep primary IP first then secondary ip.
Thanks,
Jitendra
06-06-2022 01:45 AM - edited 06-06-2022 01:49 AM
sorry i did not read the question properly,
if you running ipsec on version IKEV2 in that case you need to be on ASA version 9.14. failover ipsec for ikev2 is support in version 9.14
here is the link for ASA Multi-Peer IKEv2 VPN
06-06-2022 01:51 AM
thanks, Cool Correct one... I have tested...
Sumy,
06-06-2022 07:42 AM
this design is SubOptimal,
ASA-1 use Secondary but ASA-2 still use Primary
the traffic will drop.
https://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-firewalls/212478-configure-asa-virtual-tunnel-interfaces.html
this best solution from Cisco.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide