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

how to set up load balancing with overload server on css

alpritchard
Level 1
Level 1

can anyone tell me how to set up a load balancing config on css that will enable me to LB proxy caches and when they have too many connections then LB against an overload proxy-cache.

Such that when the normal proxy-cache farm is under the ceiling of max connections then the overload server is not used ?

I don't think redirect or sorry server will do this ?

2 Replies 2

ciscomoderator
Community Manager
Community Manager

Since there has been no response to your post, it appears to be either too complex or too rare an issue for other forum members to assist you. If you don't get a suitable response to your post, you may wish to review our resources at the online Technical Assistance Center (http://www.cisco.com/tac) or speak with a TAC engineer. You can open a TAC case online at http://www.cisco.com/tac/caseopen

If anyone else in the forum has some advice, please reply to this thread.

Thank you for posting.

wukunpeng
Level 1
Level 1

see the below configuration,any question,just tell me.

service proxy-1

! below is the real ip of server

ip address 10.1.1.1

keepalive type icmp

active

service proxy-2

ip address 10.1.1.2

keepalive type icmp

active

! enter owner config-mode

owner proxy

! define a content rule,match what you want to load balancing

content rule-proxy

! below is virtual ip,it can be another ip segment

vip address 10.1.1.50

add service proxy-1

add service proxy-2

protocol any

advanced-balance sticky-srcip

active