cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
702
Views
0
Helpful
2
Replies

ACE 4710

madhusudhan s
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

Gilles Dufour
Cisco Employee
Cisco Employee

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.

View solution in original post

2 Replies 2

Gilles Dufour
Cisco Employee
Cisco Employee

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.

Thanx Gilles for your reply Its working ........

Review Cisco Networking for a $25 gift card