By default, IGMP interfaces accept IGMP reports only from associated subnetworks. You can configure the router to accept IGMP reports from subnetworks that are not associated with its interfaces. The igmp promiscuous command in Router Configuration mode specifies whether interfaces on the router can accept IGMP reports from indirectly connected subnets. To override this global setting on a particular interface, use the ip igmp promiscuous command in Interface Configuration mode.
Example
In the following example, the router is configured to accept IGMP reports from indirectly connected subnets on all interfaces. The interface on port 0 of the line module in slot 4 is then configured to accept IGMP reports only from directly connected subnets.
- host1(config)#virtual-router boston
- host1:boston(config)#router igmp
- host1:boston(config-router)#igmp promiscuous
- host1:boston(config-router)#exit
- host1:boston(config)#interface serial 4/0
- host1:boston(config-if)#ip igmp promiscuous
off
igmp promiscuous
- host1:boston(config-router)#igmp promiscuous
ip igmp promiscuous
- host1:boston(config-if)#ip igmp promiscuous
on