15 redistribute (rip), 16 router rip – CANOGA PERKINS CanogaOS Command Reference User Manual

Page 235

Advertising
background image

CanogaOS Command Line Reference

Revision 1.02

Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches

Page 235 of 855

14.15 redistribute (RIP)

To redistribute routes from one routing domain into RIP routing domain, use the redistribute command
in router configuration mode. To disable redistribution, use the no form of this command.


Command Syntax

redistribute protocol [metric value]
no redistribute protocol

protocol

(Optional) The name of a routing protocol, or the keyword connected, or
static. If you specify a routing protocol, use one of the following keywords:
bgp, and ospf.

metric value

(Optional) When redistributing other routing process to the RIP process,
the default metric is 1 if no metric value is specified.


Default

Route redistribution is disabled.
metric metric-value: 1


Command Mode

Router configuration


Usage

The metric value specified in the redistribute command supersedes the metric value specified using
the

Default

-metric command.


Examples

The following example redistribute the static routes into RIP with metric 10:
router rip
network 10.108.0.0/16
redistribute static metric 10
!


Related Commands

default-metric

14.16 router rip

To configure the Routing Information Protocol (RIP) routing process, use the router rip command in
global configuration mode. To turn off the RIP routing process, use the no form of this command.

Advertising