Lab 1: Basic Routing Revision

advertisement
LAB 1: BASIC ROUTING REVISION
Topology Diagram
S0/0/1
S0/0/0
Gi0/0
DCE
Gi0/0
Gi0/1
Gi0/1
Gi0/0
Gi0/1
Figure 1: Example Test Network Configuration
Addressing Table
Device
DeGiult
Gateway
InterGice
IP Address
Subnet Mask
Gi0/0
192.168.14.1
255.255.255.0
Gi0/1
192.168.15.1
255.255.255.0
N/A
S0/0/0
192.168.19.1
255.255.255.0
N/A
Gi0/0
192.168.18.1
255.255.255.0
N/A
S0/0/1
192.168.19.2
255.255.255.0
N/A
Gi0/1
192.168.17.2
255.255.255.0
N/A
Gi0/0
192.168.15.2
255.255.255.0
N/A
Gi0/1
192.168.17.1
255.255.255.0
N/A
PC1
NIC
192.168.14.10
255.255.255.0
192.168.14.1
PC2
NIC
192.168.18.10
255.255.255.0
192.168.18.1
R1
R2
R3
N/A
Task 1: Prepare the Network.
Step 1: Construct and Cable a network that is similar to the one in the Topology Diagram.
Page 1 of 4
Task 1 Routing Table
1) Go to Router 1 CLI (command line interGice).
2) Type enable at the command prompt.
3) Type in the command show ip route
4) Fill in below
Router1#show ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate deGiult, U - per-user static route
o - ODR, P - periodic downloaded static route
Gateway of last resort is not set
_
_
_
_______________ is directly connected, _______________
_______________is directly connected, _______________
_______________is directly connected, _______________
5) What does the C indicate? ________________________________
Page 2 of 4
TASK 2 STATIC ROUTING
1)
Ping from PC1 to PC2.
ping 192.168.18.10
2) Was the ping successful ? ____________________
Setup Static Routes
1) Add a static route to Router1 to direct traffic to PC2’s network via the serial link.
R1(config)# ip route 192.168.18.0 255.255.255.0 192.168.19.2
2)
Ping from PC1 to PC2.
ping 192.168.18.10
3)
Was the ping successful ? ____________________
4)
Why was the ping unsuccessful?
__________________________________________________________________
__________________________________________________________________
Add a static route to Router2 to direct traffic to PC1’s network via the serial link.
5)
R2(config)# ip route _____________ ______________ ____________
6)
Ping from PC1 to PC2.
ping 192.168.18.10
7)
Was the ping successful ? ____________________
8)
Examine the Routing tables for Router1 & 2
Router 1
S
_________________________________________________________
Router 2
S
_________________________________________________________
Page 3 of 4
Task 3 Dynamic Routing
1)
2) Remove all static Routes from R1 and R2
R1(config)# no ip route 192.168.18.0 255.255.255.0 192.168.19.2
R2(config)# no ip route _______________ ____________ ______________
3) Go to the Router and enable RIP version 2
Add all networks directly connected to Router1
R1(config)#
R1(config)#
R1(config)#
R1(config)#
R1(config)#
router rip
version 2
network 192.168.14.0
network 192.168.15.0
network 192.168.19.0
4) Repeat for Router 2 and Router 3
Router 2:
R2(config)#
R2(config)#
R2(config)#
R2(config)#
R2(config)#
router rip
version 2
network _________________
network _________________
network _________________
Router 3:
R3(config)#
R3(config)#
R3(config)#
R3(config)#
router rip
version 2
network _________________
network _________________
5) Use the show ip route command to verify that each router has all of the networks in the topology
entered in the routing table.
Display the routing table for Router1 and record the RIP entries:
Code
Network
Address
Metric
Via
InterGice
Via
InterGice
R
R
R
Display the routing table for Router 2 and record the RIP entries:
Code
Network
Address
Metric
R
R
R
Display the routing table for Router3 and record the RIP entries:
Code
Network
Address
Metric
Via
InterGice
R
R
R
What Path would a packet take from PC1 to PC2? ______________________________
Page 4 of 4
Download