Routing Information Protocol (RIP) | 445
Figure 25-7.  RIP Topology Example 
Configuring RIPv2 on Core 2
Figure 25-8.  Configuring RIPv2 on Core 2
Core 2 Output
The examples in this section are:
• To display the Core 2 RIP database, use the 
show ip rip database command (Figure 25-9).
• To display the Core 2 RIP setup, use the 
show ip route command (Figure 25-10).
• To display the Core 2 RIP activity, use the 
show ip protocols command (Figure 25-11).
Core2(conf-if-te-2/31)#
Core2(conf-if-te-2/31)#router rip
Core2(conf-router_rip)#ver 2
Core2(conf-router_rip)#network 10.200.10.0
Core2(conf-router_rip)#network 10.300.10.0 
Core2(conf-router_rip)#network 10.11.10.0
Core2(conf-router_rip)#network 10.11.20.0
Core2(conf-router_rip)#show config
!
router rip
 network 10.0.0.0
 version 2
Core2(conf-router_rip)#