Technical Documentation

Specifying Immediate-Leave Host Removal for IGMP

The immediate-leave statement enables you to specify that the routing device remove a host from the multicast group as soon as the routing device receives a leave group message from a host associated with the interface.

Use this statement only on IGMP version 2 (IGMPv2) interfaces to which one IGMP host is connected. If more than one IGMP host is connected to a LAN through the same interface, and one host sends a leave group message, the router removes all hosts on the interface from the multicast group. The routing device loses contact with the hosts that must remain in the multicast group until they send join requests in response to the routing device’s next general group membership query.

When immediate leave is enabled on a routing device running IGMPv2, and after receiving a leave group membership message from a host associated with the interface, the routing device immediately removes the group membership from the interface and suppresses the sending of any group-specific queries for the multicast group.

When immediate leave is enabled on a routing device running IGMP version 3 (IGMPv3), and after the routing device receives a report containing the type BLOCK_OLD_SOURCES, the routing device suppresses the sending of group-and-source queries but relies on the host tracking mechanism supported by Junos OS to determine whether or not it removes a particular source group membership from the interface.

To enable immediate leave for an interface, include the immediate-leave statement:

You can include this statement at the following hierarchy levels:

  • [edit protocols igmp interface interface-name]
  • [edit logical-systems logical-system-name protocols igmp interface interface-name]

Example: IGMP Immediate Leave

Configure IGMP immediate-leave on the interface where you want hosts removed immediately from multicast groups after the router receives a leave group message:

[edit]protocols {igmp {interface ge-1/1/1.0 {immediate-leave;}}}

Related Topics


Published: 2010-07-19

Help
|
My Account
|
Log Out