3-2
undo default cost
View
RIP view
Default Level
2: System level
Parameters
value
: Default metric of redistributed routes, in the range of 0 to 16.
Description
Use the
default cost
command to configure the default metric for redistributed routes.
Use the
undo default cost
command to restore the default.
By default, the default metric of redistributed routes is 0.
When you use the
import-route
command to redistribute routes from other protocols without
specifying a metric, the metric specified by the
default cost
command applies.
Related command:
import-route
.
Examples
# Configure the default metric for redistributed routes as 3.
<Sysname> system-view
[Sysname] rip 100
[Sysname-rip-100] default cost 3
default-route
Syntax
default-route
{
only
|
originate
} [
cost
cost
]
undo default-route
View
RIP view
Default Level
2: System level
Parameters
only
: Advertises only a default route.
originate
: Advertises both a default route and other routes.
cost
: Cost of the default route, in the range of 1 to 15. The default is 1.
Description
Use the
default-route originate cost
command to configure all the interfaces under the RIP
process to advertise a default route with the specified metric to RIP neighbors.
Use the
undo default-route
command to disable all the interfaces under the RIP process from
sending a default route.
By default, no default route is sent to RIP neighbors.