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
PurposeCommand or Action
Enables privileged EXEC mode. Enter your password if
prompted.
enable
Example:
Device> enable
Step 1
Enters the global configuration mode.configure terminal
Example:
Device# configure terminal
Step 2
Specifies the interface to be configured, and enters the interface
configuration mode.
interface interface-id
Example:
Device(config)# interface gigabitethernet
Step 3
1/0/1
Specifies the IGMP version that the switch uses.
If you change to Version 1, you cannot configure the
ip igmp query-interval or the ip igmp
query-max-response-time interface configuration
commands.
Note
To return to the default setting, use the no ip igmp version
interface configuration command.
ip igmp version {1 | 2 | 3 }
Example:
Device(config-if)# ip igmp version 2
Step 4
Returns to privileged EXEC mode.end
Example:
Device(config)# end
Step 5
IP Multicast Routing Configuration Guide, Cisco IOS XE Release 3.6E (Catalyst 3850 Switches)
50 OL-32598-01
Configuring IGMP
Changing the IGMP Version(CLI)