Users Guide

Table Of Contents
156 | Virtual APs Dell PowerConnect W-Series ArubaOS 6.1 | User Guide
In the CLI
Use the following command to configure 802.11k profiles. The available parameters for this profile are described
in Table 33.
wlan dotllk <profile>
bcn-measurement-mode {active|beacon-table|passive}
clone <profile>
dot11k-enable
force-disassoc
Example Configuration
The example below follows the suggested order of steps to configure a virtual AP using the command-line
interface.
vlan 60
!
ip access-list session THR-POLICY-NAME-WPA2
user any any permit
!
user-role THR-ROLE-NAME-WPA2
session-acl THR-POLICY-NAME-WPA2
!
aaa authentication dot1x "THR-DOT1X-AUTH-PROFILE-WPA2"
termination enable
!
aaa server-group "THR-DOT1X-SERVER-GROUP-WPA2"
auth-server Internal
!
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"
!
wlan ssid-profile "THR-SSID-PROFILE-WPA2"
essid "THR-WPA2"
opmode wpa2-aes
Measurement Mode for Beacon
Reports
Click the Measurement Mode for Beacon Reports drop-down list and specify one of
the following measurement modes:
active—Enables active beacon measurement mode. In this mode, the client
sends a probe request to the broadcast destination address on all supported
channels, sets a measurement duration timer, and, at the end of the
measurement duration, compiles all received beacons or probe response with
the requested SSID and BSSID into a measurement report.
beacon-table—Enables beacon-table beacon measurement mode. In this mode,
the client measures beacons and returns a report with stored beacon
information for any supported channel with the requested SSID and BSSID. The
client does not perform any additional measurements.
passive—Enables passive beacon measurement mode. In this mode, the client
sets a measurement duration timer, and, at the end of the measurement
duration, compiles all received beacons or probe response with the requested
SSID and BSSID into a measurement report.
NOTE: If a station doesn't support the selected measurement mode, it returns a
Beacon Measurement Report with the Incapable bit set in the Measurement Report
Mode field.
Default Mode: beacon-table
Table 33 802.11k Profile Parameters (Continued)
Parameter Description