04-12-2006 01:09 AM - edited 03-17-2019 08:40 PM
Hi,I have a question about RTP when optimize our VoIP network.That is how Cisco router verify a packet as a RTP packet?When capture a voice packet,how the router analyze the packet,and how router know it's a RTP packet?
Thanks!
04-12-2006 09:53 PM
Routers consider UDP packets on ports 16384 to 32764 as RTP packets.
Regards,
Anup
04-13-2006 07:28 AM
Hello,
I would slightly disagree with the previous post.
In case you classify RTP through NBAR, then the router checks whther the packet is really RTP by looking at UDP ports and the RTP content like payload type.
An example config would be:
class-map VoIPbearer
match protocol rtp audio
If you use only an access-list specifying UDP ports for classification then RTP will not be investigated.
So finally this depends on configuration.
Hope this helps! Please rate all posts.
Regards, Martin
04-15-2006 07:19 AM
Martin is correct. I should have been more clear.
Routers don't classify RTP until you enable some kind of QoS.
Apart from the methods Martin mentioned, you can also do this using the interface command
ip rtp priority
Low Latency Queuing give you a lot of options to classify RTP.
Check this link for more details on LLQ
http://www.cisco.com/en/US/tech/tk652/tk698/technologies_tech_note09186a0080094660.shtml#stpri
Regards,
Anup
04-18-2006 01:26 AM
Thanks you guys very much!
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