User's Manual
l 802.11r
l WMM Traffic Management
As a part of the virtual APprofile configuration procedure, you must identify which instance of each profile
type associates with the Virtual AP profile. By default, each Virtual AP profile is associated with the default
versions of the AAA, 802.11k, Hotspot 2.0 and SSID profiles. The Virtual AP profile can also associate with a
WMMtraffic management profile, but as no WMM profile is associated by default, one must be manually
configured.
To configure Virtual AP profile associations:
1. Navigate to Configuration > Advanced Services > All Profiles.
2. Expand the Wireless LAN menu.
3. Expand the Virtual AP menu.
4. Select the Virtual AP you want to configure. The list of associated profile types appears in the Profiles list.
5. If a plus [+] sign appears beside an associated profile category, there is more than one profile type in that
category. Select that profile category to display the associated profiles within that category.
6. To associate a different profile with the Virtual APprofile, click the name of the any currently associated
profile in the Profiles list.
7. Click the drop-down list at the top of the Profile Details pane and select a different profile to associate to
the Virtual AP.
8. Click Apply.
Configuring a Virtual AP in the CLI
The example below follows the suggested order of steps to configure a virtual AP using the command-line
interface.
(host)(config) #vlan 60
!
(host)(config) #ip access-list session THR-POLICY-NAME-WPA2
user any any permit
!
(host)(config) #user-role THR-ROLE-NAME-WPA2
session-acl THR-POLICY-NAME-WPA2
!
(host)(config) #aaa authentication dot1x "THR-DOT1X-AUTH-PROFILE-WPA2"
termination enable
!
(host)(config) #aaa server-group "THR-DOT1X-SERVER-GROUP-WPA2"
auth-server Internal
!
(host)(config) #aaa profile "THR-AAA-PROFILE-WPA2"
authentication-dot1x "THR-DOT1X-AUTH-PROFILE-WPA2"
dot1x-default-role "THR-ROLE-NAME-WPA2"
dot1x-server-group "THR-DOT1X-SERVER-GROUP-WPA2"
!
(host)(config) #wlan ssid-profile "THR-SSID-PROFILE-WPA2"
essid "THR-WPA2"
opmode wpa2-aes
!
(host)(config) #wlan virtual-ap "THR-VIRTUAL-AP-PROFILE-WPA2"
ssid-profile "THR-SSID-PROFILE-WPA2"
aaa-profile "THR-AAA-PROFILE-WPA2"
vlan 60
!
(host)(config) #ap system-profile "THR-AP-SYSTEM-PROFILE"
lms-ip 1.1.1.1
Dell Networking W-Series ArubaOS 6.4.x | User Guide Virtual APs | 401