Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

Configuring the Static PIM RP Address on the Non-RP Routing Device

Consider statically defining an RP if the network does not have many different RPs defined or if the RP assignment does not change very often. The Junos IPv6 PIM implementation supports only static RP configuration. Automatic RP announcement and bootstrap routers are not available with IPv6.

You configure a static RP address on the non-RP routing device. This enables the non-RP routing device to recognize the local statically defined RP. For example, if R0 is a non-RP router and R1 is the local RP router, you configure R0 with the static RP address of R1. The static IP address is the routable address assigned to the loopback interface on R1. In the following example, the loopback address of the RP is 2001:db8:85a3::8a2e:370:7334.

You can configure a static RP address globally or for a routing instance. This example shows how to configure a static RP address in a routing instance for IPv6.

To configure the static RP address:

  1. On a non-RP routing device, configure the routing instance to point to the routable address assigned to the loopback interface of the RP.
    [routing-instances VPN-A protocols pim rp]user@host# set static address 2001:db8:85a3::8a2e:370:7334

    Note: Logical systems are also supported. You can configure a static RP address in a logical system only if the logical system is not directly connected to a source.

  2. (Optional) Set the PIM sparse mode version.

    For each static RP address, you can optionally specify the PIM version. The default PIM version is version 1.

    [edit routing-instances VPN-A protocols pim rp]user@host# set static address 2001:db8:85a3::8a2e:370:7334 version 2

    Note: The default PIM version can be version 1 or version 2, depending on the mode you are configuring. PIM version 1 is the default for RP mode ([edit pim rp static address address]). PIM version 2 is the default for interface mode ([edit pim interface interface-name]). Explicitly configured versions override the defaults.

  3. (Optional) Set the group address range.

    By default, a routing device running PIM is eligible to be the RP for all IPv4 or IPv6 groups (224.0.0.0/4 or FF70::/12 to FFF0::/12). The following example limits the groups for which the 2001:db8:85a3::8a2e:370:7334 address can be the RP.

    [edit routing-instances VPN-A protocols pim rp]user@host# set static address 2001:db8:85a3::8a2e:370:7334 group-ranges fec0::/10

    The RP that you select for a particular group must be consistent across all routers in a multicast domain.

  4. (Optional) Override dynamic RP for the specified group address range.

    If you configure both static RP mapping and dynamic RP mapping (such as auto-RP) in a single routing instance, allow the static mapping to take precedence for the given static RP group range, and allow dynamic RP mapping for all other groups.

    If you exclude this statement from the configuration and you use both static and dynamic RP mechanisms for different group ranges within the same routing instance, the dynamic RP mapping takes precedence over the static RP mapping, even if static RP is defined for a specific group range.

    [edit routing-instances VPN-A protocols pim rp static address 2001:db8:85a3::8a2e:370:7334]user@host# set override
  5. Monitor the operation of PIM by running the show pim commands. Run show pim ? to display the supported commands.
 

Related Documentation

 

Published: 2012-06-29

 

Related Documentation

 

Published: 2012-06-29