The c-bsr command configures a Candidate-BootStrap Router (C-BSR).
The undo c-bsr command deletes a configured C-BSR.
By default, no C-BSR is configured.
Parameter | Description | Value |
---|---|---|
ipv6-address |
Specifies the IPv6 global unicast address of a C-BSR. IPv6 PIM-SM must be enabled on the interface assigned an IPv6 address before other multicast configurations are performed on it. To avoid frequent protocol changes caused by interface flapping, use the loopback interface address as the global IPv6 unicast address of the C-BSR. |
The address is in the format of X:X:X:X:X:X:X:X. |
hash-length |
Specifies the hash mask length of a C-BSR. The hash mask length is used by the hash function to calculate an RP. |
The value is an integer ranging from 0 to 128. |
priority-value |
Specifies the priority value of a C-BSR. |
The value is an integer ranging from 0 to 255. |
Usage Scenario
On a PIM-SM network, the BSR mechanism is used to dynamically elect a Rendezvous Point (RP). The BSR collects Candidate-Rendezvous Point (C-RP) information to form an RP-set, and then advertises the RP-set to the entire network. Based on the RP-set, all Routers in the network can calculate out the RP to which a specific multicast group corresponds. The BSR and other devices in the PIM-SM domain need to exchange a great deal of information and thus lots of bandwidth should be reserved between the C-BSR and other devices in the PIM-SM domain.
One Router can function as both a C-RP and a C-BSR. One Router can be configured with multiple instances. Each instance can be configured with a maximum of one C-BSR. If the c-bsr command is run repeatedly in an instance, only the latest configuration takes effect. One or more C-BSRs need to be configured in a PIM-SM domain. The C-BSRs automatically elect a BSR that is responsible for collecting and advertising RP information. C-BSRs must be Routers on the backbone network. When the Router is configured as a C-BSR, an interface enabled with PIM-SM needs to be specified. The process of electing a BSR from C-BSRs is as follows:Prerequisites
The multicast ipv6 routing-enable command is run in the public network instance view.
Precautions
The interface that functions as a C-BSR must be enabled with IPv6 PIM-SM.