Reference Guide

Table Of Contents
Dell PowerConnect ArubaOS 5.0 Command Line Interface | Reference Guide vlan | 1245
vlan
vlan {<id> [<description>]| [<name>][<vlan-ids>]|range <word>}
Description
This command creates a VLAN ID or a range of VLAN IDs on the controller.
Syntax
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.
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
(host) (config) #show vlan
Parameter Description Range Default
<id> Identification number for the VLAN. 2-4094 1
<description> Description of a VLAN ID. 1-32 characters;
cannot begin with
a numeric
character
VLAN000x,
where x is the
ID number.
<name> (Optional) Identification name of the VLAN. The VLAN
name was created using the vlan-name command.
1-32 characters; a
name cannot
begin with a
numeric
character
VLAN<id>
<vlan-ids> (Optional) List of VLAN IDs that are associated with this
VLAN. If two or more IDs are listed, the VLAN needs to
specified first as a VLAN pool using the vlan-name
command.
Existing VLAN IDs 1
range <word> Creates a range or multiple VLAN IDs at once. 2-4094