Users Guide

Table Of Contents
Dell Networking W-Series ArubaOS 6.5.x | User Guide Network Configuration Parameters | 92
Chapter 4
Network Configuration Parameters
The following topics in this chapter describe some basic network configuration steps that must be performed
on the controller:
l Campus WLAN Workflow on page 92
l Configuring VLANs on page 101
l Configuring VLANs on page 101
l Configuring Ports on page 105
l Configuring Static Routes on page 108
l Configuring the Loopback IP Address on page 108
l Configuring the Controller IP Address on page 109
l Configuring GRE Tunnels on page 110
l Jumbo Frame Support on page 122
Campus WLAN Workflow
The following workflow lists the tasks to configure a campus WLAN, with a signal SSID, that uses 802.1X
authentication. Click any of the links below for details on the configuration procedures for that task.
Using the WebUI
1. Configure your authentication servers.
2. Create an authentication server group, and assign the authentication servers you configured in step 1 to
that server group.
3. Configure a firewall access policy for a group of users
4. Create a user role, and assign the firewall access policy you created in step 3 to that user role.
5. Create an AAA profile.
a. Assign the user role defined in step 4 to the AAA profile's 802.1X Authentication Default Role
b. Associate the server group you created in step 2 to the AAA profile.
6. Create a new SSID profile
7. Create a new virtual AP profile.
8. Associate the virtual AP profile to the AAA profile you created in Step 5.
9. Associate the virtual AP profile to the SSID profile you created in Step 6.
Using the CLI
The example below follows the suggested order of steps to configure a virtual AP using the command-line
interface.
(host)(config) #aaa server-group "THR-DOT1X-SERVER-GROUP-WPA2"
auth-server Internal
!
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