All,
We have an ASA5520 pair that we will be installing to load balance SSLVPN connections. Below is a portion of our configs pertaining to the VPN load-balancing feature (configured on both ASAs):
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
vpn load-balancing
redirect-fqdn enable
cluster key *****
cluster ip address connect.companyname.com
cluster encryption
participatevpn load-balancing
redirect-fqdn enable
cluster key *****
cluster ip address connect.xtoenergy.com
cluster encryption
participate
ssl trust-point webvpn outside vpnlb-ip
ip local pool COMPANY_NAME 10.211.112.1-10.211.113.254 mask 255.255.254.0
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
My specific question is related to routing of return traffic to load-balanced VPN sessions. Is there some kind of persistence function that tells the return traffic which ASA to route back to? For instance, if ASA1 has a VPN connection having IP address 10.211.112.1 associated to it, and ASA2 has a VPN connection having IP address 10.211.112.100, how does the return traffic for each connection know which ASA to route back to?
Sorry if this is a basic question - this is a new feature to me so I have no prior experience.
Thanks!