OSPFv3 Commands
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
1614
configure ospfv3 area cost
configure ospfv3 {domain <domainName>} area <area-identifier> cost
[automatic | <cost>]
Description
Configures the cost of sending a packet to all interfaces belonging to an area.
Syntax Description
Default
The default cost is automatic. The default domain is OSPF-Default.
Usage Guidelines
Use this command to set the cost of the links belonging to area manually, if the default cost needs to be
overwritten. The interface cost is advertised as the link cost in router-LSA.
Example
The following command configures the cost of area 0.0.0.1 to 10. All the links of this area will inherit the
area's cost value of 10.
configure ospfv3 domain ospf-enterprise area 0.0.0.1 cost 10
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.
automatic
Determine the advertised cost from the OSPFv3 metric table.
cost
Specifies the cost metric. Range is 1 to 65535.