DSCP (Differentiated Services Code Point) is a method of marking network packets with different priorities based on the type of traffic they carry. DSCP values range from 0 to 63, with higher values indicating higher priority. DSCP values are typically mapped to one of the four WMM (Wi-Fi Multimedia) queues, which are used to prioritize wireless traffic on the access points and controllers. WMM queues are: voice, video, best effort, and background12.
The default QoS settings for Aruba APs and controllers map the DSCP values to the WMM queues as follows3:
Table
DSCP Value
WMM Queue
0-7
Background
8-23
Best Effort
24-39
Video
40-63
Voice
According to these settings, the DSCP values 46 and 34, which are assigned to voice and video traffic by Windows policies, will both be mapped to the video WMM queue. This means that both types of traffic will receive the same priority, and voice traffic will not receive the highest priority that it should. This can result in poor voice quality, increased latency, jitter, or packet loss, especially when the network is congested or bandwidth is limited. Voice traffic is more sensitive to these factors than video traffic, and requires strict QoS to ensure optimal performance and user experience4.
To avoid this potential issue, the architect should explain to the customer that they need to modify the QoS settings on the Aruba APs and controllers to match the DSCP values assigned by Windows policies. This can be done by using the following commands on the Aruba controller3:
(config) #wmm traffic-management-profile voice
(config) #dscp 46
(config) #wmm traffic-management-profile video
(config) #dscp 34
These commands will map the DSCP value 46 to the voice WMM queue, and the DSCP value 34 to the video WMM queue, ensuring that voice traffic receives the highest priority and video traffic receives the second highest priority. This will improve the QoS for the Skype for Business UC solution and enhance the end-user experience.
References:
1: https://www.arubanetworks.com/techdocs/ArubaOS_86_Web_Help/Content/arubaos-solutions/1-overview/qos.htm
2: https://www.arubanetworks.com/techdocs/ArubaOS_86_Web_Help/Content/arubaos-solutions/1-overview/wmm.htm
3: https://www.arubanetworks.com/techdocs/ArubaOS_86_Web_Help/Content/arubaos-solutions/1-overview/qos-mapping.htm
4: https://www.arubanetworks.com/techdocs/ArubaOS_86_Web_Help/Content/arubaos-solutions/1-overview/qos-voice.htm