Korenix Technology Co., Ltd.
Industrial
Layer 3 Managed Ethernet Switch
_____________________________________________________________________________
Industrial Layer 3 Managed Ethernet SwitchUser Manual
Page: 767/1246
8.4.2
Configuration Commands
8.4.2.1
ip pim bsr-candidate
This command is used to configure the router to announce its candidacy as a bootstrap router (BSR).
Syntax
ip pim bsr-candidate interface {<slot/port> | vlan <vlan-id>} <hash-mask-length> [<priority>]
no ip pim bsr-candidate interface {<slot/port> | vlan <vlan-id>} <hash-mask-length> [<priority>]
<slot/port> -
Valid slot and port number separated by forward slashes.
<vlan-id> -
VLAN ID. The range of VLAN ID is 1 to 4093.
<hash-mask-length> -
BSR hash-mask length. The range of the mask is 0 to 32.
<priority> -
BSR priority. The range of the priority is 0 to 255.
no -
This command is used to disable the router to announce its candidacy as a bootstrap router
(BSR).
Default
Setting
Disabled
Command Mode
Global Config
Parameters
hash-mask-length:
Length of a mask (32 bits maximum) that is to be ANDed with the group
address before the hash function is called. All groups with the same seed hash correspond to the
same RP. For example, if this value was 24, only the first 24 bits of the group addresses matter.
This allows you to get one RP for multiple groups.
priority:
Priority of the candidate BSR. The range is an integer from 0 to 255. The BSR with the
larger priority is preferred. If the priority values are the same, the router with the larger IP address
is the BSR. The default value is 0.
i
This command takes effect only when PIM-SM is configured as the PIM mode