...
The set protocols pimsm4 interface vif dr-priority pim interface drpriority command is used to configure the Designated Router priority per VLAN interface.
...
Command Syntax
set protocols pimsm4 pim interface <interface-name> vif <vif-name> dr-priority name> drpriority <dr-priority>
Parameter
Parameter | Description |
interface <interface-name> | Specifies a L3 VLAN interface. The value is a string. |
vif <vif-name>
Specifies a vif interface. The value is a string.
drpriority <dr-priority> | Specifies the Designated Router priority. The greater the value, the higher the priority. The value is an integer that ranges from 1 to 4294967295. The default value is 1. |
Usage Guidelines
The DR election is based on the priority and the IP address. To elect the DR, the PIM neighbors send the Hello message that contains the DR priority to each other. The switch with the highest priority functions as the DR. If the switches have the same priority, the switch with the largest IP address functions as the DR.
...
Code Block |
---|
admin@Xorplus# set protocols pimsm4pim interface vlan-2 vif vlan-2 dr-prioritydrpriority 100 admin@Xorplus# commit |
...