configure ospfv3 area priority
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
1621
configure ospfv3 area priority
configure ospfv3 {domain <domainName>} area <area-identifier> priority
<priority>
Description
Configures the priority used in the designated router and backup designated router election algorithm
for all the interfaces within the area.
Syntax Description
Default
The default setting is 1.
Usage Guidelines
When two routers are attached to a network, both attempt to become the designated router. The one
with the higher priority takes precedence. If there is a tie, the router with the higher router ID takes
precedence. Setting the value to 0 ensures that the router is never selected as the designated router or
backup designated router.
Example
The following command sets all the interfaces in area 1.2.3.4 to not be selected as the designated router:
configure ospfv3 area 1.2.3.4 priority 0
History
This command was first available in ExtremeWare XOS 11.2.
Platform Availability
This command is available on platforms with a Core or an Advanced Core license.
domainName
Specifies an OSPFv3 domain. OSPF-Default is the only one currently
supported.
area-identifier
Specifies an OSPFv3 area, a four-byte, dotted decimal number.
priority
Specifies a priority range. The range is 0 through 255.