Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Multicast Protocols User Guide
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

Configuring a Designated Router for PIM

date_range 23-Nov-23

Configuring Interface Priority for PIM Designated Router Selection

A designated router (DR) sends periodic join messages and prune messages toward a group-specific rendezvous point (RP) for each group for which it has active members. When a Protocol Independent Multicast (PIM) router learns about a source, it originates a Multicast Source Discovery Protocol (MSDP) source-address message if it is the DR on the upstream interface.

By default, every PIM interface has an equal probability (priority 1) of being selected as the DR, but you can change the value to increase or decrease the chances of a given DR being elected. A higher value corresponds to a higher priority, that is, greater chance of being elected. Configuring the interface DR priority helps ensure that changing an IP address does not alter your forwarding model.

Note:

DR priority is specific to PIM sparse mode; as per RFC 3973, PIM DR priority cannot be configured explicitly in PIM Dense Mode (PIM-DM) in IGMPv2 – PIM-DM only support DRs with IGMPv1.

To configure the interface designated router priority:

  1. This example shows the configuration for the routing instance. Configure the interface globally or in the routing instance.
    content_copy zoom_out_map
    [edit routing-instances PIM.master protocols pim interface ge-0/0/0.0]
    user@host# set priority 5
    
  2. Verify the configuration by checking the Hello Option DR Priority field in the output of the show pim neighbors detail command.
    content_copy zoom_out_map
    user@host> show pim neighbors detail
    
    content_copy zoom_out_map
    Instance: PIM.master
    Interface: ge-0/0/0.0
    Address: 192.168.195.37, IPv4, PIM v2, Mode: Sparse
    Hello Option Holdtime: 65535 seconds
    Hello Option DR Priority: 5
    Hello Option LAN Prune Delay: delay 500 ms override 2000 ms
    Join Suppression supported
    Rx Join: Group Source Timeout
    225.1.1.1 192.168.195.78 0
    225.1.1.1 0
    
    Interface: lo0.0
    Address: 10.255.245.91, IPv4, PIM v2, Mode: Sparse
    Hello Option Holdtime: 65535 seconds
    Hello Option DR Priority: 1
    Hello Option LAN Prune Delay: delay 500 ms override 2000 ms
    Join Suppression supported
    
    Interface: pd-6/0/0.32768
    Address: 0.0.0.0, IPv4, PIM v2, Mode: Sparse
    Hello Option Holdtime: 65535 seconds
    Hello Option DR Priority: 0
    Hello Option LAN Prune Delay: delay 500 ms override 2000 ms
    Join Suppression supported
footer-navigation