bsr-candidate priority
Syntax
bsr-candidate priority <PRIORITY-VALUE>
no bsr-candidate priority
Description
Configures the priority to apply to the router when a BSR election process occurs in the PIM-SM domain. The candidate with the highest priority becomes the BSR for the domain. If the highest priority is shared by multiple routers, the candidate having the highest IP address becomes the BSR of the domain. Zero (0) is the lowest priority. To make BSR selection easily predictable, use this command to assign a different priority to each candidate BSR in the PIM-SM domain.
The
no
form of this command removes currently configured value and sets to the default of 0.
Command context
config-pim6
Parameters
<PRIORITY-VALUE>
Specifies the priority for the Candidate Bootstrap router. Default: 0. Range: 0-255
Authority
Administrators
Example
Configuring and removing the BSR-candidate priority:
switch(config)# router pim6 switch(config-pim6)# bsr-candidate priority 250 switch(config-pim6)# no bsr-candidate priority