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

CSS Critical Issue

nehakulsum
Level 1
Level 1

Hi,

We have two content and i am faicng the problem with the content gorse. Each content has ocm.And the lb is use is Round Robin.

The problem is that only the second service i.e gorse2 gets the 100 percent traffic for few hours and there is nothing much on the gorse 1 service but when we see both the services will be alive.Kindly let me know why is this happining. Why only the service 2 is prefered by the CSS.

service OCM_gorse1

ip address 192.168.1.12

keepalive port 5070

keepalive type tcp

keepalive frequency 10

redundant-index 23

active

service OCM_gorse2

ip address 192.168.1.13

keepalive port 5070

keepalive type tcp

keepalive frequency 10

redundant-index 36

active

content OCM_gorse

protocol udp

port 5060

vip address 10.1.0.2

application sip

add service OCM_gorse1

add service OCM_gorse2

active

thanks in advance.

3 Replies 3

Gilles Dufour
Cisco Employee
Cisco Employee

There is nothing to explain the difference in the config.

However, since this is udp (no connection close messages) if you started one service first from few clients than activated the other one, it is possible that the traffic keeps using the same connections over and over (sip traffic tends to always the src port).

Try to clear all the connections and see what happens.

Gilles.

Hi Giles,

AT some point the gorse2 may get Load problems in peak time, the other point is our HA concept. What happens if gorse2 goes down. Will the css decide to send traffic to gorse1?

When a server goes down, active connections are not switched over to the other server.

Only new connections are sent to the alive server.

ACE and CSM comes with the 'failaction purge' command which kills connections to those dead servers so that a new one can be opened to another server.

The CSS has something similar.

CSCek56915 - Enhancement for failaction purge on server failure

But I don't think it would help for udp traffic.

Gilles.