Purpose
Command or Action
Verifies your entries.
show ip igmp interface
[
interface-id
]
Example:
Device#
show ip igmp interface
Step 6
(Optional) Saves your entries in the configuration file.
copy running-config startup-config
Example:
Device#
copy running-config
Step 7
startup-config
Related Topics
Joining a Multicast Group, on page 28
Example: Configuring the Device as a Member of a Multicast Group, on page 81
IP Multicast Group Addresses, on page 22
Example: Configuring the Device as a Member of a Multicast Group, on page 81
Controlling Access to IP Multicast Group (CLI)
The device sends IGMP host-query messages to find which multicast groups have members on attached local
networks. The device 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.
To limit the number of joins on the interface, configure the port for the filter which associates with the IGMP
profile.
This procedure is optional.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
ip igmp profile
4.
permit
5.
exit
6.
interface interface-id
7.
ip igmp filter filter_number
8.
end
9.
show ip igmp interface
[
interface-id
]
IP Multicast Routing Configuration Guide, Cisco IOS XE Release 3SE (Catalyst 3650 Switches)
36
OL-29890-01
Configuring IGMP
Controlling Access to IP Multicast Group (CLI)