05-14-2008 10:20 AM
Hi, I would like to accomplish the following.
www.xyz.com resolves to a VIP on the Cisco ACE 4700 on HTTP.
When a client types in http://www.xyz.com/bcd, I would like the request to be redirected to www.bcd.com
How do I go about doing this? Do I need to create a real-server with an IP address that resolves to www.bcd.com? How do I configure the Layer-7 match? Do I match on http-url for /bcd?
Are there any examples? Any examples would be appreciated.
Thank you.
05-15-2008 04:33 AM
you will need a webhost redirect rserver.
You will also need to match your url with a class-map
class-map type http loadbalance match-any MyURL
2 match http url /bcd
Then in your http loadbalancing policy-map, you match the class-map MyURL and assigned the serverfarm with your webhost redirect rserver and then you add a class-default to match the rest of the traffic and assign it a serverfarm with your local rservers.
Gilles.
05-15-2008 05:50 AM
Thanks for your help!
05-16-2008 04:52 AM
Hi Gilles,
I followed your advice about using webhost redirect rserver, but the ACE doesn't seem to recognize the match-http-url.
I also can't ping the VIP, even though the VIP is active, and the probes are successful.
I've attached my ACE configuration. Can you take a look and see if I'm missing something or doing something wrong?
Thank you.
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