Disabling WLANs (CLI)
SUMMARY STEPS
1.
configure terminal
2.
wlan profile-name
3.
shutdown
4.
end
5.
show wlan summary
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
Disables the WLAN.shutdown
Example:
Switch(config-wlan)# 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
Displays the list of all WLANs configured on the device. You
can search for the WLAN in the output.
show wlan summary
Example:
Switch# show wlan summary
Step 5
Related Topics
Prerequisites for WLANs, on page 21
Restrictions for WLANs, on page 22
Configuring General WLAN Properties (CLI)
You can configure the following properties:
WLAN Configuration Guide, Cisco IOS XE Release 3E (Catalyst 3650 Switches)
32 OL-32353-01
Configuring WLANs
Disabling WLANs (CLI)