cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
631
Views
0
Helpful
1
Replies

multiple ports in a serverfarm on ACE module

kwansoo kim
Level 1
Level 1

Dear,

Our server use multiple ports and then port no. is changed randomly in all range of port continuously.

So i need to set a serverfarm to use all ports for a ip address of real server and probe for healthcheck with fail-on-all(?).

But i can't find good CLI.. such like range.. in serverfarm configuration mode and i think it's so hard to set all ports in a serverfarm configuration.

If nothing could be a solution, i hope that all connections from the server must be load-balanced with just ip address.

Has someone any good solutions?

Thanks in advance,

1 Reply 1

sivaksiv
Cisco Employee
Cisco Employee

Hi,

If the users are directly accessing the VIP on those ports then ACE would inherit the port from client in the backend towards server.

Or you can limit the port on VIP using below command.

e.g.

Class-map match-all test

Match virtual-address 172.16.97.47   tcp range <50000-59999)

HTH

-

Siva