cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
478
Views
5
Helpful
3
Replies

Routing backup VPN without failover

wdgolden1
Level 1
Level 1

I have two sites connected utilizing IPSEC with an ASA 5510 at each site. A T1 is terminated at both sites by the ASA. A site-to-site IPSEC vpn is established through the ASA. Traffic at the main site flows from the ASA 5510 to a Catalyst 4507.

We now have a secondary ASA 5510 at the primary site connected to broadband with a route map on the 4507. The route map pushes internet traffic out the secondary ASA and VPN traffic out the primary ASA.

I would like to establish a redundant VPN from the remote ASA 5510 to the local secondary ASA 5510. I'm having a problem conceptualizing routing between the Catalyst 4507 and the secondary ASA. With IPSEC vpns how can I make the Catalyst understand the secondary route to the remote site and use the secondary route when the primary T1 fails?

3 Replies 3

Edison Ortiz
Hall of Fame
Hall of Fame

How about getting away from the PBR design and using simply routing.

On the 4507 have this routes:

ip route [remote vpn site] primary ASA

ip route 0.0.0.0 0.0.0.0 secondary ASA

ip route [remote vpn site] secondary ASA 150

'150' represents a weighted static route so if the primary ASA isn't available it will use the secondary.

If you can configure these IP routes with IP SLA, so the route gets removed from the table if the SLA is down.

HTH,

__

Edison.

I hadn't even thought about SLA, that will definitely help.

PBR is required since specific internal subnets access the internet using one ASA while other internal subnets access the internet using the second ASA.

I believe I would set up an identical VPN config on both ASA's at the main site. At the remote site would I simply use 2 peers in the current VPN config? How would failback work in that situation.

Primary ASA internet link fails so routes drop out of the 4507 forcing VPN traffic out the secondary ASA. Secondary ASA builds a VPN tunnel with the remote site. Once the primary internet connection comes back online would the primary ASA build a VPN tunnel with the remote site and would that force teardown of the secondary ASA VPN tunnel?

PBR is required for load-balancing or this is application specific?

PBR is just a band-aid for most networks and shouldn't be used for a final design. If you can configure your network with purely routing, traffic engineering can be done a lot better.

If you provide a diagram along with customer requirements we can come up with better ideas for this design and I'm sure PBR will not be one of them.

HTH,

__

Edison.

Review Cisco Networking products for a $25 gift card