cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
417
Views
0
Helpful
1
Replies

CSS 11501 - Network reconnection issue

maha
Level 1
Level 1

Using a CSS 11501 switch to configure both Load balancing and server hot standby between two servers (of same config). Clients are connecting to the server using tcp/ip sessions.

The configuration used is shown below:

=========================================

configure

ip route 0.0.0.0 0.0.0.0 10.167.50.1 1

!************************* INTERFACE

interface e2

bridge vlan 9

interface e3

bridge vlan 9

!************************** CIRCUIT

circuit VLAN1

ip address 10.167.50.108 255.255.254.0

circuit VLAN9

ip address 10.167.70.1 255.255.254.0

!************************** SERVICE

service abc_service1

ip address 10.167.70.2

protocol tcp

port 6300

keepalive type tcp

active

service abc_service2

ip address 10.167.70.3

protocol tcp

port 6300

keepalive type tcp

active

!*************************** OWNER

owner xxxxx

content abc_crule

vip address 10.167.50.109

add service abc_service1

add service abc_service2

protocol tcp

port 6300

balance aca

active

===============================

We conducted three tests to verify the hot standby while client sending the data to server app thro tcp/ip.

1) Brought down the service on one server 2) Restarted the OS (Windows 2003) on one server 3) Removed a network cable of one of the server connecting to CSS.

client app lost the conn to the service/server, but when it tried reconnecting to the alternate server, it was successful.

CSS status reflected the actual status of the service/server.

But in third test (removing network conn) the service state changed from "Alive" to "Down" and client app lost conn to the server. Client app tried reconnecting and it was successful connecting to the alternate server.

But when we connected the network cable back, the CSS state was continue to be in "Down". Also,the network connection between CSS and server was not available after reconnection. Also, the status of alternate server changed to "Down", but still client app was successfully transmitting to the alternate server. Stopping the client app and tried reconnecting,

the connection was not going thro.

The connection could be established between CSS and server boxes only after restarting the OS(running windows 2003).

Issues:

1. Service status in CSS continue to be down even after reconnecting the cable with the service running.

2. CSS status of the first service also went down after reconnecting the other server.

3. Client app could not reconnect to any of the servers.

Are we missing any configuration parameter in CSS which will address the above?

regards

Param

1 Reply 1

Gilles Dufour
Cisco Employee
Cisco Employee

Param,

what software version for the CSS ?

Did you see an ARP entry on the server for the CSS ?

Did you see an ARP entry on the CSS for the server ?

is the server directly connected to the CSS or is there an L2 switch inbetween ?

Could you configure 'bridge spanning-tree disabled' on the CSS and see if this improves the situation.

Regards,

Gilles.