Labwork - Distance
Vector Routing
Protocol Lab
Read ALL of the text for this lab thoroughly before you make a start.
Follow the instructions completely for the lab to be successful.
Download
the PT
file for this part of the lab and run it in Packet Tracer.
You
may need to save it to the desktop before running Packet Tracer from
the NAL window.
Use your log books to make
notes
for this lab and answer all numbered questions.
The IP addressing scheme is given in the diagram
above.
You should use a /24 mask for the local area (Ethernet) network.
Make a copy of this diagram on the A3 paper provided for you.
Write the tables of IP addressing information on the diagram too (see
below).
Using your mouse pointer, hover over each of the FastEthernet
and
Serial links in Packet Tracer to discover
which router port it is connected to.
Make a table of connections for each router and enter the IP address
and subnet mask for the connected interfaces similar to that below for
all THREE routers.
3. What type of cable is
used between the Internet and Chatham routers?
Note that each serial link has a small icon representing a
clock at ONE end.
This end of the serial link, known as DCE, supplies the timing to the
other end of the link.
Make a note which interfaces are responsible for supplying the
clocking.
In this lab we will use 56000 bps as the clock rate for the serial
links.
| Chatham
Interface Information |
||||
| Interface |
IP
Address |
Subnet
Mask |
Clock
Rate |
Default Gateway |
| Serial0/0 |
N/A | |||
| Serial0/1 | N/A | |||
| Rochester
Interface Information |
||||
| Interface |
IP
Address |
Subnet
Mask |
Clock
Rate |
Default Gateway |
| FastEthernet0/0 |
N/A |
|||
| Serial0/0 |
N/A | |||
| Internet
Interface Information |
||||
| Interface |
IP
Address |
Subnet
Mask |
Clock
Rate |
Default Gateway |
| Serial0/0 |
N/A | |||
5. Make a copy of these
tables available in your logbook.
6. Why is there no need for
a Default Gateway on a serial network?
Once you have completed all THREE tables, you can begin entering the interface addresses in a similar way to that shown below:
Add the interface addresses for the other TWO routers using the
IP
addressing information that you wrote in the tables.
Remember to put a clock rate on all serial links that are the
DCE end of the link.
When you have completed this, all links should have a green dot to show that the interfaces are 'up'.
If any of the links remain red, you should check you have
entered the data correctly.
At the Priv Exec prompt enter the command show ip interface
brief for each router
Chatham#show
ip interface brief
Interface
IP-Address
OK? Method
Status
Protocol
FastEthernet0/0
[your
ip address] YES manual
up
up
FastEthernet0/1
unassigned
YES manual
administratively
down down
Serial0/0
[your ip address] YES manual down
down
The Status
and Protocol
should both appear 'up' not 'down' as
highlighted above. 'down' indicates a problem with the configuration.
7. Make a copy of the output of this
command for each router available in your logbook.
Remember to save
your work regularly.
Packet Tracer or your PC could
crash and you will lose all unsaved work!
For each router, make a note of the NETWORKS it has attached to
it. You will need these when you enter the routing information.
Make a table to hold this information.
| Router
Network Information |
||
| Internet |
Chatham |
Rochester |
| (insert
attached
network address) |
(insert attached network address) | (insert attached network address) |
| (insert attached network address) | ||
Internet#configure
terminal
Enter
configuration commands, one per line. End with CNTL/Z.
Internet(config)#router
rip
Internet(config)#version 2
Internet(config-router)#network
[your network
address]
Internet(config-router)#end
%SYS-5-CONFIG_I:
Configured
from console by console
Internet#write
Repeat this using
your network information for all the other routers in your network.
For Rochester only
enter the following commands:
Rochester#configure
terminal
Enter
configuration commands, one per line. End with CNTL/Z.
Rochester(config)#router
rip
Rochester(config)#version 2
Rochester(config-router)#passive-interface
fa0/0
8. A passive
interface does not send out any routing information. Why might this be
useful?
Remember that you
only need to include in RIP those networks that are actually connected
to each
particular router.
When you have done
this, type the command
show ip route
This will show the
networks that your router knows about.
Chatham#show ip
route
Codes: C -
connected, S - static, I - IGRP, 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, E - EGP
i
- IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
*
- candidate default, U - per-user static route, o - ODR
P
- periodic downloaded static route
Gateway of
last resort is not set
C
200.22.0.0/24
is directly connected, FastEthernet0/0
Chatham#
Remember to save your work regularly.
Save your results in your logbook.
If you wish, you may download Packet Tracer 5 from the Useful
Applications.