cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
356
Views
0
Helpful
1
Replies

Issue with using the same cookie on different VIPS?

nygenxny123
Level 1
Level 1

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?

1 Reply 1

Surya ARBY
Level 4
Level 4

don't foget to use the "browser-expire" parameter to your cookie insertion. Otherwise your config is good, I doubt the issue comes from the ACE.

Review Cisco Networking for a $25 gift card