ipv6 pim bsr candidate bsr

Use this command to enable the router to announce its candidacy as a BootStrap Router (BSR).

Syntax

ipv6 pim bsr candidate bsr interface-address [priority priority]
no ipv6 bsr candidate bsr interface-address

Parameters

interface-address IPv6 address of the BSR candidate interface. With the exception of a loopback interface, the interface used as the BSR candidate must be enabled with PIM as described in ipv6 pim sparse mode.
priority priority (Optional) Specifies a BSR priority value ranging from 0–255. Higher values assign higher priority. The BSR with the larger priority is preferred. If priority values are the same, the IP address breaks the tie. The BSR candidate with the higher IP address is preferred. Default value 0.

Defaults

If priority is not specified, 0 will be applied.

Mode

Configuration command.

Usage

Only one BSR candidate can be configured per router.

The “no” form of this command removes the router as a BSR candidate.

Example

This example sets the BSR priority to 77 on 2001:11ac:fd34::5:

System(su-config)->ipv6 pim bsr-candidate 2001:11ac:fd34::5 priority 77