0.2. Lab On IP Ping Testing (Lab Manual)
0.2. Lab On IP Ping Testing (Lab Manual)
Task
Test the connectivity between PC1 and PC2 using Ping command
Solution
1 www.networkwalks.com info@networkwalks.com
Verify that IP configuration should be same as given in Lab Topology:
Close the IP Configuration dialogue box & repeat the same for PC2.
2 www.networkwalks.com info@networkwalks.com
Step2 Open the Command Prompt on PC1, as in below:
Step3 Test the connectivity from PC1 to PC2 using Ping command as in below:
PC1# ping 10.0.0.3
Successful Ping reply in above confirms that the connectivity between two computers is OK.
3 www.networkwalks.com info@networkwalks.com
Step4 Open command prompt (same as in step2 above) and Test the connectivity again
by using Ping from PC2 back to PC1 as in below:
PC2# ping 10.0.0.2
Successful Ping reply in above confirms that the connectivity between two computers is OK.
Above two test results show that connectivity between PC1 and PC2 through Switch1 is OK. In
this way, we can test connectivity between any two Networking devices.
-End-
4 www.networkwalks.com info@networkwalks.com
*Some Useful Tips:
✓ Ping command can be used on any Networking device (not only computers).
For example, we can use it to test connectivity between two Routers as well.
✓ Ping command also has extra many options which give us flexibility. For
example, we can use ping -t switch to make continuous Pings between two
devices.
5 www.networkwalks.com info@networkwalks.com