Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

Configuring PIM-to-MLD Message Translation

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

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

Enabling the routing device to perform PIM-to-MLD message translation, also referred to as PIM-to-MLD proxy, is useful when you want to use MLD to forward IPv6 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-MLD message translation:

  • Make sure that the routing device connecting the PIM edge domain and that the PIM core domain is the static or elected RP routing device.
  • Make sure that the PIM sparse mode (PIM-SM) routing protocol is running on the RP routing device.
  • If you plan to configure two upstream interfaces, make sure that reverse-path forwarding (RPF) is running in the PIM-SM core domain. Because the RP routing device transmits the same MLD messages and multicast traffic on both upstream interfaces, you need to run RPF to verify that multicast packets are received on the correct incoming interface and to avoid sending duplicate packets.

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

  1. Include the pim-to-mld-proxy statement, specifying the names of one or two logical interfaces to function as the upstream interfaces on which the router transmits MLD report or leave messages.

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

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

    The following example configures PIM-to-MLD message translation on two upstream interfaces, ge-0/5/0.1 and ge-0/5/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-mld-proxy upstream-interface [ge-0/5/0.1 ge-0/5/0.2]
  2. Use the show multicast pim-to-mld-proxy command to display the PIM-to-MLD proxy state (enabled or disabled) and the name or names of the configured upstream interfaces.
    user@host# run show multicast pim-to-mld-proxy
    Proxy state: enabled
    ge-0/5/0.1
    ge-0/5/0.2
    

Published: 2012-11-16