Hello,
I copied the below from cisco configuration guide:
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
While the command is understood but where exactly is it going to be applied? Is it on the multicast source interface or on the igmp join group interface.
Furthermore, if I want to ensure the some group of multicast ONLY is available in a network let say 226.2.2.2 and 227.2.2.2 how and where will the acl and igmp access-group apply.
Thanks for your usual help.
BR