C613-50170-01 Rev B
Command Reference for x510 Series
900
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
RIP C
OMMANDS
DEFAULT
-
METRIC
(RIP)
default-metric (RIP)
Overview
Use this command to specify the metrics to be assigned to redistributed RIP routes.
Use the
no
variant of this command to reset the RIP metric back to its default (1).
Syntax
default-metric
<metric>
no default-metric [
<metric>
]
Default
By default, the RIP metric value is set to 1.
Mode
RIP Router Configuration
Usage
This command is used with the
command to make the routing
protocol use the specified metric value for all redistributed routes, regardless of
the original protocol that the route has been redistributed from.
Examples
This example assigns the cost of 10 to the routes that are redistributed into RIP.
awplus#
configure terminal
awplus(config)#
router rip
awplus(config-router)#
default-metric 10
awplus(config-router)#
redistribute ospf
awplus(config-router)#
redistribute connected
Related
Commands
Parameter
Description
<metric>
<1-16> Specifies the value of the default metric.