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
1622
configure ospfv3 area stub
configure ospfv3 {domain <domainName>} area <area-identifier> stub [summary
| nosummary] stub-default-cost <cost>
Description
Configures an OSPFv3 area as a stub area.
Syntax Description
Default
N/A.
Usage Guidelines
A stub area is connected to only one other area. The area that connects to a stub area can be the
backbone area. External route information is not distributed into stub areas. Stub areas are used to
reduce memory consumption requirements on OSPFv3 routers.
Example
The following command configures an OSPFv3 area as a stub area:
configure ospfv3 area 0.0.0.6 stub nosummary stub-default-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.
summary
Specifies that inter-area LSAs can be propagated into the area.
nosummary
Specifies that inter-area LSAs cannot be propagated into the area.
cost
Specifies a cost metric.