Example: Permitting All States for a Source S
The following example shows how to permit all states for a source S. In this example, Gigabit Ethernet
interface 1/2 is configured to accept all groups for source 10.6.23.32 in IGMPv3 reports, which effectively
accepts this source altogether.
ip access-list extended test4
permit igmp host 10.6.23.32 any
!
interface GigabitEthernet1/2/0
ip igmp access-group test4
Related Topics
Controlling Access to an SSM Network Using IGMP Extended Access Lists, on page 54
Example: Filtering a Source S for a Group G
The following example shows how to filter a particular source S for a group G. In this example, Gigabit
Ethernet interface 0/3/0 is configured to filter source 232.2.2.2 for SSM group 232.2.30.30 in IGMPv3 reports.
ip access-list extended test5
deny igmp host 10.4.4.4 host 232.2.30.30
permit igmp any any
!
interface GigabitEthernet0/3/0
ip igmp access-group test5
Related Topics
Controlling Access to an SSM Network Using IGMP Extended Access Lists, on page 54
Where to Go Next for IGMP
You can configure the following:
•
Wireless Multicast
•
PIM
•
SSM
•
IP Multicast Routing
•
Service Discovery Gateway
You can also review the following IP Multicast Optimization processes for your configuration:
•
Optimizing PIM Sparse Mode in a Large IP Multicast Deployment
•
Multicast Subsecond Convergence
•
IP Multicast Load Splitting across Equal-Cost Paths
•
SSM Channel Based Filtering for Multicast
•
PIM Dense Mode State Refresh
IP Multicast Routing Configuration Guide, Cisco IOS XE Release 3SE (Catalyst 3650 Switches)
86
OL-29890-01
Configuring IGMP
Where to Go Next for IGMP