10-15-2013 11:09 AM - edited 03-07-2019 04:03 PM
Running Cisco VCS with mulitple Video End Points with multiple remote locations. I'm setting up the QOS for Video on the Routers and wanted to confirm a couple things. I've seen many posts regarding Video QOS but it seems each answer varies. Below is the sample config I was going to use. Should I be using a differnt class-map for dscp EF. What is the recommended bandwidth I should be using for Video QOS. Any suggestions on this would be helpful. THanks
class-map match-any Video
description ** Video Control and Signaling **
match dscp af41
match dscp cs4
class-map Video-RTP
match dscp ef
!
policy-map QoS-Policy
class Video
bandwidth 80%
class Video RTP
class class-default
fair-queue
10-15-2013 02:34 PM
Hi Scott,
This should give you an good overview of what are the recommended design guide from Cisco
http://www.cisco.com/en/US/docs/solutions/Enterprise/WAN_and_MAN/QoS_SRND_40/QoSCampus_40.html
HTH
Rasika
**** Pls rate all useful responses ****
10-15-2013 03:45 PM
Hi
Please find the below table , for EF is used for COS 5 which is reserved for voice traffic .
.
normally recommends this marking scheme for multiservice networks:
Traffic Type | Layer 2 CoS | Layer 3 IP Precedence | Layer 3 DSCP |
---|---|---|---|
Voice RTP1 | 5 | 5 | EF |
Voice control | 3 | 3 | AF31 |
Video conference | 4 | 4 | AF41 |
Streaming video (IP/TV) | 1 | 1 | AF13 |
Data | 0-2 | 0-2 | 0-AF23 |
1 RTP = Real-Time Transport Protocol
Please find also the below link which will help you for video conference
http://www.cisco.com/en/US/tech/tk543/tk757/technologies_tech_note09186a0080094968.shtml
Thank you
please rate all useful information
10-15-2013 05:16 PM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
Should I be using a differnt class-map for dscp EF. What is the recommended bandwidth I should be using for Video QOS. Any suggestions on this would be helpful. THanks
Your class-map for DSCP EF (Video-RTP) doesn't have anything defined?
You can use any marking you like, although there are recommendations for different traffic types (which incidentally are slightly different between RFCs and Cisco). I would advise using either RFC or Cisco marking recommendations.
How the bandwidth is managed, when there's congestion, is the real key to effective QoS policies. (Markings are just a short cut to ease identification of different traffic kinds.)
What bandwidth you should use for Video depends on the video source's bandwidth requirements, its codec and whether it's real-time or streaming video. In general, often video is very variable in its short term bandwidth usage, so you either want to allocate excessive bandwidth so it doesn't need to buffer (approach for real-time video) or you need to insure there's sufficient buffering (approach for streaming video).
Real-time video might be placed in LLQ or PQ, although this risks such traffic being adverse to some other real-time traffic like VoIP bearer. If LLQ or PQ isn't being used, then a high bandwidth ratio might be defined to insure prompt attention from the scheduler.
For streaming video, bandwidth might be defined slightly above the nomimal/average bandwidth expectation, again, though, insure there's sufficient buffering.
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