Purpose
Command or Action
Exits the configuration mode. Alternatively, press
Ctrl-Z
to exit
the configuration mode.
end
Example:
Device(config)#
end
Step 5
Configuring IP Multicast VLAN for WLAN (CLI)
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
wlan wlan_name
4.
shutdown
5.
ip multicast vlan
{
vlan_name vlan_id
}
6.
no shutdown
7.
end
DETAILED STEPS
Purpose
Command or Action
Enables privileged EXEC mode.
enable
Step 1
Example:
Device>
enable
•
Enter your password if prompted.
Enters global command mode.
configure terminal
Example:
Device#
configure terminal
Step 2
Enters the configuration mode to configure various
parameters in the WLAN.
wlan wlan_name
Example:
Device(config)#
wlan test 1
Step 3
Disables WLAN.
shutdown
Example:
Device(config-wlan)#
shutdown
Step 4
IP Multicast Routing Configuration Guide, Cisco IOS XE Release 3SE (Catalyst 3650 Switches)
OL-29890-01
225
Configuring Wireless Multicast
Configuring IP Multicast VLAN for WLAN (CLI)