I have configured my CSS to balance using the Leastconn method but it appears load distribution is still being done disproportionately. The IOS version is 08.10.1.06 and the config in production is as shown below:
content Schedules
protocol tcp
port 80
vip address 10.92.34.41
advanced-balance sticky-srcip
balance leastconn
add service mxesweb1:9020
add service mxesweb2:7003
sticky-serverdown-failover redirect
add service mxesweb2:7005
add service mxesweb2:7007
active
The show Summ command output is as shown below:
xxxxxx-10# sh summ
Global Bypass Counters:
No Rule Bypass Count: 184247
Acl Bypass Count: 0
Owner Content Rules State Services Service Hits
xxxxx Schedule Active
mxesweb1:902 0
mxesweb2:700 744
mxesweb2:700 288
mxesweb2:700 0
Any input would be very much appreciated.
Thanks