[Contents] [Prev] [Next] [Index] [Report an Error]

Accepting IGMP Messages from Remote Subnetworks

By default, IGMP interfaces accept IGMP messages only from the same subnetwork. Including the promiscuous-mode statement enables the router to accept IGMP messages from different subnetworks.

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 promiscuous mode for an interface, include the promiscuous-mode statement:

promiscuous-mode;

You can include this statement at the following hierarchy levels:

Example: IGMP Promiscuous Mode

Enable IGMP promiscuous mode on the interface you want to accept IGMP reports from indirectly connected subnets:

[edit]
protocols {
igmp {
interface ge-1/1/1.0 {
promiscuous-mode;
}
}
}

[Contents] [Prev] [Next] [Index] [Report an Error]