Accepting IGMP Messages from Remote Subnetworks

By default, IGMP interfaces accept IGMP messages only from the same subnet. Including the promiscuous-mode statement enables the routing device to accept IGMP messages from indirectly connected subnets.

Note: When you enable IGMP on an unnumbered Ethernet interface that uses a/32 loopback address as a donor address, you must configure IGMP promiscuous mode to accept the IGMP packets received on this interface.

To enable IGMP promiscuous mode on an interface:

  1. Configure the IGMP interface.
    [edit]user@host# edit protocols igmpuser@host# set interface ge-0/1/1.0 promiscuous-mode
  2. Verify the configuration by checking the Promiscuous Mode field in the output of the show igmp interface command.
  3. Verify the operation of the filter by checking the Rx non-local field in the output of the show igmp statistics command.

Related Topics