home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

protocols pim bsr-candidate <interface>

Sets the candidate bootstrap router (BSR) status by using the IP address of the specified interface.

set protocols pim bsr-candidate interface [ hash-mask mask ] [ priority priority ]
delete protocols pim bsr-candidate interface [ hash-mask ] [ priority ]
show protocols pim bsr-candidate interface [ hash-mask ] [ priority ]
mask
The hash mask length for RP selection. The length ranges from 0 to 32. The default length is 10.
priority
The priority for the BSR candidate. The priority ranges from 0 to 255. The default priority is 64.

Configuration mode


protocols {
    pim {
        bsr-candidate interface {
            hash-mask mask
            priority priority
        }
    }
}

Use this command to set the candidate BSR status by using the IP address of the specified interface.

Use the set form of this command to set the candidate BSR status by using the IP address of the specified interface.

Use the delete form of this command to remove the candidate BSR status from the interface.

Use the show form of this command to display the candidate BSR configuration.