Lab 4 2 5a
Lab 4 2 5a
Objective
Verify that the network layer between source and destination is working properly.
Determine delays over the path and whether the host can be reached or is functioning.
Background/Preparation
The ping command is a good tool for troubleshooting Layers 1 though 3 of the OSI model and
diagnosing basic network connectivity. Using ping sends an ICMP packet to the specified device
(workstation, server, router or switch) and then waits for a reply. The IP address or host name can be
pinged. In order to ping the host name of a router, there must be a static host lookup table in the
router or a DNS server for name resolution to IP addresses.
Cable a network similar to the one in the previous diagram. Any router that meets the interface
requirements may be used. Possible routers include 800, 1600, 1700, 2500, 2600 routers, or a
combination. Refer to the chart at the end of the lab to correctly identify the interface identifiers to be
used based on the equipment in the lab. The configuration output used in this lab is produced from
1-6
1721 series routers. Any other router used may produce slightly different output. The following steps
are intended to be executed on each router unless specifically instructed otherwise.
Start a HyperTerminal session as performed in the Establishing a HyperTerminal session lab.
Note: Go to the erase and reload instructions at the end of this lab. Perform those steps on all
routers in this lab assignment before continuing.
Verify the routers configurations by performing a show running-config on each router. If not
correct, fix any configuration errors and verify.
IP Address
The router sends an Internet Control Message Protocol (ICMP) packet to verify the hardware
connection and network layer address. The PC is acting as the console to the router, pinging
from one router to another router.
__________________________________________________________________________
__________________________________________________________________________
__________________________________________________________________________
__________________________________________________________________________
2-6
________________________________________
_____________________________________________
192.168.14.2
255.255.255.0
192.168.14.1
b. The configuration for the host connected to the Birmingham Router is:
IP Address
IP subnet mask
Default gateway
192.168.16.2
255.255.255.0
192.168.16.1
__________________________________________________________________________
Step 9 From the Host, telnet to the directly connected router
a. Telnet to the connected router. Type telnet and the default gateway IP address of the router.
C:\>telnet 192.168.14.1
b. The password prompt will appear, enter cisco.
Type ping and press Enter. Fill out the rest of the prompts as shown following:
Protocol [ip]:
Target IP address: 192.168.16.1
Repeat count [5]: 50
Datagram size [100]:
Timeout in seconds [2]:
Extended commands [n]:
Sweep range of sizes [n]:
Type escape sequence to abort.
Sending 50, 100-byte ICMP Echos to 192.168.16.1, timeout is 2 seconds:
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Success rate is 100 percent (50/50), round-trip min/avg/max = 32/32/40
ms
GAD#
b. Notice how fast the ping response is. What was the average response time? _____________
Try doing this with a standard ping, can the cable be removed before the ping is over?
__________________________________________________________________________
d. What was the result of increasing the datagram size in the extended ping? _______________
Experiment with other combinations of the extended ping commands on both the router and the
host.
Upon completion of the previous steps, logoff by typing exit. Turn the router off.
4-6
5-6
6-6