54
Predefined user roles
network-admin
Parameters
value
: Specifies a default metric for redistributed routes, in the range of 0 to 16.
Usage guidelines
When you use the
import-route
command to redistribute routes from another routing protocol without
specifying a metric, the metric specified by the
default cost
command applies.
Examples
# Configure a default metric of 3 for redistributed routes.
<Sysname> system-view
[Sysname] rip 1
[Sysname-rip-1] default cost 3
Related commands
import-route
default-route
Use
default-route
to configure all interfaces running a RIP process to advertise a default route with a
specified metric to RIP neighbors.
Use
undo default-route
to restore the default.
Syntax
default-route
{
only
|
originate
} [
cost
cost
]
undo default-route
Default
No default route is sent to RIP neighbors.
Views
RIP view
Predefined user roles
network-admin
Parameters
only
: Advertises only a default route.
originate
: Advertises both a default route and other routes.
cost
: Specifies a cost for the default route, in the range of 1 to 15. The default is 1.
Usage guidelines
A RIP router configured with this feature does not receive any default route from RIP neighbors.
Examples
# Configure all interfaces running RIP process 100 to send only a default route with a metric of 2 to RIP
neighbors.
<Sysname> system-view