C613-50100-01 REV C Command Reference for x930 Series 938
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
RIPNG FOR IPV6 COMMANDS
REDISTRIBUTE
(IPV6 RIPNG)
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
default-metric (IPv6 RIPng)
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 default-metric (IPv6 RIPng) 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).