cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
580
Views
0
Helpful
2
Replies

Ace Sticky Configuration

steve_steele
Level 1
Level 1

Hi Guys,

I'm trying to set up a sticky configuration on an ACE modeule in a 6500.

I've got the loadbalancing woking happily but need to ammend the config to add stickiness.

As far as I know the first command is someting on the lines of...

sticky http-cookie COOKIENAME STICKYGROUP

however when I put this in I get the following error.

Error: Sticy resource not available

I suspect that i'm missing something obvious.

Any assistance is greatly appreciated.

Regards

Steve

1 Accepted Solution

Accepted Solutions

By default all the resources are available to ACE contexts except sticky resource.

You need a resource class with sticky resource defined and this class applied to the context.

for example

resource-class GOLD

limit-resource sticky minimum 1 maximum equal-to-min

Thanks

Syed Iftekhar Ahmed

View solution in original post

2 Replies 2

By default all the resources are available to ACE contexts except sticky resource.

You need a resource class with sticky resource defined and this class applied to the context.

for example

resource-class GOLD

limit-resource sticky minimum 1 maximum equal-to-min

Thanks

Syed Iftekhar Ahmed

Thanks Syed, great help!