Reference Guide

748 | Routing Information Protocol (RIP)
www.dell.com | support.dell.com
To add routes from other routing instances or protocols, use any of the following commands in the
ROUTER RIP mode:
To view the current RIP configuration, use the
show running-config command in the EXEC mode or the
show config command in the ROUTER RIP mode.
Set send and receive version
To specify the RIP version, use the version command in the 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
the INTERFACE mode.
To change the RIP version globally in FTOS, use the following command in the ROUTER RIP mode:
You can set one RIP version globally on the
system. This command sets the RIP version for RIP traffic on
the interfaces participating in RIP unless the interface was specifically configured for a specific RIP
version.
Use the
show config command in the ROUTER RIP mode to see whether the version command is
configured. You can also use the
show ip protocols command in the EXEC mode to view the routing
protocols configuration.
Figure 36-3 shows an example of the RIP configuration after the ROUTER RIP mode
version command is
set to RIPv2. When the ROUTER RIP mode
version command is set, the interface (GigabitEthernet 0/0)
participating in the RIP process is also set to send and receive RIPv2.
Command Syntax Command Mode Purpose
redistribute {connected | static} [metric
metric-value] [route-map map-name]
ROUTER RIP Include directly connected or
user-configured (static) routes in RIP.
metric range: 0 to 16
map-name: name of a configured
route map.
redistribute isis [level-1 | level-1-2 | level-2] [metric
metric-value] [route-map map-name]
ROUTER RIP Include IS-IS routes in RIP.
metric range: 0 to 16
map-name: name of a configured
route map.
redistribute ospf process-id [match external {1 | 2}
| match internal] [metric value] [route-map
map-name]
ROUTER RIP Include specific OSPF routes in RIP.
Configure the following parameters:
process-id range: 1 to 65535
metric range: 0 to 16
map-name: name of a configured
route map.
Command Syntax Command Mode Purpose
version {1 | 2} ROUTER RIP Set the RIP version sent and received on the system.