PurposeCommand or Action
Specifies the interface on which you want to enable
multicast routing, and enters interface configuration mode.
interface interface-id
Example:
Switch(config)# interface
Step 2
gigabitethernet 1/0/1
Configures the switch as a statically connected member of
a group.
ip igmp static-group group-address
Example:
Switch(config-if)# ip igmp static-group
Step 3
By default, this feature is disabled.
To remove the switch as a member of the group,
use the no ip igmp static-group group-address
interface configuration command.
Note
239.100.100.101
Returns to privileged EXEC mode.end
Example:
Switch(config-if)# end
Step 4
Verifies your entries.
show ip igmp interface [interface-id]
Example:
Switch# show ip igmp interface
Step 5
gigabitethernet 1/0/1
(Optional) Saves your entries in the configuration file.copy running-config startup-config
Example:
Switch# copy running-config
Step 6
startup-config
Configuration Examples for IGMP Features
Example: Configuring the Switch as a Member of a Multicast Group
This example shows how to enable the switch to join multicast group 255.2.2.2:
Switch(config)# interface gigabitethernet1/0/1
Switch(config-if)# ip igmp join-group 255.2.2.2
Switch(config-if)#
Catalyst 2960-XR Switch IP Multicast Routing Configuration Guide, Cisco IOS Release 15.0(2)EX1
26 OL-29426-01
Understanding Cisco's Implementation of IP Multicast Routing
Configuration Examples for IGMP Features