08-01-2016 02:37 PM - edited 03-12-2019 01:04 AM
Trying to get a secondary ISP connection setup on a client's ASA, version 9.1. The issue I am having is that no traffic flows out the secondary connection when I disable the primary. I am assuming it has to do with NAT and/or ACLs but these are something I haven't been able to wrap my head around. I just don't understand it.
Attached is the current config and I have setup the route, the monitoring, but stuck there.
Any/all guidance is appreciated.
Solved! Go to Solution.
08-01-2016 10:49 PM
Your routing is ok (two default-routes with different AD), but you don't have a dynamic NAT/PAT to your backup interface. It has to be configured the same way as you have for your primary interface:
nat (inside,backup) after-auto source dynamic any interface
08-02-2016 06:51 AM
Well, the needed command is already given. If you wan't to dig deeper into NAT, you can start with the config guide or a good book on the ASA.
08-01-2016 04:41 PM
Hi,
Check the below link for basic configuration with dual ISPs-
http://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/118962-configure-asa-00.html
hth
MS
08-02-2016 06:03 AM
I used this to make the changes and it appears to switch default routes fine. It just isn't allowing any traffic through the 2nd connection.
08-01-2016 10:49 PM
Your routing is ok (two default-routes with different AD), but you don't have a dynamic NAT/PAT to your backup interface. It has to be configured the same way as you have for your primary interface:
nat (inside,backup) after-auto source dynamic any interface
08-02-2016 06:04 AM
I'm a novice when it comes to these things so I will see if I can track down/figure out the commands to add.
08-02-2016 06:51 AM
Well, the needed command is already given. If you wan't to dig deeper into NAT, you can start with the config guide or a good book on the ASA.
08-02-2016 06:53 AM
Understood and I appreciate the guidance. I will see how I fare... Thanks again.
08-03-2016 01:13 PM
Was able to go onsite and apply this today. Happy to report it worked like a champ! Thanks again for the guidance! I do appreciate it!
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