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

CSS11501 Sticky Table Entry

howard.yang
Level 1
Level 1

Is it possible to manually create a l3 sticky-table entry?

Thanks for your help in advance,

Howard

3 Replies 3

Gilles Dufour
Cisco Employee
Cisco Employee

not possible on the CSS.

The CSM has this feature - static sticky entry.

Regards,

Gilles.

Gilles,

Is there another way to do this on the CSS?

Thanks,

Howard

You can make an ACL that prefers a given service.

Lets say you have this:

service P1

ip address 192.168.10.1

active

service P2

ip address 192.168.10.2

active

owner test

content P1-P2

add service P1

add service P2

vip address 192.168.1.1

active

Now you want to sticky someone from 10.10.0.0/16 to P2

NQL L3-Sticky

ip address 10.10.0.0/16 "L3 Sticky for some important stuff"

acl 1

clause 10 permit any NQL L3-Sticky destination content test/P1-P2 prefer P2

clause 255 permit any any destination any

apply all

This link, should explain what exactly prefer does, and how to use it: http://www.cisco.com/en/US/partner/products/hw/contnetw/ps792/products_configuration_guide_chapter09186a008029b1db.html#wp1134187

Review Cisco Networking for a $25 gift card