cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
681
Views
0
Helpful
3
Replies

css load balancing udp service

mike
Level 1
Level 1

Hi, There:

If I need to load balance some udp application with use udp port, could I just monitor keepalive udp port and with flow-state (port#) flow-enable?

thx

3 Replies 3

Gilles Dufour
Cisco Employee
Cisco Employee

the flow-enable is for particular udp ports for which we disabled flow.

When flow is disable, the CSS does per packet loadbalancing instead of per flow.

I'm not sure what kind of monitoring you expect with this command.

Also, udp keepalive does not exist as there is no default response. It depends on the protocol.

Gilles.

so based on this sample configuration, it still use icmp for monitoring not udp port?

http://www.cisco.com/en/US/products/hw/contnetw/ps789/products_configuration_example09186a0080094966.shtml

I just want to monitor that destination port, if that port is closed, should destination host send out icmp destination unreachable, will CSS receive icmp destination unreachable, and take that host out of service?

Thx,

no - there is no udp keepalive.

You could create a script for your application that will send udp data and wait for a udp response [not icmp].

the sample config you referenced has no keepalive config, so the service uses the default icmp keepalive.

Gilles.

Review Cisco Networking for a $25 gift card