Accepting IGMP Reports from Remote Subnetworks
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 bostonhost1:boston(config)#router igmphost1:boston(config-router)#igmp promiscuoushost1:boston(config-router)#exithost1:boston(config)#interface serial 4/0host1:boston(config-if)#ip igmp promiscuous offigmp promiscuous
- Use to enable all IGMP interfaces on the router to accept IGMP reports from hosts on any subnetwork.
- Example
host1:boston(config-router)#igmp promiscuousUse the no version to enable IGMP interfaces on the router to accept IGMP reports only from hosts on their associated subnetworks. ip igmp promiscuous
- Use the on keyword to enable the interface to accept IGMP reports from hosts on any subnetwork.
- Use the off keyword to enable the interface to accept IGMP reports only from hosts on subnetworks associated with this interface.
host1:boston(config-if)#ip igmp promiscuous onUse the no version to configure an IGMP interface to use the Router Configuration mode setting to determine the subnetworks from which it can accept IGMP reports.