We have 2 servers
rserver host server1
rserver host server 2
they both are associated on one serverfarm
serverfarm host CUSTOMER
rserver server1
rserver server2
We have multiple VIPS
sticky http-cookie customer cookie customer cookie
cookie insert
replicate sticky
serverfarm customer
class-map match-all CUSTOMER1-VIP
2 match virtual-address 172.20.10.24 tcp eq https
class-map match-all CUSTOMER2-VIP
2 match virtual-address 172.20.10.23 tcp eq https
policy-map type loadbalance first-match CUSTOMER1-l7slb
class class-default
sticky-serverfarm customer cookie
policy-map type loadbalance first-match CUSTOMER2-l7slb
class class-default
sticky-serverfarm customer cookie
customer1 enters his vip 172.20.10.24/folder1
customer 2 enters his vip 172.20.10.23/folder2
both VIP go to the same serverfarm which has the same servers
the servers direct the request to the necessary folder
We are having issues with getting the needed response
Is there an issue with with my current configuration?
its very straightforward...multple VIPs to the same server/serverfarm
followed by the uri of the customer
would the cookie config cause an issue?