User's Manual

(host) (config) #interface vlan 1
(host) (config-subif)#ip igmp snooping
2. Enable wireless multimedia and set a DSCP value for video traffic:
(host) (config)#wlan ssid-profile default
(host) (ssid-profile “default”)#wmm
(host) (ssid-profile “default”)#wmm-vi-dscp <value>
Example:
(host) (ssid-profile “default”)#wmm-vi-dscp 40
(host) (SSID Profile "default") #show wlan ssid-profile default
SSID Profile "default"
----------------------
Parameter Value
--------- -----
SSID enable Enabled
ESSID building1-ap
...
...
...
Wireless Multimedia (WMM) Enabled
Wireless Multimedia U-APSD (WMM-UAPSD) Powersave Enabled
WMM TSPEC Min Inactivity Interval 0 msec
Override DSCP mappings for WMM clients Disabled
DSCP mapping for WMM voice AC 56
DSCP mapping for WMM video AC 40
...
...
...
Setting the DSCP value tags the content as video stream that the APs can recognize.
3. Create an ACL on the controller with the values equivalent to the DSCP mappings to prioritize the video
traffic.
Example: The following ACL prioritizes the multicast traffic from the specified multicast group on the
controller. You can also add this ACL to any user role or port:
(host) (config-sess-mcast_video_acl)#any network 224.0.0.0 255.0.0.0 any permit tos 40
queue high 802.1p 5
a. To add the ACL to a user role:
(host) (config) #user-role authenticated access-list session mcast_video_acl
This example uses the user role authenticated.
b. To add the ACL to a port:
(host) (config) #interface gigabitethernet 1/3
(host) (config-if)#ip access-group mcast_video_acl session
4. Configure dynamic multicast optimization for video traffic on a virtual AP profile:
(host) (config)#wlan virtual-ap default
(host) (Virtual AP Profile default”)#dynamic-mcast-optimization
(host) #show wlan virtual-ap default
Virtual AP profile "default"
----------------------------
Parameter Value
--------- -----
Virtual AP enable Enabled
...
...
Blacklist Time 3600 sec
Dynamic Multicast Optimization for Video Enabled
Dynamic Multicast Optimization Threshold 6
...
Dell Networking W-Series ArubaOS 6.4.x | User Guide Voice and Video | 888