Network Components
& Ping testing Lab
Network Walks Academy
Cisco Certifications www.networkwalks.com info@networkwalks.com
NETWORK COMPONENTS & PING TESTING
Topology Diagram
Task
Test the connectivity between PC1 and PC2 using Ping command
Solution
Step1 Verify the IP configurations of both PC1 and PC2
Click on PC & IP Configuration as in below:
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.
Miscellaneous other show commands (for verification & troubleshooting)
PC1# ipconfig
PC1# ipconfig /all
nw_Switch1# show ip interface brief
nw_Switch1# show running-config
© All Rights are reserved, Network Walks Academy
Leave your feedback at: info@networkwalks.com. Your Technical Questions, comments & suggestions are always Welcomed.
www.networkwalks.com
5 www.networkwalks.com info@networkwalks.com