Final Lab CN
Final Lab CN
Dr. Phuong Vo
Computer Networks
Date: 07-12-2015
Lab exam
Time: 03 hours
Task 1: IP addressing
The 192.168.x.0/24 network must be subnetted to provide addresses for the three LANs. Each LAN
requires 60 addresses.
The subnet-mask /30 must be used for the serial connections between the three routers.
The loopback address representing the link between the HQ router and the ISP will use the
200.200.200.200/32 network.
Subnet 2: 192.168.83.64/26
Subnet 3: 192.168.83.128/26
Subnet 4: 192.168.83.192/30
Subnet 5: 192.168.83.196/30
Subnet 6: 192.168.83.200/30
Computer Networks
Date: 07-12-2015
Interface
IP Address
Subnet Mask
Descriptions /
Default Gateway
R1
Fa
192.168.83.1
255.255.255.192
N/A
Serial0
192.168.83.193
255.255.255.252
N/A
Serial1
192.168.83.198
255.255.255.252
N/A
Lo0
200.200.200.200
255.255.255.255
connect to ISP
Fa
192.168.83.65
255.255.255.192
N/A
Serial0
192.168.83.201
255.255.255.252
N/A
Serial1
192.168.83.194
255.255.255.252
N/A
Fa
192.168.83.129
255.255.255.192
N/A
Serial0
192.168.83.197
255.255.255.252
N/A
Serial1
192.168.83.202
255.255.255.252
N/A
PC1
NIC
192.168.83.2
255.255.255.192
192.168.83.1
PC2
NIC
192.168.83.66
255.255.255.192
192.168.83.65
PC3
NIC
192.168.83.130
255.255.255.192
192.168.83.129
R2
R3
Perform basic configuration of the R1, R2 and R3 routers according to the following guidelines:
1. Configure the router hostname.
2. Disable DNS lookup.
Configure the interfaces on the routers with the IP addresses from the addressing table.
Step 2. Verify IP addressing and interfaces.
Computer Networks
Date: 07-12-2015
Configure the Ethernet interfaces of PC1, and PC2 with the IP addresses and default gateways and test the
PC configuration by pinging the default gateway.
Computer Networks
Date: 07-12-2015
Step 2. Verify the routing table and answer the following questions.
Printout the output of show ip route command:
Computer Networks
Date: 07-12-2015
192.168.83.0/26, FastEthernet0
192.168.83.192/30, Serial0
192.168.83.196/30, Serial1
What are the networks R1 learned via RIP advertisements?
Printout the output of show ip protocols command and explain the meaning of the timers:
Computer Networks
Date: 07-12-2015
Step 1. Configure loop-back interface on router R1 to simulate the connection to ISP. R1 use default
route to send the traffic to the internet and distributes this default route into the RIP domain.
6
Computer Networks
Date: 07-12-2015
Step 2. Show the routing tables of R1 and R2 and explain the entries corresponding to this step.
Computer Networks
Date: 07-12-2015
Step 1: On each router, capture the following command output to a text file and attach to the end of
your report.
Running configuration
Computer Networks
Date: 07-12-2015
Interface summarization
Running-config:
R1/
R1#sho ip rou
C
C
R
R
R
C
C
S*
R1#sho ru
Building configuration...
Current configuration : 1355 bytes
!
version 12.3
hostname R1
!
boot-start-marker
boot-end-marker
Computer Networks
Date: 07-12-2015
memory-size iomem 5
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
ip tcp synwait-time 5
!
no ftp-server write-enable
!
!
!
!
!
!
!
interface Loopback0
!
interface FastEthernet0
description R1 LAN
speed auto
interface Serial0
clockrate 64000
interface Serial1
description Link to R3
10
Computer Networks
Date: 07-12-2015
interface Serial2
no ip address
shutdown
interface Serial3
no ip address
shutdown
router rip
version 2
network 192.168.83.0
!
default-information originate
ip classless
no ip http secure-server
!
line con 0
exec-timeout 0 0
privilege level 15
password cisco
logging synchronous
login
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
line vty 0 4
password cisco
login
end
R2#sho ru
R2/
Building configuration...
Current configuration : 1224 bytes
11
Computer Networks
Date: 07-12-2015
version 12.3
hostname R2
!
boot-start-marker
boot-end-marker
!
memory-size iomem 5
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
ip tcp synwait-time 5
!
no ftp-server write-enable
!
!
!
!
!
!
!
interface FastEthernet0
description R2 LAN
speed auto
interface Serial0
12
Computer Networks
Date: 07-12-2015
clockrate 64000
interface Serial1
description Link to R3
clockrate 64000
interface Serial2
no ip address
shutdown
interface Serial3
no ip address
shutdown
router rip
version 2
network 192.168.83.0
ip classless
no ip http server
no ip http secure-server
!
line con 0
exec-timeout 0 0
privilege level 15
password cisco
logging synchronous
login
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
line vty 0 4
password cisco
login
end
13
R3/
Computer Networks
Date: 07-12-2015
Building configuration...
Current configuration : 1225 bytes
!
version 12.3
hostname R3
!
boot-start-marker
boot-end-marker
!
memory-size iomem 5
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
ip tcp synwait-time 5
!
no ftp-server write-enable
!
!
!
!
!
!
!
14
Computer Networks
Date: 07-12-2015
description R3 LAN
speed auto
interface Serial0
clockrate 64000
interface Serial1
description Link to R2
clockrate 64000
interface Serial2
no ip address
shutdown
interface Serial3
no ip address
shutdown
router rip
version 2
network 192.168.83.0
ip classless
no ip http server
no ip http secure-server
!
line con 0
exec-timeout 0 0
privilege level 15
password cisco
logging synchronous
login
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
15
Computer Networks
Date: 07-12-2015
password cisco
login
End
Routing table
R1#sho ip rou
C
C
R
R
R
C
C
S*
R2#sho ip rou
R2#
R
R*
R2#
Computer Networks
Date: 07-12-2015
R3#
R3#sho ip rou
R
C
R*
R3#
Interface summarization:
R1#sho ip int bri
Interface
FastEthernet0
Loopback0
Serial0
IP-Address
192.168.83.1
192.168.83.193
YES manual up
Protocol
up
up
up
17
YES manual up
Serial3
YES unset
Serial2
R1#
R2#sho ip int br
unassigned
unassigned
YES unset
Interface
IP-Address
Serial0
192.168.83.201
YES manual up
Serial2
unassigned
YES unset
FastEthernet0
Serial1
Serial3
R2#
R3#sho ip int br
192.168.83.65
192.168.83.194
unassigned
YES manual up
YES manual up
YES unset
Serial0
192.168.83.197
YES manual up
Serial2
unassigned
YES unset
Serial1
Serial3
R3#
192.168.83.202
unassigned
YES manual up
YES manual up
YES unset
up
up
up
IP-Address
192.168.83.129
Protocol
Interface
FastEthernet0
up
Computer Networks
Date: 07-12-2015
Protocol
up
up
up
Send
Recv
Serial0
FastEthernet0
Serial1
Triggered RIP
Key-chain
18
192.168.83.194
Computer Networks
Date: 07-12-2015
Distance
Last Update
120
192.168.83.197
00:00:11
120
00:00:24
R2#sho ip pro
Send
Recv
Serial0
FastEthernet0
Serial1
Triggered RIP
Key-chain
192.168.83.202
192.168.83.193
Distance
Last Update
120
00:00:06
120
00:00:10
R3#sho ip pro
Send
Recv
Serial0
FastEthernet0
Serial1
Triggered RIP
Key-chain
19
Computer Networks
Date: 07-12-2015
192.168.83.0
192.168.83.201
192.168.83.198
Distance
120
120
Last Update
00:00:23
00:00:18
END.
20