Configuring PIM-to-IGMP Message Translation

You can configure the rendezvous point (RP) routing device to translate PIM join or prune messages into corresponding IGMP report or leave messages. To do so, include the pim-to-igmp-proxy statement at the [edit routing-options multicast] hierarchy level:

[edit routing-options multicast]pim-to-igmp-proxy {upstream-interface [ interface-names ];}

Enabling the routing device to perform PIM-to-IGMP message translation, also referred to as PIM-to-IGMP proxy, is useful when you want to use IGMP to forward IPv4 multicast traffic between a PIM sparse mode edge domain and a PIM sparse mode core domain in certain network topologies.

Before you begin configuring PIM-to-IGMP message translation:

To configure the RP routing device to translate PIM join or prune messages into corresponding IGMP report or leave messages:

  1. Include the pim-to-igmp-proxy statement, specifying the names of one or two logical interfaces to function as the upstream interfaces on which the routing device transmits IGMP report or leave messages.

    The following example configures PIM-to-IGMP message translation on a single upstream interface, ge-0/1/0.1.

    [edit routing-options multicast]user@host# set pim-to-igmp-proxy upstream-interface ge-0/1/0.1

    The following example configures PIM-to-IGMP message translation on two upstream interfaces, ge-0/1/0.1 and ge-0/1/0.2. You must include the logical interface names within square brackets ( [ ] ) when you configure a set of two upstream interfaces.

    [edit routing-options multicast]user@host# set pim-to-igmp-proxy upstream-interface [ge-0/1/0.1 ge-0/1/0.2]
  2. Use the show multicast pim-to-igmp-proxy command to display the PIM-to-IGMP proxy state (enabled or disabled) and the name or names of the configured upstream interfaces.

    user@host# run show multicast pim-to-igmp-proxy
    Proxy state: enabled
    ge-0/1/0.1
    ge-0/1/0.2
    

Related Topics