10-20-2011 02:27 PM
configured two reservers on ACEs,but need to create a serverfarm ,where all the traffic goes to only one rserver1,when this rserver1 fails completely or not in service the traffic need to be hitting rserver2.
how can I configure on ACEs ,on CSS I know we create a sorry server.
10-20-2011 02:43 PM
Hi,
This is pretty simple and similar to CSS, you create a sorry server farm. The only difference is this server farm will be a redirect serverfarm.
Please find the above config guide which describes the detailed method of configuring a sorry serverfarm in ace.
Regards
Abijith
10-24-2011 08:25 PM
Will my config work ,as I am Planning to configure a backup or Sorry Server farm,Initially all the traffic need to hot only one server and if that server fails completely ,then only the traffic need to hit the second server.Abijith can you please let me know if this config works or do I need make some more modifications to it.
rserver SERVER1
ip address
inservice
rserver SERVER2
ip address
inservice
serverfarm ITIM1
rserver SERVER1
inservice
Serverfarm backup ITIM2
rserver server2
inservice
class-map match-all ITIM_CLASS
match virtual-address A.B.C.D tcp any
policy-map type loadbalance first-match ITIM_POLICY
class class-default
serverfarm ITIM1 backup ITIM2
policy-map multi-match POLICY
class ITIM_CLASS
appl-parameter http advanced-options CASE_PARAM
loadbalance vip inservice
loadbalance vip icmp-reply active
loadbalance policy ITIM_POLICY
nat dynamic 1 vlan 20
10-25-2011 02:28 PM
it seems perfect 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