C613-50170-01 Rev B
Command Reference for x510 Series
928
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
RIP C
OMMANDS
REDISTRIBUTE
(RIP)
redistribute (RIP)
Overview
Use this command to redistribute information from other routing protocols into
RIP.
Use the
no
variant of this command to disable the specified redistribution. The
parameters
metric
and
routemap
may be used on this command, but have no
effect.
Syntax
redistribute {connected|static|ospf} [metric <
0-16
>] [routemap
<
routemap
>]
no redistribute {connected|static|ospf} [metric] [routemap]
Default
By default, the RIP metric value is set to 1.
Mode
RIP Router Configuration
Example
To apply the metric value 15 to static routes being redistributed into RIP, use the
commands:
awplus#
configure terminal
awplus(config)#
router rip
awplus(config-router)#
redistribute static metric 15
Related
Commands
Parameter
Description
routemap
Optional. Specifies route-map that controls how routes are
redistributed.
<
routemap
>
Optional. The name of the route map.
connected
Redistribute from connected routes.
static
Redistribute from static routes.
ospf
Redistribute from Open Shortest Path First (OSPF).
metric <
0-16
>
Optional. Sets the value of the metric that will be applied to
routes redistributed into RIP from other protocols. If a value is not
specified, and no value is specified using the
command, the default is one.