Setup Guide

RIP Conguration on Core3
The following example shows how to congure RIPv2 on a host named Core3.
Example of Conguring RIPv2 on Core3
Core3(conf)#router rip
Core3(conf-router_rip)#version 2
Core3(conf-router_rip)#network 192.168.1.0
Core3(conf-router_rip)#network 192.168.2.0
Core3(conf-router_rip)#network 10.11.30.0
Core3(conf-router_rip)#network 10.11.20.0
Core3(conf-router_rip)#show config
!
router rip
network 10.0.0.0
network 192.168.1.0
network 192.168.2.0
version 2
Core3(conf-router_rip)#
Core 3 RIP Output
The examples in this section show the core 2 RIP output.
To display Core 3 RIP database, use the show ip rip database command.
To display Core 3 RIP setup, use the show ip route command.
To display Core 3 RIP activity, use the show ip protocols command.
Examples of the show ip Commands to View Learned RIP Routes on Core 3
The following example shows the show ip rip database command to view the learned RIP routes on Core 3.
The following command shows the show ip routes command to view the RIP setup on Core 3.
The following example shows the show ip protocols command to show the RIP conguration activity on Core 3.
RIP Conguration Summary
Examples of Viewing RIP Conguration on Core 2 and Core 3
The following example shows viewing the RIP conguration on Core 2.
The following example shows viewing the RIP conguration on Core 3.
Routing Information Protocol (RIP)
705