Install Guide

Table Of Contents
Sending updates every 30 seconds, next due in 17
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
Default version control: receive version 2, send version 2
Interface Recv Send
TenGigabitEthernet 1/1/1/1 2 2
TenGigabitEthernet 1/1/1/2 2 2
TenGigabitEthernet 1/1/1/3 2 2
TenGigabitEthernet 1/1/1/4 2 2
Routing for Networks:
10.300.10.0
10.200.10.0
10.11.20.0
10.11.10.0
Routing Information Sources:
Gateway Distance Last Update
10.11.20.1 120 00:00:12
Distance: (default is 120)
Core2#
RIP Configuration on Core3
The following example shows how to configure RIPv2 on a host named 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.
The following example shows the show ip rip database command to view the learned RIP routes on Core 3.
Core3#show ip rip database
Total number of routes in RIP database: 7
10.11.10.0/24
[120/1] via 10.11.20.2, 00:00:13, TenGigabitEthernet 1/1/1/1
10.200.10.0/24
[120/1] via 10.11.20.2, 00:00:13, TenGigabitEthernet 1/1/1/1
10.300.10.0/24
[120/1] via 10.11.20.2, 00:00:13, TenGigabitEthernet 1/1/1/1
10.11.20.0/24 directly connected,TenGigabitEthernet 1/1/1/1
10.11.30.0/24 directly connected,TenGigabitEthernet 1/1/1/2
10.0.0.0/8 auto-summary
192.168.1.0/24 directly connected,TenGigabitEthernet 1/1/1/3
192.168.1.0/24 auto-summary
736
Routing Information Protocol (RIP)