C613-50170-01 Rev B
Command Reference for x510 Series
1385
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
PIM-SM
V
6 C
OMMANDS
IPV
6
PIM
BSR
-
CANDIDATE
ipv6 pim bsr-candidate
Overview
Use this command to give the device the candidate BSR (Bootstrap Router) status
using the specified IPv6 address mask of the interface.
Use the
no
variant of this command to withdraw the address of the interface from
being offered as a BSR candidate.
Syntax
ipv6 pim bsr-candidate <
interface
> [<
hash
>] [<
priority
>]
no ipv6 pim bsr-candidate [<
interface
>]
Mode
Global Configuration
Default
The default hash parameter value is 126 and the default priority parameter value is
64.
Examples
To set the BSR candidate to the VLAN interface vlan2, with the optional mask
length and BSR priority parameters, enter the commands shown below:
awplus#
configure terminal
awplus(config)#
ipv6 forwarding
awplus(config)#
ipv6 multicast-routing
awplus(config)#
ipv6 pim bsr-candidate vlan2 20 30
To withdraw the address of vlan2 from being offered as a BSR candidate, enter:
awplus#
configure terminal
awplus(config)#
no ipv6 pim bsr-candidate vlan2
Parameter
Description
<
interface
>
Specify the interface. For instance, VLAN interface
vlan2
.
<
hash
>
<0-128> configure the hash mask length used for RP selection. The
default hash value if you do not configure this parameter is 126.
<
priority
>
<0-255> configure priority for a BSR candidate. Note that you must
also specify the <
hash
> (mask length) when specifying the <
priority
>.
The default priority if you do not configure this parameter is 64.