Concept Guide

Table Of Contents
2214| vlan Dell Networking W-Series ArubaOS 6.5.x| Reference Guide
Usage Guidelines
Use the interface vlan command to configure the VLAN interface, including an IP address. Use the vlan-
name command to create a named VLAN to set up a VLAN pool. A VLAN pool consists of a set of VLAN IDs
which are grouped together to efficiently manage multi-controller networks from a single location.
To enable role-based access for wired clients connected to an untrusted VLAN and/or port on the controller,
you must use the wired aaa-profile parameter to specify the wired AAA profile you would like to apply to that
VLAN. If you do not specify a per-VLAN wired AAA profile, traffic from clients connected to an untrusted wired
port or VLAN will use the global wired AAA profile, if configured.
Example
The following command creates VLAN ID 27 with the description myvlan on the controller.
(host) (config) #vlan 27 myvlan
The following command associates the VLAN IDs 5, 12 and 100 with VLAN guestvlan on the controller.
vlan guestvlan 5,12,100
The following command creates VLAN IDs 200-300, 302, 303-400.
(host) (config) #vlan range 200-300,302, 303-400
Related Commands
Command Description
show vlan This command shows a configured VLAN interface number, description and
associated ports
aaa authentication wired This command configures authentication for a client device that is directly
connected to a port on the controller.
Command History
Release Modification
ArubaOS 3.0 Command available.
ArubaOS 3.4 vlan-ids parameter introduced.
ArubaOS 3.4.1 vlan range parameter introduced.
ArubaOS 6.0 wired aaa-profile parameter introduced.
Command Information
Platforms Licensing Command Mode
All platforms Base operating system Config mode on master controllers