Você está na página 1de 7

1682_ch06.

qxd 7/14/06 11:46 AM Page 23

Lab 6
RIP V1 Configuration
This CCNA Video Mentor lab shows how to configure RIP Version 1 (V1) in an internetwork that
uses two alternate IP addressing schemes. The objectives of this lab are as follows:
■ Configure the RIP network command
■ Describe how a router interprets the RIP network command
■ Describe some of the key information in the output of the show ip protocols command

Scenario
This lab contains two main steps, as follows:

Step 1. Configure RIP in a network that uses only subnets of Class B network 172.22.0.0

Step 2. Configure RIP in a network that uses four different Class C networks

Initial Configurations
Examples 6-1 through 6-3 show the pertinent initial configurations of routers R1, R2, and R3 in the
lab video. Note that this lab begins with these three routers having the correct IP addresses configured,
along with the correct RIP configuration on Router R3, this matches the topology illustrated later in
the chapter in Figure 6-1. As usual, the parts of the configurations not
relevant to this lab have been omitted.

Example 6-1 Initial Configuration for R1

hostname R1
!
interface FastEthernet 0/0
ip address 172.22.11.1 255.255.255.0
!
interface serial 0/1/0
ip address 172.22.112.1 255.255.255.0
clock rate 1536000
!
interface serial 0/1/1
ip address 172.22.113.1 255.255.255.0

clock rate 1536000


1682_ch06.qxd 7/14/06 11:46 AM Page 24

24 CCNA Video Mentor

Example 6-2 Initial Configuration for R2

hostname R2
!
interface FastEthernet 0/0
ip address 172.22.12.2 255.255.255.0
!
interface serial 0/1/0
ip address 172.22.112.2 255.255.255.0
!
interface serial 0/1/1
ip address 172.22.123.2 255.255.255.0
clock rate 1536000

Example 6-3 Initial Configuration for R3

hostname R3
!
interface FastEthernet 0/0
ip address 172.22.13.3 255.255.255.0
!
interface serial 0/1/0
ip address 172.22.123.3 255.255.255.0
!
interface serial 0/1/1
ip address 172.22.113.3 255.255.255.0
!
router rip
network 172.22.0.0

Configuration After Lab Step 1


This lab adds configuration at both Step 1 and Step 2. Example 6-4 shows the configuration added to
R1 during Step 1. No other configuration was added at Step 1.

Example 6-4 Configuration Added to R1 During Step 1

router rip
network 172.22.0.0
1682_ch06.qxd 7/14/06 11:46 AM Page 25

Lab 6: RIP V1 Configuration 25

Ending Configurations
This lab video replaces the interface IP addresses and RIP configurations used by the routers in the
lab. Examples 6-5 through 6-7 list the new IP addresses and ending RIP configurations on these
three routers, respectively, as shown in Figure 6-5 later in this chapter.

Example 6-5 Ending Configuration on R1

interface FastEthernet 0/0


ip address 192.168.1.1 255.255.255.0
!
interface serial 0/1/0
ip address 192.168.4.5 255.255.255.252
!
interface serial 0/1/1
ip address 192.168.4.13 255.255.255.252
!
router rip
network 192.168.1.0
network 192.168.4.0

Example 6-6 Ending Configuration on R2

interface FastEthernet 0/0


ip address 192.168.2.2 255.255.255.0
!
interface serial 0/1/0
ip address 192.168.4.6 255.255.255.252
!
interface serial 0/1/1
ip address 192.168.4.9 255.255.255.252
!
router rip
network 192.168.2.0
network 192.168.4.0
1682_ch06.qxd 7/14/06 11:46 AM Page 26

26 CCNA Video Mentor

Example 6-7 Ending Configuration on R3

interface FastEthernet 0/0


ip address 192.168.3.3 255.255.255.0
!
interface serial 0/1/0
ip address 192.168.4.10 255.255.255.252
!
interface serial 0/1/1
ip address 192.168.4.14 255.255.255.252
!
router rip
network 192.168.3.0
network 192.168.4.0

Video Presentation Reference


This video includes several figures that contain the same images used in the lab video. Because the
video is organized into two separate steps, the reference materials have been organized into two
separate sections. Each section simply lists these figures and tables for reference.

Step 1 Reference
Figure 6-1 Three Routers, Six Subnets of Class B Network 172.22.0.0

172.22.11.1



 
172.22.112.1 172.22.113.1

172.22.112.2 172.22.113.3
 
172.22.123.2
172.22.123.3

  
 
172.22.12.2 172.22.13.3/24
1682_ch06.qxd 7/14/06 11:46 AM Page 27

Lab 6: RIP V1 Configuration 27

Figure 6-2 Subnet Reference for Step 1

All Interfaces/Subnets Use a /24 (255.255.255.0) Mask

Subnet
172.22.11.0/24
172.22.11.1

1
17
2. S
et / 24 2 2 ubn
bn 2.
0 .1
1 3 et
Su .11 .0
22 /2
7 2. 4
1

Subnet 172.22.123.0/24
2 3
Fa0/0
Subnet
172.22.12
.2 Subnet
Fa0/0
.3/24
172.22.12.0/24 172.22.13.0/24

Figure 6-3 Format of the RIP network Command

network network-number

The network ¸ Class A, B, or C network


command number
¸ Tells router to “do RIP” on all
interfaces in that network
¸ “Doing RIP” on an interface
means:
1 Send RIP updates
2 Listen for RIP updates
3 Advertise about the subnet
connected to the interface
1682_ch06.qxd 7/14/06 11:46 AM Page 28

28 CCNA Video Mentor

Figure 6-4 Impact of the RIP network Command: R1, Step 1

172.22.11.1
 

 
   
172.22.112.1 172.22.113.1 
 

 

Step 2 Reference
Figure 6-5 Changed IP Addressing Scheme for Step 2

192.168.1.1
Fa0/0

1
S0/1/0 S0/1/1
192.168.4.5/30 192.168.4.13/30

192.168.4.6/30 192.168.4.14/30
S0/1/0 S0/1/1
192.168.4.9/30
192.168.4.10/30
S0/1/1
2 S0/1/0 3
Fa0/0 Fa0/0
192.168.2.2 192.168.3.3
1682_ch06.qxd 7/14/06 11:46 AM Page 29

Lab 6: RIP V1 Configuration 29

Figure 6-6 Subnet Reference for Step 2

Network
192.168.1.0/24
172.22.11.1


19 S
2.
t
ne 4 / 3 0 1 6 ubn
b . 8 . et
Su 8 . 4 4.
12
1 6 /3
2. 0
19

Subnet 192.168.4.8/30

 
Network
172.22.12
.2 Network
.3/24
192.168.2.0/24 192.168.3.0/24

Figure 6-7 Impact of the RIP network Command: R1, Step 2

192.168.1.1
 


 

 


192.168.4.5/30 192.168.4.13/30 
   

  
 

Você também pode gostar