Thanks. I would like to load balance the Cisco 2821 routers(VPN Concentrators), but I'm not sure how I would cable this so if the ASA failed over, the concentrators would still be working. As you can see on my DMZ switches I have two VLANs. One VLAN is configured with a public address and the other with a private address. I need to make sure that all VPN's configured on the 2821 remain up if a failover occurs. Any suggestions?
Main Topics
Browse All Topics





by: bornskirPosted on 2009-08-11 at 12:31:52ID: 25072471
You're going to want to implement HSRP on whatever device(s) act as your default gateway internally. If that is your firewalls, then you would just need to implement active/standby.
You can't really make a switch redundant unless you multi-home your servers (or whatever is connecting to those switches).
You can also load balance/cluster your VPN Concentrators rather than have them as "active/standby".
As for redundant connections, you basically want to have a mesh network. So you would have each switch connect to each firewall as well as a connection between the two switches (you can even have multiple connections between switches and etherchannel them or just let STP disable one port unless it's needed).
I hope that makes sense.