Administrator Guide

Table Of Contents
Under the Profiles column, expand RF Management > Adaptive Radio Management (ARM) Profile
and select the profile name. This example uses the default profile. Select the Video Aware Scan option and
click Apply.
7. Configure and apply bandwidth management profile:
Under the Profiles column, expand Virtual AP >[profile-name] > WMM Traffic Management Profile. In
the Profile Details section, select the profile name from the drop down list box. Select the Enable
Shaping Policy option and enter the bandwidth share values. Click Apply.
This step is optional.
Ensure that you configure the WMM traffic management profile to the virtual AP profile, if you have configured the
virtual AP traffic management profile.
After you configure the WMM bandwidth management profile, apply it to the virtual AP profile.
8. Enable multicast shaping on the firewall:
a. Navigate to Configuration > Advanced Services > Stateful Firewall.
b. Click the Global Setting tab and select the Multicast automatic shaping check box.
c. Click Apply.
In the CLI
To configure the video over WLAN enhancements:
1. Enable IGMP proxy or IGMP snooping on the controller.
To enable IGMP proxy:
(host) (config) #interface vlan <id>
(host) (config-subif)#ip igmp proxy gigabitethernet <slot/module/port>
To enable IGMP snooping:
(host) (config) #interface vlan <id>
(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
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 apply the ACL to a user role:
This example uses the user role authenticated.
(host) (config) #user-role authenticated access-list session mcast_video_acl
b. To apply the ACL to a port:
(host) (config) #interface gigabitethernet <slot/module/port>
(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
Dell Networking W-Series ArubaOS 6.4.x | User Guide Voice and Video | 973