cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
675
Views
0
Helpful
3
Replies

CSS 11501 SSL and port 80 advanced-balance of cookies

sct0321
Level 1
Level 1

I am trying to perform advanced cookie balancing with out pulling the cookie from the URL. The only cookie which is consistant is "ASP.NET_SessionId and it is not in the URL string.

Also, Can in parallel can I balance last connection? I need to set a round robin to keep site traffice balanced.

3 Replies 3

seilsz
Level 4
Level 4

The command 'advanced-balance cookies' will accomplish your first request. You can find more information here:

http://www.cisco.com/en/US/products/hw/contnetw/ps792/products_configuration_example09186a0080093de2.shtml

Regarding your second request, if the CSS does not find a cookie in the client request, it will load balance using round robin (by default).

~Zach

Thank you for the link.

question? Can I also use the advanced-Balance Arrowhead-cookies ? and will I also need a keepalive:

!*******************KEEPALIVE*************************

keepalive IISsys01

type http

uri "/content.html"

ip address 192.168.1.125

active

keepalive IISsys02

type http

uri "/content.html"

ip address 192.168.1.165

active

keepalive IISweb01

type http

uri "/content.html"

ip address 172.25.4.1

active

keepalive IISweb02

type http

uri "/content.html"

ip address 172.25.4.3

active

********************************************

'advanced-balance arrowpoint cookie' functions differently in that the CSS actually *inserts* the cookie and redirects the request back to the same site (as opposed to just reading the server-provided client cookie).

Using keepalives is a good idea.

~Zach

Review Cisco Networking for a $25 gift card