cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
437
Views
5
Helpful
5
Replies

ACE: Different Sticky rules for different URLs

cajalat
Level 1
Level 1

Is there a way to apply different sticky rules (or no sticky at all) depending on the URL for a given site under ACE?

The reason I want to do this is because I have an extremely common URL that chews up sticky resources when it doesn't matter if the URL is sticky. We have several thousand PC's that have a web based screen saver on them that just pull random pages to be displayed on the users' screen when the screen saver kicks in. These pages do not need to be sticky but other pages on the same farm need sticky. Is this possible?

Casey

1 Accepted Solution

Accepted Solutions

Create a more specific Layer 7 class map and instead of calling sticky serverfarm use serverfarm.

for example

sticky http-cookie COOKIE STATIC

cookie insert browser-expire

timeout 5

serverfarm WEBFARM

serverfarm host WEBFARM

rserver SV1 80

inservice

rserver SV2 80

inservice

class-map match-any APP1-VIP

2 match virtual-address 10.86.178.160 tcp eq http

class-map type http loadbalance match-all Condition1

2 match http url .*

3 match http header Host header-value 172.16.31.*

4 match http header User-Agent header-value .*MSIE.*

class-map type http loadbalance match-all Condition2

2 match http url .*

policy-map type loadbalance first-match L7_COOKIE_STATIC

class Condition2

sticky-serverfarm STATIC

class Condition1

serverfarm WEBFARM

policy-map multi-match CLIENT_VIPS

class APP1-VIP

loadbalance vip inservice

loadbalance policy L7_COOKIE_STATIC

loadbalance vip icmp-reply active

loadbalance vip advertise active

Syed

View solution in original post

5 Replies 5

Create a more specific Layer 7 class map and instead of calling sticky serverfarm use serverfarm.

for example

sticky http-cookie COOKIE STATIC

cookie insert browser-expire

timeout 5

serverfarm WEBFARM

serverfarm host WEBFARM

rserver SV1 80

inservice

rserver SV2 80

inservice

class-map match-any APP1-VIP

2 match virtual-address 10.86.178.160 tcp eq http

class-map type http loadbalance match-all Condition1

2 match http url .*

3 match http header Host header-value 172.16.31.*

4 match http header User-Agent header-value .*MSIE.*

class-map type http loadbalance match-all Condition2

2 match http url .*

policy-map type loadbalance first-match L7_COOKIE_STATIC

class Condition2

sticky-serverfarm STATIC

class Condition1

serverfarm WEBFARM

policy-map multi-match CLIENT_VIPS

class APP1-VIP

loadbalance vip inservice

loadbalance policy L7_COOKIE_STATIC

loadbalance vip icmp-reply active

loadbalance vip advertise active

Syed

Thanks Syed

So I match the IP first, then based on the URL I choose a different Farm. Is that how to interpret this? I was under the impression that class-map statements have to match first before a farm is chosen. Thanks.

We are matching class-map statement here and selecting different farms for different conditions.

There are two class maps. First one to select the Virtual Ip and second to check the layer 7 details of the incoming traffic.

Syed

That makes perfect sense. Thank you again very much. This saves me from having to create a whole new VIP/Farm.

Casey

Little correction.

class-maps are compared in sequential order. Adjust the class order appropriately under L7 policy map.

sticky http-cookie COOKIE STATIC

cookie insert browser-expire

timeout 5

serverfarm WEBFARM

serverfarm host WEBFARM

rserver SV1 80

inservice

rserver SV2 80

inservice

class-map match-any APP1-VIP

2 match virtual-address 10.86.178.160 tcp eq http

class-map type http loadbalance match-all Condition1

3 match http header Host header-value 172.16.31.*

4 match http header User-Agent header-value .*MSIE.*

class-map type http loadbalance match-all Condition2

2 match http url .*

policy-map type loadbalance first-match L7_COOKIE_STATIC

class Condition1

sticky-serverfarm STATIC

class Condition2

serverfarm WEBFARM

policy-map multi-match CLIENT_VIPS

class APP1-VIP

loadbalance vip inservice

loadbalance policy L7_COOKIE_STATIC

loadbalance vip icmp-reply active

loadbalance vip advertise active

Syed

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: