5 pts.
 Ldap Load Balancing
Hi, i have a cisco CSS which can balance htttp, tcp and udp protocols. Im trying to balance ldap connections between 2 servers using the tcp protocol but its not working, i´ve read that this is possible. Is there somone that can help me with my cisco load balancer configuration?

Software/Hardware used:
ASKED: July 31, 2008  10:33 PM
UPDATED: July 24, 2009  5:30 PM

Answer Wiki:
Can you include the CSS configuration specific to ldap you are using? The services and content rules would be a good start.
Last Wiki Answer Submitted:  August 1, 2008  5:49 pm  by  Peterp   270 pts.
All Answer Wiki Contributors:  Peterp   270 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

I have the same problem
here is my config

the services are alive but ldap requests fail when sent to the VIP

!************************** SERVICE **************************
service LDAP-01
ip address 00.00.00.01
port 389
keepalive type tcp
keepalive port 389
active

service LDAP-02
ip address 00.00.00.2
port 389
keepalive type tcp
keepalive port 389
active

owner LDAP

content VIP-LDAP-01
vip address 00.00.00.100
add service LDAP-01
add service LDAP-02
protocol tcp
port 389
active

 10 pts.