Routing Traffic through site to site VPN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2017 01:18 PM - edited 03-05-2019 08:45 AM
Attached is a diagram of my setup. I have 3 sites each connected to each other with a site to site VPN. I'm looking for advice and a solution if one of the legs of the VPN were to go down.
For example if the connection between SiteA and SiteC were to go down, is there a way that SiteA and SiteC can still communicate through SiteB?
- Labels:
-
Other Routing

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2017 02:03 PM
Hello,
a full mesh DMPVPN would be an option, as described in the document below:
http://www.cisco.com/en/US/technologies/tk583/tk372/technologies_white_paper0900aecd801af458.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2017 06:19 AM
Would a DMPVPN work with ASAs? two of the gateways are 5512 and the other is a 5505
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2017 12:13 AM
Hi,
Assuming you have two physical links on all of your routers.
Example
Router A has two links
Link 1 connecting to router B
Link 2 connecting to router C
You can configure router A to access router B & router C in scenario where one of your link is down.
How to do this?
Link 1 will have two tunnels configured, tunnel 1 connecting to router B and tunnel 2 connecting router C.
Link2 will have two tunnels configured in the same way you configured for link 1.
In the end make sure router A has routes for networks connected to router B & router C
Bye
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2017 05:31 AM
For example if the connection between SiteA and SiteC were to go down, is there a way that SiteA and SiteC can still communicate through SiteB?
Sure can but it depends on routing being properly configured.
For example, if you were running a dynamic routing protocol, it should reconverge after the SiteA<>SiteC path is lost and communicate that SiteA and SiteC can reach each other via SiteB.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2017 06:16 AM
I didn't know I could use dynamic routing for this setup, thanks.
every site's gateway is an ASA with a nat rule like this
nat (any,outside) source static SiteA_Networks SiteA_Networks destination static SiteC_Networks SiteC_Networks no-proxy-arp route-lookup
I'm unsure of how the NAT will look with a protocol like OSPF, for example. I'm still looking into it, but any advice or articles would go a long way
Thank you
