Use the following debug commands for debugging related to RTCP keepalive packets:
-
debug
voip
rtcp
packet
--Shows details related to RTCP keepalive packets such as RTCP sending and receiving paths, Call ID, Globally Unique Identifier
(GUID), packet header, and so on.
Router# debug voip rtcp packet
01:06:27.450: //6/xxxxxxxxxxxx/RTP//Event/voip_rtp_send_rtcp_keepalive: Generate RTCP Keepalive
*Mar 17 01:06:27.450: rtcp_send_report: Attributes
(src ip=192.168.30.3, src port=17101, dst ip=192.168.30.4, dst port=18619
bye=0, initial=1, ssrc=0x07111E02, keepalive=1)
*Mar 17 01:06:27.450: rtcp_construct_keepalive_report: Constructed Report
(rtcp=0x2E5AF214, ssrc=0x07111E02, source->ssrc=0x00001E03, total_len=36)
2E5AF210: 80C90001 07111E02 81CA0006 .I.......J..
2E5AF220: 07111E02 010F302E 302E3040 392E3435 ......0.0.0@9.45
2E5AF230: 2E33302E 33000000 00 .30.3....
Caution
|
Under moderate traffic loads, the debug voip rtp packet command produces a high volume of output and the command should be enabled only when the call volume is very low.
|
Router# debug voip rtp packet
VOIP RTP All Packets debugging is on
Router# debug voip rtp session
VOIP RTP All Events debugging is on
Router# debug voip rtp error
VOIP RTP Errors debugging is on
Router# debug ip rtp protocol
RTP protocol debugging is on
Router# debug voip rtcp session
VOIP RTCP Events debugging is on
Router# debug voip rtcp error
VOIP RTCP Errors debugging is on