4-5
default
Syntax
default
{
cost
cost
|
limit
limit
|
tag
tag
|
type type
} *
undo default
{
cost
|
limit
|
tag
|
type
} *
View
OSPF view
Default Level
2: System level
Parameters
cost
: Specifies the default cost for redistributed routes, in the range 0 to 16777214.
limit
: Specifies the default upper limit of routes redistributed per time, in the range 1 to 2147483647.
tag
: Specifies the default tag for redistributed routes, in the range 0 to 4294967295.
type
: Specifies the default type for redistributed routes: 1 or 2.
Description
Use the
default
command to configure default parameters for redistributed routes.
Use the
undo
default
command to restore default values.
The cost, route type, tag, and the upper limit are 1, 2, 1 and 1000 by default.
Related commands:
import-route
.
Examples
# Configure the default cost, upper limit, tag and type as 10, 20000, 100 and 2 respectively for
redistributed external routes.
<Sysname> system-view
[Sysname] ospf 100
[Sysname-ospf-100] default cost 10 limit 20000 tag 100 type 2
default-cost (OSPF area view)
Syntax
default-cost
cost
undo default-cost
View
OSPF area view
Default Level
2: System level
Parameters
cost
: Specifies a cost for the default route advertised to the Stub or NSSA area, in the range 0 to
16777214.