12-18-2013 02:52 AM - edited 03-16-2019 08:55 PM
Hello
I have some questions about QoS for Video and or Audio Calls with Cisco IP Phones...
I know that the QoS DSCP value for Audio calls is "EF" and our QoS configuration is setting up for Audio calls.
Now we like to activate Video as well and I know that the DSCP value is AF41.
When we make a video call, audio is "integrated" and the DSCP is set to AF41.
1. Is it possible to switch back to a simple audio call during a video call?
2. Can I choose before I make a call if I like to call with or without video?
3. When I stop the cam during a call with the specific button, do we still use the "AF41" DSCP value
or will the phone switch to the DSCP "EF" value?
Thank you already for your answers and suggestions.
Wish you a nice day.
Regards,
Pascal
12-18-2013 03:11 AM
May this will explain it all to you better:
12-18-2013 03:44 AM
Hi Pascal,
Video and Voice streams are created separately in a video call.. since they terminates on different RTP ports.
That means in a video call, you have both "EF" ( i.e voice) and "AF41" ( i.e. Video) packets on the network and are tagged irrespective of each other. Having said that, here are your answers:
1. Is it possible to switch back to a simple audio call during a video call?
Yes, you can go to preferences > Video and OFF the video.. It will stop the video stream..
2. Can I choose before I make a call if I like to call with or without video?
Yes, you can go to preferences > Video and OFF the video.. It will stop the video stream..
3. When I stop the cam during a call with the specific button, do we still use the "AF41" DSCP value
or will the phone switch to the DSCP "EF" value?
When you stop webcam, you still have the video streams but it like sending blank video.. so you still would have AF41 DSCP value..
Hope this helps you.
Br,
Nadeem
Please rate all useful post.
12-18-2013 04:04 AM
Just to add a small thing to the last point, you can stop AF41 values during a call by disabling video from
'preferences > Video and OFF the video'.
Else if you just hit the button with a crossed cam icon on it then as mentioned above, it will be like sending blank video packets.
Br,
Nadeem
Please rate all useful post.
12-18-2013 05:06 AM
Hi Nadeem
Thank you for your answers...
That means that our actual QoS configuration for the Access Switches (see below) is just marking voice traffic and signaling...
class-map platinum
match ip dscp ef
!
class-map silver
match ip dscp cs3
!
mls qos
mls qos map cos-dscp 0 8 16 26 32 46 48 56
mls qos map ip-prec-dscp 0 8 16 26 32 46 48 56
mls qos srr-queue output cos-map queue 1 threshold 1 5
mls qos srr-queue output cos-map queue 2 threshold 1 0
mls qos srr-queue output cos-map queue 3 threshold 1 3
mls qos srr-queue output cos-map queue 3 threshold 2 6 7
mls qos srr-queue output cos-map queue 4 threshold 1 4
mls qos srr-queue output dscp-map queue 1 threshold 1 46
mls qos srr-queue output dscp-map queue 2 threshold 1 0
mls qos srr-queue output dscp-map queue 3 threshold 1 24
mls qos srr-queue output dscp-map queue 3 threshold 2 48 56
mls qos srr-queue output dscp-map queue 4 threshold 1 32
mls qos queue-set output 1 threshold 1 400 400 100 400
mls qos queue-set output 1 threshold 2 3200 3200 100 3200
mls qos queue-set output 1 threshold 3 400 400 100 400
mls qos queue-set output 1 threshold 4 400 400 100 400
mls qos queue-set output 1 buffers 5 80 15 0
!
policy-map Input-Policy
class platinum
police 1000000 8000 exceed-action drop
set ip dscp ef
class silver
police 1000000 8000 exceed-action drop
class class-default
set dscp default
!
!
int range gigabitEthernet 1/0/1 -48
mls qos trust dscp
service-policy input Input-Policy
!
The video traffic isn't trusted and not covered with QoS. Right?
If I like to mark the video traffic to, what I need to configure or what I have to modify at the actual config?
Thank you for your help.
Kind regards,
Pascal
12-18-2013 05:16 AM
Have a look at this.
If you entered the following enhanced auto-QoS commands, the switch configures a CoS-to-DSCP map (maps CoS values in incoming packets to a DSCP value):
Switch(config)# mls qos map cos-dscp 0 8 16 24 32 46 48 56
Note | No class maps and policy maps are configured. |
If you entered the auto qos classify command, the switch automatically creates class maps and policy maps (as shown below).
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