•
VLAN
•
Status
If a WLAN exists, it would appear based on the accuracy of the match.
Enabling WLANs (CLI)
SUMMARY STEPS
1.
configure terminal
2.
wlan profile-name
3.
no shutdown
4.
end
DETAILED STEPS
PurposeCommand or Action
Enters global configuration mode.configure terminal
Example:
Switch# configure terminal
Step 1
Enters the WLAN configuration submode. The profile-name
is the profile name of the configured WLAN.
wlan profile-name
Example:
Switch# wlan test4
Step 2
Enables the WLAN.no shutdown
Example:
Switch(config-wlan)# no shutdown
Step 3
Returns to privileged EXEC mode. Alternatively, you can also
press Ctrl-Z to exit global configuration mode.
end
Example:
Switch(config)# end
Step 4
Related Topics
Prerequisites for WLANs, on page 21
Restrictions for WLANs, on page 22
WLAN Configuration Guide, Cisco IOS XE Release 3E (Catalyst 3650 Switches)
OL-32353-01 31
Configuring WLANs
Enabling WLANs (CLI)