Hi,
I had configured ACE for loadbalanc IPSEC traffic to my VPN Router. For IPSEC to work configured with leastconns with ip base stickyness and running software version A2(3.4). I am facing following issue :
My configuration is working fine in normal condition but if one of my VPN router reboots all connections shifted to remaining VPN router but when VPN router comes backup connections are not loadbalance properly. i.e. new IPSEC connection not following sticky database for second connections (check below output) of the same ip and giving issue in establishing IPSEC connectivity.
switch# sh sticky database client 10.239.7.52
sticky group : STIK-FRM
type : IP
timeout : 1440 timeout-activeconns : FALSE
sticky-entry rserver-instance time-to-expire flags
---------------------+--------------------------------+--------------+-------+
10.239.7.52 CISCO-7206-06:0 65130 -
switch# show conn | i 10.239.7.52
763980 2 in UDP 90 10.239.7.52:4500 10.250.226.19:4500 --
813704 2 out UDP 9 10.250.226.4:4500 10.239.7.52:29651 --
2992430 2 in UDP 90 10.239.7.52:500 10.250.226.19:500 --
2858073 2 out UDP 9 10.250.226.6:500 10.239.7.52:1441 --
Thanking You...