If you are creating a new SSID profile, complete the WLAN Settings procedure before configuring VLAN. For more information, see Configuring WLAN Settings for an SSID Profile.
You can configure VLAN settings for an SSID profile using the Instant UI or CLI.
To configure VLAN settings for an SSID:
1. | In the VLAN tab of window. The VLAN tab contents are displayed. |
2. | Select any for the following options for | :
| IAP for the wireless clients. The network address translation for all client traffic that goes out of this interface is carried out at the source. This setup eliminates the need for complex VLAN and IP address management for a multi-site wireless network. For more information on DHCP scopes and server configuration, see DHCP Configuration. | —On selecting this option, the client obtains the IP address from the Virtual Controller. The Virtual Controller creates a private subnet and VLAN on the
| —Select this option to obtain the IP address from the network. |
3. | If the | is selected, specify any of the following options for the Client VLAN assignment.
| IAPs. By default, the client VLAN is assigned to the native VLAN on the wired network. | — On selecting this option, the client obtains the IP address in the same subnet as the
| — On selecting this option, you need to specify a single VLAN, a comma separated list of VLANS, or a range of VLANs for all clients on this network. Select this option for configuring VLAN pooling. |
| — On selecting this option, you can assign the VLANs dynamically from a Dynamic Host Configuration Protocol (DHCP) server. To create VLAN assignment rules: |
a. Click to assign the user to a VLAN. The window appears.
b. Enter the following information:
l — Select an attribute returned by the RADIUS server during authentication.
l — Select an operator for matching the string.
l — Enter the string to match.
l — Enter the VLAN to be assigned.
4. | Click Next to configure security settings for the employee network. For more information, see Configuring Security Settings for a WLAN SSID Profile. |
To manually assign VLANs for WLAN SSID users:
(Instant Access Point)(config)# wlan ssid-profile <name>
(Instant Access Point)(SSID Profile <name>)# vlan <vlan-ID>
(Instant Access Point)(SSID Profile <name>)# end
(Instant Access Point)# commit apply
To enforce DHCP-based VLAN assignment:
(Instant Access Point)(config)# wlan ssid-profile <name>
(Instant Access Point)(SSID Profile <name>)# enforce-dhcp
(Instant Access Point)(SSID Profile <name>)# end
(Instant Access Point)# commit apply
To create a new VLAN assignment rule:
(Instant Access Point)(config)# wlan ssid-profile <name>
(Instant Access Point)(SSID Profile <name>)# set-vlan <attribute>{equals|not-equals| starts-with| ends-with| contains|matches-regular-expression} <operator> <VLAN-ID>| value-of}
(Instant Access Point)(SSID Profile <name>)# end
(Instant Access Point)# commit apply