Examples: Configuring IGMP Snooping, on page 81
Enabling or Disabling IGMP Snooping on a VLAN Interface (CLI)
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
ip igmp snooping vlan vlan-id
4.
end
5.
copy running-config startup-config
DETAILED STEPS
PurposeCommand or Action
Enables privileged EXEC mode.enable
Step 1
Example:
Device> enable
•
Enter your password if prompted.
Enters the global configuration mode.configure terminal
Example:
Device# configure terminal
Step 2
Enables IGMP snooping on the VLAN interface. The VLAN ID
range is 1 to 1001 and 1006 to 4094.
ip igmp snooping vlan vlan-id
Example:
Device(config)# ip igmp snooping vlan 7
Step 3
IGMP snooping must be globally enabled before you can enable
VLAN snooping.
To disable IGMP snooping on a VLAN interface, use the
no ip igmp snooping vlan vlan-id global configuration
command for the specified VLAN number.
Note
Returns to privileged EXEC mode.end
Example:
Device(config)# end
Step 4
(Optional) Saves your entries in the configuration file.copy running-config startup-config
Example:
Device# copy running-config
Step 5
startup-config
IP Multicast Routing Configuration Guide, Cisco IOS XE Release 3SE (Catalyst 3650 Switches)
OL-29890-01 59
Configuring IGMP
How to Configure IGMP Snooping