Changing the IGMP Version(CLI)
Configure the switch for Version 1 if your hosts do not support Version 2.
This procedure is optional.
SUMMARY STEPS
1. enable
2. configure terminal
3. interface interface-id
4. ip igmp version {1 | 2 | 3 }
5. end
6. show ip igmp interface [interface-id]
7. copy running-config startup-config
DETAILED STEPS
Command or Action
Step 1
enable
Example:
Device> enable
Step 2
configure terminal
Example:
Device# configure terminal
Step 3
interface interface-id
Example:
Device(config)# interface gigabitethernet
1/0/1
Step 4
ip igmp version {1 | 2 | 3 }
Example:
Device(config-if)# ip igmp version 2
Step 5
end
Example:
Device(config)# end
IP Multicast Routing Configuration Guide, Cisco IOS XE Release 3.6E (Catalyst 3850 Switches)
50
Purpose
Enables privileged EXEC mode. Enter your password if
prompted.
Enters the global configuration mode.
Specifies the interface to be configured, and enters the interface
configuration mode.
Specifies the IGMP version that the switch uses.
If you change to Version 1, you cannot configure the
Note
ip igmp query-interval or the ip igmp
query-max-response-time interface configuration
commands.
To return to the default setting, use the no ip igmp version
interface configuration command.
Returns to privileged EXEC mode.
Configuring IGMP
OL-32598-01