cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
419
Views
6
Helpful
2
Replies

IP source based Load balancing?

m.benhassine
Level 1
Level 1

Hi all;

We encounter the following issue:

A load balancer directs requests in a round robin mechanism to several servers. We want the load balancer direct requests based on the source IP addresses, so that the same host would be directed to the same server at each time it reaquests to be connected (reconnection). Is this possible when using CSM module knowing that NAT is implemented?

Regards

2 Replies 2

g.degoeij
Level 1
Level 1

Yes this is possible doing

vserver VAPP

virtual 10.1.1.11 tcp 2514

serverfarm SAPP

sticky 90 group 8

idle 5400

persistent rebalance

inservice

sticky 8 netmask 255.255.255.255 address source timeout 90

This should make the session sticky

Very helpful. Thank you.

Review Cisco Networking for a $25 gift card