12-13-2010 08:42 PM
Hi All ,
I hv 2 servers for load balanced http traffic on ACE configured in context mode , Need configuration help to configure load balancing on a single server based on ports 80 and 8043 .
I need one http request to be load balanced on two ports 80 and 8043 on single server .
Please suggest , how can i achive this .
Thanx for ur reply in advance .
------------------------
Madu
Solved! Go to Solution.
12-14-2010 02:42 AM
rserver Server1
ip address x.x.x.x
serverfarm Web
rserver Server1 80
inservice
rserver Server1 8043
inservice
policy-map type loadbalance first-match POL1
class class-default
serverfarm Web
policy-map mutlimatch WEB
class VIP
load policy POL1
load vip inservice
The trick is to just use all the ports you need when configuring the serverfarm
Gilles.
12-14-2010 02:42 AM
rserver Server1
ip address x.x.x.x
serverfarm Web
rserver Server1 80
inservice
rserver Server1 8043
inservice
policy-map type loadbalance first-match POL1
class class-default
serverfarm Web
policy-map mutlimatch WEB
class VIP
load policy POL1
load vip inservice
The trick is to just use all the ports you need when configuring the serverfarm
Gilles.
12-16-2010 04:46 AM
Thanx Gilles for your reply Its working ........
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