Page 1 of 1

QoS profile for video traffic

Posted: 10 Mar 2016 18:35
by eham19
Can anyone recommend a good qos profile to use for video traffic?
I would assume to use forwarding class (preferably “h2” for video)

Re: QoS profile for video traffic

Posted: 10 Mar 2016 18:40
by eham19
Tried this but get an error when trying to apply queue 11 to fc "h2"

sap-ingress 200 create
description "Sample QoS Policy"
queue 1 create
exit
queue 11 multipoint create
exit
fc "h2" create
queue 11
exit

guess I could specify an ip-criteria but trying to keep simple for now



This is the error I get when trying to add queue 11 to fc "h2"
MINOR: QOS #1484 Traffic type not allowed in queue - Unicast

Re: QoS profile for video traffic

Posted: 11 Mar 2016 05:41
by paramount
Hi,

The issue with what you're trying to do is apply to a multicast queue. If your video traffic will be multicast then try this:

fc h2 create
multi-cast queue 11

Let me know if you need anything else,

cheers