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

using a CSS to manage a socket port failure

hlavender
Level 1
Level 1

I have a client/application that is making a direct persistent TCP/IP connection between itself and a socket handler runing on address 1:port 1111. What I want is, if this conenction fails, when the client tries to reconnect, if the port is unavailable then the server to failover to a secondary port. Other connections on address 1 ports 1112-9999 should be unaffected. Is this possible? Do I have to configure keepalives for this to work or will it automatically detect the lost of the connection?

Any help you can give me would be appreciated!! Thanks in advance.

1 Reply 1

sbilgi
Level 5
Level 5

The topology must not balance packets in a TCP/IP socket connection across more than one Ethernet port on the CSS.you have configured a permanent port using the (config) flow permanent port command, the CSS sets the flow timeout value to 0, which means that the flow should never time out.