PurposeCommand or Action
Returns to global configuration mode.exit
Example:
Device(config-igmp-profile)# exit
Step 5
Specifies the interface to be configured, and enters interface
configuration mode.
interface interface-id
Example:
Device(config)# interface
Step 6
gigabitethernet 1/0/1
Specifies the IGMP filter profile number.
ip igmp filter filter_number
Step 7
Example:
Device(config-if)# ip igmp filter 10
For additional information about applying IGMP filter profiles,
see Applying IGMP Profiles (CLI), on page 61.
Returns to privileged EXEC mode.end
Example:
Device(config)# end
Step 8
Verifies your entries.
show ip igmp interface [interface-id]
Example:
Device# show ip igmp interface
Step 9
(Optional) Saves your entries in the configuration file.copy running-config startup-config
Example:
Device# copy running-config startup-config
Step 10
Changing the IGMP Version(CLI)
By default, the switch uses IGMP Version 2, which provides features such as the IGMP query timeout and
the maximum query response time.
All systems on the subnet must support the same version. The switch does not automatically detect Version
1 systems and switch to Version 1. You can mix Version 1 and Version 2 hosts on the subnet because Version
2 routers or switches always work correctly with IGMPv1 hosts.
IP Multicast Routing Configuration Guide, Cisco IOS XE Release 3.6E (Catalyst 3850 Switches)
OL-32598-01 49
Configuring IGMP
Changing the IGMP Version(CLI)