PurposeCommand or Action
To cancel membership in a group, use the no ip igmp
join-group group-address interface configuration
command.
Note
join-group 225.2.2.2
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
(Optional) Saves your entries in the configuration file.copy running-config startup-config
Example:
Switch# copy running-config
Step 6
startup-config
Related Topics
Example: Configuring the Switch as a Member of a Multicast Group, on page 26
Controlling Access to IP Multicast Group
The switch sends IGMP host-query messages to find which multicast groups have members on attached local
networks. The switch then forwards to these group members all packets addressed to the multicast group.
You can place a filter on each interface to restrict the multicast groups that hosts on the subnet serviced by
the interface can join.
This procedure is optional.
SUMMARY STEPS
1.
configure terminal
2.
interface interface-id
3.
ip igmp access-group access-list-number
4.
exit
5.
access-list access-list-number {deny | permit} source [source-wildcard]
6.
end
7.
show ip igmp interface [interface-id]
Catalyst 2960-XR Switch IP Multicast Routing Configuration Guide, Cisco IOS Release 15.0(2)EX1
OL-29426-01 17
Understanding Cisco's Implementation of IP Multicast Routing
Controlling Access to IP Multicast Group