C613-50170-01 Rev B
Command Reference for x510 Series
959
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
RIP
NG
FOR
IP
V
6 C
OMMANDS
REDISTRIBUTE
(IP
V
6 RIP
NG
)
redistribute (IPv6 RIPng)
Overview
Use this command to redistribute information from other routing protocols into
RIPng.
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
>] [route-map
<route-map>
]
no redistribute {connected|static|ospf} [metric <
0-16
>]
[route-map
<route-map>
]
Default
By default, the RIPng metric value is set to 1.
Mode
Router Configuration
Example
To redistribute information from other routing protocols into RIPng, use the
following commands:
awplus#
configure terminal
awplus(config)#
router ipv6 rip
awplus(config-router)#
redistribute static route-map mymap
awplus(config-router)#
redistribute static metric 8
Related
Commands
Parameter
Description
<0-16>
Optional. Specifies the metric value to be used when
redistributing information. If a value is not specified, and no value
is specified using the
command, the
default is one.
<route-map>
Optional. Specifies route-map to be used to redistribute
information.
connected
Redistribute from connected routes.
static
Redistribute from static routes.
ospf
Redistribute from Open Shortest Path First (OSPF).