Specifications

Process Overview: Routing Protocol Configuration
Configuring OSPF
13-50 Matrix E1 Series (1G58x-09 and 1H582-xx) Configuration Guide
13.1.2.17 area default cost
Use this command to set the cost value for the default route that is sent into a stub area by an Area
Border Router (ABR). The use of this command is restricted to ABRs attached to stub areas.
area area-id default-cost cost
Syntax Description
Command Syntax of the “no” Form
The “no” form of this command removes the cost value from the summary route
that is sent into the stub area:
no area area-id default-cost
Command Type
Router command.
Command Mode
Router configuration: Matrix>Router(config-router)#
Command Defaults
None.
Example
This example shows how to set the cost value for stub area 10 to 99:
area-id Specifies the stub area. Valid values are decimal values or IP
addresses.
cost Specifies a cost value for the summary route that is sent into
a stub area by default. Valid values are 24-bit numbers, from
0 to 16777215.
Matrix>Router(config)#router ospf 1
Matrix>Router(config-router)#area 10 default-cost 99