04-18-2013 07:07 AM - edited 03-16-2019 04:52 PM
Hi,
just now i'am in the implemantation of a new cucm cluster for one of my customers. I have 4 CUCM's in the Cluster,
and a centralized SIP Trunk with 2 Cube's ( 2 x 3925 ) in active/active mode. Every Cube should handle a maximum of
500 concurrent calls at once, which will not be problem for the Performance of the ISR's.
What I'am thinking about is how to Troubleshoot such a Cube, if there are 500 Calls at once, and I have to collect Traces like
the "SIP Call Message tracing" if neccessary. I think this will result in the same as if I would enable a" Debug IP Packet all" Trace on a Router.
What is the best Practice to Monitor and Troubleshoot such a big Cube ?
Regards
Gerhard
04-18-2013 09:27 AM
Hi Gerhard,
You have a unique opportunity right now to engage
Edson from Cisco in this "Ask the Expert" event
https://supportforums.cisco.com/thread/2209795?tstart=0
Cheers!
Rob
"Talk about a dream
Try to make it real"
- Springsteen
04-19-2013 02:21 AM
Gerhard,
In scenarios or enviroment like this one tool that is available to you is the feature called Per call Debugging on the CUBE..
CUBE Per-Call Debugging (PCD)
SIP 4XX, 5XX, or 6XX Response
Q.850 Cause code
Call Admission Control limits
To configure PCD use the steps below
1. Define buffers and buffer sizes
per-call num-buffer
per-call buffer-size debug
2. Turn per-call debugging on/off
per-call shutdown
per-call active debug
per-call inactive
3. Set trigger points
per-call trigger cause 1
per-call trigger cause 41
per-call trigger sip-message 404
per-call trigger sip-message 488
4. Export debug buffer
perc-coalnl etxeponrtt p rimary [flash | ftp | http | pram | rcp
| tftp] secondary [flash | ftp | http | pram | rcp | tftp]
5. Show buffer content status
show per-call stat
show per-call buffer list
6. Show buffer contents on console
router#show per-call buffer content ?
<0-10000000> Specify the buffer num
router#show per-call buffer content 1
Configuration example:
per-call num-buffer 10
per-call buffer-size debug 1000
per-call export primary ftp://cisco:cisco@128.107.106.184/PCD1.txt secondary flash0: per-call trigger sip-message 404
As you can see with this feature, CUBE debugs will only be triggered for specific trigger points you are looking at or interested in.
Please rate all useful posts
"opportunity is a haughty goddess who waste no time with those who are unprepared"
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide