Wireless Controller
Dedicated Wi-Fi control and management for high density and mobility
Andy_G
Staff
Staff
Article Id 197323
Description
When creating an ESSID, we can assign a VLAN to the ESSID. This allows you isolate an ESSID to a specific part of your network. By default, ESSIDs do not have VLANs assigned to them. You must create a VLAN using the vlan command in global configuration mode before assigning the VLAN to an ESSID.

Assigning a VLAN to ESS profile.

 


Scope

KB Article Type: Configuration

RELATED PRODUCTS: controller

RELATED SOFTWARE VERSIONS: N/A

KEYWORDS: VLAN, ESS, Tunnel Interface


Solution
CONFIGURATION STEPS:

From GUI:

Configuration >> Wireless >> ESS >> Select ESS Profile >> Tunnel Interface Type: Configured Vlan Only >> VLAN Name: Select VLAN name >> OK

 

CLI Steps:

Step 1:

controller(config)# essid name

controller(config-essid)# vlan name

controller(config-essid)#

Step 2:

To remove a VLAN assignment from an ESSID, use the no vlan name command. The following example removes the VLAN assignment from the ESSID:

controller(config-essid)# no vlan corp

controller(config-essid)#


Contributors