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 pim6 bsr-candidate <interface>

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

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

Configuration mode


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

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

Use the set form of this command to set the candidate BSR status by using the IPv6 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.