01-24-2005 09:49 AM
Is it possible to manually create a l3 sticky-table entry?
Thanks for your help in advance,
Howard
01-24-2005 10:43 AM
not possible on the CSS.
The CSM has this feature - static sticky entry.
Regards,
Gilles.
01-24-2005 10:53 AM
Gilles,
Is there another way to do this on the CSS?
Thanks,
Howard
01-25-2005 02:22 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide