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

CSM and Loadbalancing multiple ports

gsuarez0514
Level 1
Level 1

I have a request to loadbalance Microsoft Communicator. Communicator has multiple ports that need loadbalanced. Is it as easy as creating a server farm with real servers and creating multiple virtual farms with each port (example below)?

serverfarm OCS_FARM_CLT

nat server

no nat client

predictor leastconns

real 192.168.100.91

inservice

real 192.168.100.92

inservice

!

serverfarm OCS_FARM_SVR

nat server

nat client OCS_POOL

predictor leastconns

real 192.168.100.91

inservice

real 192.168.100.92

inservice

vserver OCS_FARM_CLT_v

virtual 192.168.100.90 tcp 5060

vlan 298

serverfarm OCS_FARM_CLT

persistent rebalance

inservice

!

vserver OCS_FARM_SVR_v

virtual 192.168.100.90 tcp 5060

vlan 198

serverfarm OCS_FARM_SVR

persistent rebalance

inservice

!

vserver OCS_FARM_CLT_v

virtual 192.168.100.90 tcp 5061

vlan 298

serverfarm OCS_FARM_CLT

persistent rebalance

inservice

!

vserver OCS_FARM_SVR_v

virtual 192.168.100.90 tcp 5061

vlan 198

serverfarm OCS_FARM_SVR

persistent rebalance

inservice

!

vserver OCS_FARM_CLT_v

virtual 192.168.100.90 tcp 444

vlan 298

serverfarm OCS_FARM_CLT

persistent rebalance

inservice

!

vserver OCS_FARM_SVR_v

virtual 192.168.100.90 tcp 444

vlan 198

serverfarm OCS_FARM_SVR

persistent rebalance

inservice

!

2 Replies 2

Gilles Dufour
Cisco Employee
Cisco Employee

You are just missing one piece.

If you need to guarantee that one client communicate at the same time with the same server on all different ports, you need to tie those vservers together with a sticky group.

Simply create a sticky src ip group and assign to all vservers. Just one group for all vservers.

Also, be aware that the 'vlan x' command is not mandatory under the vserver.

So, if you want traffic from any vlan to hit the rule, simply remove the command.

Gilles.

Thanks for your quick response. I will add the sticky src ip group and test it out. Thanks again!

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: