12-28-2007 11:25 PM
This is my Load Balancer CSS11503 configuration
!*************************** GLOBAL ***************************
no restrict web-mgmt
cdp run
ip route 0.0.0.0 0.0.0.0 10.138.78.34 1
ip route 10.0.0.0 255.0.0.0 10.138.78.33 1
!************************* INTERFACE *************************
interface 1/1
bridge vlan 10
!************************** CIRCUIT **************************
circuit VLAN10
ip address 10.138.78.35 255.255.255.240
!************************** SERVICE **************************
service Server1
ip address 10.138.78.36
port 80 range 88
service Server2
ip address 10.138.78.37
keepalive type none
port 80 range 88
active
service Server3
ip address 10.138.78.38
port 80 range 88
!*************************** OWNER ***************************
owner Test
content Test
add service Server2
add service Server1
balance srcip
sticky-serverdown-failover redirect
vip address 10.138.79.41
add service Server3
active
MY load Balancer works fine only when one server is active that is server 2 but when i activate the server 1 and 3 i am not able to reach any of the server the iOS version is sg0810106 (08.10.1.06) please let me know if you need more detail, waiting for your responce.
Thanks..........
12-29-2007 06:28 AM
first, start by removing the command 'port 80 range 88' from all services.
The behavior of this command is most probably not what you think.
Then, since you are in one-armed mode, you need to guarantee that the server response goes back to the CSS.
One easy way is to add the following commands to your config
group clientnat
vip address 10.138.79.41
add destination service Server1
add destination service Server2
add destination service Server3
active
Let me know if this works.
Also be aware that you have not configured stickyness but source ip hashing loadbalancing.
This is different.
You may want to use 'balance roundrobin' with 'advanced-balance sticky-srcip'.
Regards,
Gilles.
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