ip pim-sparse dr-priority
Syntax
ip pim-sparse dr-priority <PRIORITY-VALUE>
no ip pim-sparse dr-priority
Description
Changes the router priority for the designated router (DR) election process in the current interface.
A numerically higher value means a higher priority. If multiple routes share the highest priority, the router with the highest IP address is selected as the DR.
The
no
form of this command removes currently configured value and sets to the default of 1.
Command context
config-if
config-if-vlan
config-lag-if
Parameters
<PRIORITY-VALUE>
Specifies the priority value to use on the interface in the DR election process. Required. Default: 1. Range: 0-4294967295.
Authority
Administrators
Examples
Configuring and removing the interface priority value:
switch(config)# interface vlan40 switch(config-if-vlan)# ip pim-sparse dr-priority 4444 switch(config-if-vlan)# no ip pim-sparse dr-priority