Setup Guide

redistribute {connected | static} [metric metric-value] [route-map map-name]
metric-value: the range is from 0 to 16.
map-name: the name of a congured route map.
Include specic OSPF routes in RIP.
ROUTER RIP mode
redistribute ospf process-id [match external {1 | 2} | match internal] [metric value] [route-
map map-name]
Congure the following parameters:
process-id: the range is from 1 to 65535.
metric: the range is from 0 to 16.
map-name: the name of a congured route map.
To view the current RIP conguration, use the show running-config command in EXEC mode or the show config command in
ROUTER RIP mode.
Setting the Send and Receive Version
To change the RIP version globally or on an interface, use the following command.
To specify the RIP version, use the version command in ROUTER RIP mode. To set an interface to receive only one or the other version,
use the ip rip send version or the ip rip receive version commands in INTERFACE mode.
You can set one RIP version globally on the system using system. This command sets the RIP version for RIP trac on the interfaces
participating in RIP unless the interface was specically congured for a specic RIP version.
Set the RIP version sent and received on the system.
ROUTER RIP mode
version {1 | 2}
Set the RIP versions received on that interface.
INTERFACE mode
ip rip receive version [1] [2]
Set the RIP versions sent out on that interface.
INTERFACE mode
ip rip send version [1] [2]
Examples of Setting the RIP Process
To see whether the version command is congured, use the show config command in ROUTER RIP mode. To view the routing
protocols conguration, use the show ip protocols command in EXEC mode.
The following example shows the RIP conguration after the ROUTER RIP mode version command is set to RIPv2. When you set the
ROUTER RIP mode version command, the interface (TengigabitEthernet 0/0) participating in the RIP process is also set to send and
receive RIPv2 (shown in bold).
Dell#show ip protocols
Routing Protocols is RIP
Sending updates every 30 seconds, next due in 23
Invalid after 180 seconds, hold down 180, flushed after 240
Output delay 8 milliseconds between packets
Automatic network summarization is in effect
Outgoing filter for all interfaces is
Incoming filter for all interfaces is
Default redistribution metric is 1
876
Routing Information Protocol (RIP)