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

ACE Health probe for SIP

pwenger
Level 3
Level 3

I've setup a SIP probe to check the health of a Microsoft OCS. The health of this server is always failed. What am I missing? I also tried it with a telnet probe on port 5061, but got the same result. A telnet from ACE to the server on port 5061 works fine.

See below a show probe SIP detail and the relevant configuration.

ACE21_Secondary/MOCS# sh probe SIP det

probe : SIP

type : SIP

state : ACTIVE

description :

----------------------------------------------

port : 5061 address : 0.0.0.0 addr type : -

interval : 10 pass intvl : 10 pass count : 3

fail count: 3 recv timeout: 4

request-method : OPTIONS

conn termination : GRACEFUL

expect offset : 0 , open timeout : 2

expect regex : -

------------------ probe results ------------------

associations ip-address port porttype probes failed passed health

------------ ---------------+-----+--------+--------+--------+--------+------

rserver : OCS_11

10.105.11.70 5061 -- 7566 7566 0 FAILED

Socket state : CLOSED

No. Passed states : 0 No. Failed states : 0

No. Probes skipped : 0 Last status code : 0

No. Out of Sockets : 0 No. Internal error: 0

Last disconnect err : Server reply timeout (no reply)

Last probe time : Thu Oct 30 14:18:42 2008

Last fail time : Tue Oct 28 16:31:30 2008

Last active time : Never

ACE21_Secondary/MOCS# sh run

probe sip tcp SIP

port 5061

interval 10

passdetect interval 10

receive 4

expect status 200 200

open 2

rserver host OCS_11

ip address 10.105.11.70

probe SSL

probe PING

probe SIP

probe SIP_TELNET

inservice

Cheers

Peter

1 Reply 1

Gilles Dufour
Cisco Employee
Cisco Employee

Peter,

make sure to NOT run version A2(1.1a) as SIP probes are broken in that specific release.

If your version is something else, get a sniffer trace on the server to see what is going on.

Seems like we don't get a reply according to the line :

"Last disconnect err : Server reply timeout (no reply) "

Gilles.