03-07-2013 05:07 AM
Hello,
Is there any way on the ACE to specify 'forward all requests to the VIP from a single IP to go to server X in the serverfarm'
If so, how would I do this please?
Kind Regards,
Bilal
Solved! Go to Solution.
03-07-2013 09:30 AM
Hello Bilal,
2 approaches come to mind:
1) you could create a serverfarm with that server only and then use:
policy-map type loadbalance first-match testurl-l7slb
match SPECIAL-CLIENT source-address 192.168.33.154 255.255.255.255
serverfarm SPECIAL-FARM
class class-default
serverfarm NORMAL-FARM
OR
2) if you are using source ip stickiness then you could create a static entry linking a single client source ip address to a certain server, see here:
Hope it helps,
Francesco
03-07-2013 09:30 AM
Hello Bilal,
2 approaches come to mind:
1) you could create a serverfarm with that server only and then use:
policy-map type loadbalance first-match testurl-l7slb
match SPECIAL-CLIENT source-address 192.168.33.154 255.255.255.255
serverfarm SPECIAL-FARM
class class-default
serverfarm NORMAL-FARM
OR
2) if you are using source ip stickiness then you could create a static entry linking a single client source ip address to a certain server, see here:
Hope it helps,
Francesco
03-07-2013 09:52 AM
Thank you Francesco, 2nd option appeals more to me.
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