325
Cisco Nexus 5600 Series NX-OS Multicast Routing Command Reference
OL-31626-01
Chapter I Commands
ip pim bsr-candidate
ip pim bsr-candidate
To configure the router as an IPv4 Protocol Independent Multicast (PIM) bootstrap router (BSR)
candidate, use the
ip pim bsr-candidate
command. To remove a router as a BSR candidate, use the
no
form of this command.
ip pim
[
bsr
]
bsr-candidate
{
ethernet
slot
/
port
|
loopback
if_number
|
port-channel
number
|
vlan
vlan-id
} [
hash-len
hash-len
] [
priority
priority
]
no ip pim
[
bsr
]
bsr-candidate
[{
ethernet
slot
/
port
|
loopback
if_number
|
port-channel
number
|
vlan
vlan-id
}] [
hash-len
hash-len
] [
priority
priority
]
Syntax Description
Command Default
The hash mask length is 30.
The BSR priority is 64.
Command Modes
Global configuration mode
VRF configuration mode
Supported User Roles
network-admin
vdc-admin
Command History
Usage Guidelines
The interface specified is used to derive the BSR source IP address used in BSR messages.
This command requires the LAN Base Services license.
bsr
(Optional) Specifies the BSR protocol RP-distribution configuration.
ethernet
slot
/
port
Specifies the Ethernet interface and the slot number and port number. The slot
number is from 1 to 255, and the port number is from 1 to 128.
loopback
if_number
Specifies the loopback interface. The loopback interface number is from 0 to 1023.
port-channel
number
Specifies the EtherChannel interface and EtherChannel number. The range is from 1
to 4096.
vlan
vlan-id
Specifies the VLAN interface. The range is from 1 to 4094.
hash-len
hash-len
(Optional) Specifies the hash mask length used in BSR messages. The range is from
0 to 32. The default is 30.
priority
priority
(Optional) Specifies the BSR priority used in BSR messages. The range is from 0 to
255. The default is 64.
Release
Modification
6.0(2)N1(1)
This command was introduced.