INTERFACE modeip rip send version [1] [2]Examples of the RIP ProcessTo see whether the version command is configured, use the show config command in ROUTER RIP mode.The following example shows the RIP configuration after the ROUTER RIP mode version command is set to RIPv2. When you set theROUTER RIP mode version command, the interface (TenGigabitEthernet 1/1) participating in the RIP process is also set tosend and receive RIPv2 (shown in bold).To view the routing protocols configuration, use the show ip protocols command in EXEC mode.Dell#show ip protocolsRouting Protocols is RIPSending updates every 30 seconds, next due in 23Invalid after 180 seconds, hold down 180, flushed after 240Output delay 8 milliseconds between packetsAutomatic network summarization is in effectOutgoing filter for all interfaces isIncoming filter for all interfaces isDefault redistribution metric is 1Default version control: receive version 2, send version 2Interface Recv SendTenGigabitEthernet 1/1 2 2Routing for Networks:10.0.0.0Routing Information Sources:Gateway Distance Last UpdateDistance: (default is 120)Dell#To configure an interface to receive or send both versions of RIP, include 1 and 2 in the command syntax. The command syntax for sendingboth RIPv1 and RIPv2 and receiving only RIPv2 is shown in the following example.Dell(conf-if)#ip rip send version 1 2Dell(conf-if)#ip rip receive version 2The following example of the show ip protocols command confirms that both versions are sent out that interface. This interface nolonger sends and receives the same RIP versions as Dell Networking OS does globally (shown in bold).Dell#show ip protocolsRouting Protocols is RIPSending updates every 30 seconds, next due in 11Invalid after 180 seconds, hold down 180, flushed after 240Output delay 8 milliseconds between packetsAutomatic network summarization is in effectOutgoing filter for all interfaces isIncoming filter for all interfaces isDefault redistribution metric is 1Default version control: receive version 2, send version 2Interface Recv SendTenGigabitEthernet 1/1 2 1 2Routing for Networks:10.0.0.0Routing Information Sources:Gateway Distance Last UpdateDistance: (default is 120)Dell#770 Routing Information Protocol (RIP)