4-6
Description
Use the
default-cost
command to configure a cost for the default route advertised to the stub or
NSSA area.
Use the
undo default-cost
command to restore the default value.
The cost defaults to 1.
This command is only applicable to the ABR of a stub area or the ABR/ASBR of an NSSA area.
Related commands:
stub
,
nssa
.
Examples
# Configure Area 1 as a stub area, and specify the cost of the default route advertised to the stub area
as 20.
<Sysname> system-view
[Sysname] ospf 100
[Sysname-ospf-100] area 1
[Sysname-ospf-100-area-0.0.0.1] stub
[Sysname-ospf-100-area-0.0.0.1] default-cost 20
default-route-advertise (OSPF view)
Syntax
default-route-advertise
[ [
always
|
cost
cost
|
route-policy
route-policy-name
|
type
type
] * |
summary cost
cost
]
undo default-route-advertise
View
OSPF view
Default Level
2: System level
Parameters
always
: Generates a default route in an Type-5 LSA into the OSPF routing domain regardless of
whether a default route exists in the routing table. Without this keyword used, the command can
distribute a default route in a Type-5 LSA into the OSPF routing domain only when a default route
exists in the routing table.
cost
cost
: Specifies a cost for the default route, in the range 0 to 16777214. If no
cost
is specified, the
default cost specified by the
default cost
command applies..
route-policy
route-policy-name
: Specifies a route policy name, a string of 1 to 19 characters. When a
default route exists in the routing table and the specified route policy is matched, the command
distributes a default route in a Type-5 LSA into the OSPF routing domain, and the route policy modifies
some values in the Type-5 LSA. If the
always
keyword is specified at the same time, the command
can distribute a default route in a Type-5 LSA into the OSPF routing domain when the specified route
policy is matched, regardless of whether a default route exists in the routing table, and the route policy
modifies some values in the Type-5 LSA.
type type
: Specifies a type for the Type-5 LSA: 1 or 2. If
type
is not specified, the default type for the
Type-5 LSA specified by the
default type
command applies.