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
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