cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
612
Views
6
Helpful
6
Replies

URL Parsing with sticky

jteixido
Level 1
Level 1

Team,

I'm not sure if the title represents what I need, but here it goes.

I have to configure a url http://testiisprdvip.test.com without sticky, but when a user clicks on a certain application within this url http://testiisprdvip.test.com/crt we want this to be sticky. Is this possible?

Regards,

John...

1 Accepted Solution

Accepted Solutions

yes you can have multiple policy-maps, all using the same serverfarm.

Gilles.

View solution in original post

6 Replies 6

Gilles Dufour
Cisco Employee
Cisco Employee

What kind of device ?

This should be possible with ACE.

policy type loadbalance http first MyHTTP

class sticky

stickyserverfarm ...

class class-default

serverfarm ...

class-map type http loadbalance match-any sticky

match http url crt.*

Also make sure to enable persistence rebalance with a parameter-map.

Gilles.

Giles,

Would this have to be configured as a seperate server-farm?

John...

John,

this can be the same serverfarm.

G.

So for each application that requires something different than the rest of the URL, all I need to do is create a policy-map for it. I am assuming that I can have multiple policy-maps for the same server-farm?

yes you can have multiple policy-maps, all using the same serverfarm.

Gilles.

Giles,

I have attached a configuration template, please let me know if this looks accurate?

Regards,

John...