Users Guide

Table Of Contents
Dell PowerConnect ArubaOS 5.0 | User Guide Access Points | 123
In the CLI
wlan ssid-profile corpnet
essid Corpnet
opmode wpa2-aes
wlan virtual-ap corpnet
vlan 1
aaa-profile corpnet
ssid-profile corpnet
ap-group default
virtual-ap corpnet
Guest WLAN
To configure Guest WLAN, the following basic steps are required.
z Configure the VLAN for guest users.
z Configure the guest role which only allows HTTP and HTTPS traffic from 9:00 a.m. to 5 p.m. on weekdays.
z Create and configure the virtual AP profile guest for the AP named “building3-lobby”:
Create a new virtual AP profile guest.
Select the predefined AAA profile default-open.
Create a new SSID profile guest to configure “Guest” for the SSID name and open system for the
authentication.
The following sections describe how to do this using the WebUI and the CLI.
Configuring the VLAN
In this example, users on the “Corpnet” WLAN are placed into VLAN 1, which is the default VLAN configured
on the controller. For guest users, you need to create another VLAN and assign the VLAN interface an IP address.
In the WebUI
1. Navigate to the Configuration > Network > VLANs page.
2. Click Add to add a VLAN. Enter 2 in the VLAN ID, and click Apply.
3. To assign an IP address and netmask to the VLAN you just created, navigate to the Configuration > Network
> IP > IP Interfaces page. Click Edit for VLAN 2. Enter an IP address and netmask for the VLAN interface,
and then click Apply.
In the CLI
vlan 2
interface vlan 2
ip address <address> <netmask>
Configuring the Guest Role
The guest role allows web (HTTP and HTTPS) access only during normal business hours (9:00 a.m. to 5:00 p.m.
Monday through Friday).
In the WebUI
1. Navigate to the Configuration > Security > Access Control > Time Ranges page.
2. Click Add. Enter a name, such as “workhours”. Select Periodic. Click Add. Under Add Periodic Rule, select
Weekday. For Start Time, enter 9:00. For End Time, enter 17:00. Click Done. Click Apply.
3. Select the Policies tab. Click Add. Enter a policy name, such as “restricted”. From the Policy Type drop-down
list, select IPv4 Session. Click Add.