06-02-2003 07:32 AM
Hi everyone,
how can I stick a source-address to only one server of the appropriate service always.
I have a CSS 11503 and many services with each 2 servers. There are two clients these must stick client 1 to service:X-server 1 and client2 to service:X-server 2 for each service. Can I make a static entry in the service-sticky-table?
How can I see the sticky-table? With a ACL is it possible to bypass the rule and connect to server directly. But when the server is down the client is not switched to the other server of the service.
What can I do ? Thanks Rene
Solved! Go to Solution.
06-03-2003 04:59 AM
Rene,
You should be able to accomplish this with using an ACL, something like this
clause 10 permit any 10.1.1.1 255.255.255.255 destination 192.1.1.1 255.255.255.255 prefer service server1
where 10.1.1.1 is the client and 192.1.1.1 is a VIP and the service server1 is in the content rule. You still need to go to the VIP, but if the server in question is up, that client will always go there. You can then use a second ACL for the second client
Regards
Pete Knoops
Cisco Systems
06-03-2003 04:59 AM
Rene,
You should be able to accomplish this with using an ACL, something like this
clause 10 permit any 10.1.1.1 255.255.255.255 destination 192.1.1.1 255.255.255.255 prefer service server1
where 10.1.1.1 is the client and 192.1.1.1 is a VIP and the service server1 is in the content rule. You still need to go to the VIP, but if the server in question is up, that client will always go there. You can then use a second ACL for the second client
Regards
Pete Knoops
Cisco Systems
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