Adding VLAN Group to WLAN (CLI)
SUMMARY STEPS
1.
configure terminal
2.
wlan wlanname 1 wlanname
3.
client vlan vlangrp1
4.
end
DETAILED STEPS
Purpose
Command or Action
Enters global command mode.
configure terminal
Example:
Switch#
configure terminal
Step 1
Enables the WLAN to map a VLAN group.
wlan wlanname 1 wlanname
Example:
Switch(config)#
wlan wlanA 1 wlanA
Step 2
Maps the VLAN group to the WLAN.
client vlan vlangrp1
Example:
Switch(config-wlan)#client vlan vlangrp1
Step 3
Exits the global configuration mode. Alternatively, press
CTRL +Z to exit the global configuration mode.
end
Example:
Switch(config-wlan)#end
Step 4
Assigning Static-Access Ports to a VLAN
You can assign a static-access port to a VLAN without having VTP globally propagate VLAN configuration
information by disabling VTP (VTP transparent mode). For more information on static-access ports, see
.
If you assign an interface to a VLAN that does not exist, the new VLAN is created.
Consolidated Platform Configuration Guide, Cisco IOS XE Release 3SE (Catalyst 3850 Switches)
OL-29322-01
17
Configuring VLANs
How to Configure Normal-Range VLANs