Administrator Guide

Routing Information Sources:
Gateway Distance Last Update
10.11.20.2 120 00:00:22
Distance: (default is 120)
Core3#
RIP Conguration Summary
Examples of Viewing the RIP Conguration on Core 2 and Core 3
The following example shows viewing the RIP conguration on Core 2.
!
interface TengigabitEthernet 2/11
ip address 10.11.10.1/24
no shutdown
!
interface TengigabitEthernet 2/31
ip address 10.11.20.2/24
no shutdown
!
interface TengigabitEthernet 2/41
ip address 10.200.10.1/24
no shutdown
!
interface TengigabitEthernet 2/42
ip address 10.250.10.1/24
no shutdown
router rip
version 2
10.200.10.0
10.300.10.0
10.11.10.0
10.11.20.0
The following example shows viewing the RIP conguration on Core 3.
!
interface TengigabitEthernet 3/11
ip address 10.11.30.1/24
no shutdown
!
interface TengigabitEthernet 3/21
ip address 10.11.20.1/24
no shutdown
!
interface TengigabitEthernet 3/43
ip address 192.168.1.1/24
no shutdown
!
interface TengigabitEthernet 3/44
ip address 192.168.2.1/24
no shutdown
!
router rip
version 2
network 10.11.20.0
network 10.11.30.0
network 192.168.1.0
network 192.168.2.0
Routing Information Protocol (RIP)
881