07-31-2012 12:04 PM - edited 03-07-2019 08:05 AM
We have two sites: 192.168.100.x and 192.168.101.x currently connected via IPsec VPN. On each end we have a Cisco ASA 5505. However, each site also has an MPLS VPN with intentions to move all traffic to this link.
Site A: ASA inside interface is 192.168.101.1
Site B: ASA inside interface is 192.168.100.1
The ASA at site B is failing (keeps power cycling itself) so we want to move all traffic over to use the MPLS link as obviously the MPLS as better QoS control. The MPLS VPN is connected together via two Cisco 2800 routers.
Site A: Telco MPLS VPN (CPE) inside inter. 192.168.101.6
Site B: Telco MPLS VPN (CPE) inside inter: 192.168.100.6
We want to keep the ASA @ site - this site has remote access needs and we want to have control over the firewall at this site. We are going to remove the ASA at site B, have the telco change the IP from 192.168.100.6 to 192.168.100.1 (so to minimize issues with internal clients using the current default-gateway of the ASA.). At site A, again we want to keep the ASA in place and keep its inside IP address.
Here is the question: Do we simply need to add a static route on Site A’s ASA for any traffic needing to reach Site B. Like so -
route inside 192.168.101.0 255.255.255.0 192.168.101.6 1
Will this work on the ASA? We need to make sure traffic can hit the ASA @ site A on the inside interface and trafiic will forward to the MPLS VPN router which then handles the traffic. Too, will it cause any problems in bi-directional flow between the two sites?
Thank you for taking your time to review!
07-31-2012 01:37 PM
This command
route inside 192.168.101.0 255.255.255.0 192.168.101.6 1
should read
route inside 192.168.100.0 255.255.255.0 192.168.101.6 1
However, hairpinning on the ASA won't work:
http://www.8-p.org/wiki/doku.php?id=asahairpinning
Very good at explaining why...
Regards,
Edison
07-31-2012 08:06 PM
oops, you're correct. But will adding the static routes work or will i need hairpinning? Thanks for the help!
07-31-2012 08:49 PM
Traffic will flow in/out the same interface - that's hairpinning.
Not supported on ASA - details mentioned on the link I posted.
Please remember to rate helpful posts.
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