Specifications
configure ospf area stub stub-default-cost
ExtremeWare XOS 10.1 Command Reference Guide 509
configure ospf area stub stub-default-cost
configure ospf area <area-identifier> stub [summary | nosummary]
stub-default-cost <cost>
Description
Configures an OSPF 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 and computation requirements on OSPF routers.
Example
The following command configures an OSPF area as a stub area:
configure ospf area 0.0.0.6 stub nosummary stub-default-cost 10
area-identifier Specifies an OSPF area.
summary Specifies that type-3 can be propagated into the area.
nosummary Specifies that type-3 cannot be propagated into the area.
cost Specifies a cost metric.