User's Manual

153 | Network Configuration Parameters Dell Networking W-Series ArubaOS 6.4.x| User Guide
To apply a named VLAN pool in a server derivation (server group), navigate to the WebUI page:
Security > Authentication> Servers > Server Group > <server-group_name> >Server Rules
Creating a Named VLAN not in a Pool
The following configuration assigns the name myvlan to the VLAN ID 94:
In the WebUI
1. Navigate to Configuration > Network > VLANs.
2. Select the VLAN Pooltab to open the VLAN Pool window.
3. Click Add.
4. In the VLAN Name field, enter a name that identifies this VLAN.
5. Make sure the Pool field is unchecked. The Assignment Type is grayed out as this field applies only to
VLAN pools.
Figure 15 Named VLAN not in a Pool
6. In the List of VLAN IDs field, enter the VLAN ID you want to name. If you know the ID, enter the ID. You
can also click the drop-down list to view the IDs, then click the <-- arrow to add the ID to the pool.
7. Click Apply.
In the CLI
This example assigns a name to an existing VLAN ID.
(host)(config) #vlan-name myvlan
(host)(config) #vlan myvlan 94
This example assigns a VLAN name in a virtual AP:
(host)(config) #wlan virtual-ap default vlan mygroup
This example assigns a VLAN name in a wired profile for access VLAN:
(host)(Wired AP profile "default") #switchport access vlan mygroup
This example assigns a VLAN name in a wired profile for a trunk VLAN and an allowed VLAN:
(host)(Wired AP profile "default") #switchport access vlan mygroup
(host)(config) #ap wired-ap-profile default switchport trunk ?
allowed Set allowed VLAN characteristics when interface is
in trunking mode
native Set trunking native characteristics when interface
is in trunking mode
(host)(config) #ap wired-ap-profile default switchport trunk native vlan mynativevlan