cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
228
Views
0
Helpful
5
Replies

Cisco ASA VPN Load balancing Implementation

OlayinkaRookie
Level 1
Level 1

Hello all:

We're looking to implement VPN load balancing across 2 Cisco ASA 5555X in our environment. These 2 ASAs are currently acting as individual gateways and we have an alias configured in the AnyConnect profile for them.

<ServerList>
<HostEntry>
<HostName>VPN</HostName>
<HostAddress>vpn.internet.com</HostAddress>
</HostEntry>
<HostEntry>
<HostName>VPN2</HostName>
<HostAddress>vpn2.internet.com</HostAddress>
</HostEntry>
</ServerList>

Can I add another host entry for the Cluster IP and have the option available to users in Anyconnect along with the existing option for the 2 individual gateways?

 

5 Replies 5

Thank you for this. Fairly recent too. Nice to see official Cisco documentation for implementations like this.

@OlayinkaRookie if using VPN Load Balancer you would only specify the Load Balancer FQDN/VIP not the individual ASA FQDN/IP address.

You could amend the client XML profile as you suggested, but if the users connects directly to the ASA it's not going to be load balanced to the least active ASA, which defeats the purpose of the load balancer.

Thanks, and I agree Rob. We want to run a pilot and would like users to continue to connect to individual gateways until we know that the load balancing works as expected, then we take away the individual gateways from the host list.

@OlayinkaRookie ok understood. Yes, you can still connect directly to the ASA with the load balancer configured for the pilot, amend the XML profile to add the LB FQDN as another entry.