ipv6 ospfv3 priority
Syntax
ipv6 ospfv3 priority <number-value>
no ipv6 ospfv3 priority
Description
Sets the OSPFv3 priority for the interface. The larger the numeric value of the priority, the higher the chance it will become the designated router. Setting a priority of 0 makes the router ineligible to become a designated router or back up designated router.
The
no
form of this command sets the OSPFv3 priority for the interface to the default of 1.
Command context
config-if
Parameters
<number-value>
Specifies the OSPFv3 priority value. Default: 1. Range: 0-255.
Authority
Administrators
Examples
Setting the OSPFv3 priority for the interface:
switch(config)# interface 1/1/1 switch(config-if)# ipv6 ospfv3 priority 50
Setting the OSPFv3 priority for the interface to the default of 1:
switch(config)# interface 1/1/1 switch(config-if)# no ipv6 ospfv3 priority