Cisco Cisco 5760 Wireless LAN Controller Referências técnicas

Página de 1016
shutdown
To disable a WLAN, use the shutdown command. To enable a WLAN, use the no form of this command.
shutdown
no shutdown
Syntax Description
This command has no keywords or arguments.
Command Default
None
Command Modes
wlan
Command History
Modification
Release
This command was introduced.
Cisco IOS XE 3.2SE
Examples
This example shows how to disable a WLAN:
Controller#
configure terminal
Enter configuration commands, one per line.
End with CNTL/Z.
Controller(config)#
wlan test-wlan
Controller(config-wlan)#
shutdown
Controller(config-wlan)#
end
Controller#
show wlan summary
Number of WLANs: 1
WLAN Profile Name
SSID
VLAN Status
--------------------------------------------------------------------------------
45
test-wlan
test-wlan-ssid
1
DOWN
This example shows how to enable a WLAN:
Controller#
configure terminal
Enter configuration commands, one per line.
End with CNTL/Z.
Controller(config)#
wlan test-wlan
Controller(config-wlan)#
no shutdown
Controller(config-wlan)#
end
Controller#
show wlan summary
Number of WLANs: 1
WLAN Profile Name
SSID
VLAN Status
--------------------------------------------------------------------------------
45
test-wlan
test-wlan-ssid
1
UP
Consolidated Platform Command Reference, Cisco IOS XE Release 3SE (Cisco WLC 5700 Series)    
   OL-29471-01
557
shutdown