Joshua Castromayor - 20.3.12 Lab - Troubleshoot Using Network Utilities
Joshua Castromayor - 20.3.12 Lab - Troubleshoot Using Network Utilities
Objectives
● Interpret the output of commonly used network command line utilities.
● Determine which network utility can provide the necessary information to perform troubleshooting
activities in a bottom-up troubleshooting strategy.
Background/Scenario
There are a number of problems that can cause networking connectivity issues. In this lab, you will use
network utilities that can help you to identify connectivity issues in wireless networks. The network command
line utilities are also useful to detect problems in a wired network.
Required Resources
● 1 PC (Windows 10 with a wired and wireless NIC installed)
● A wireless router
● Internet connectivity
Instructions
© 2016 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 6 www.netacad.com
Lab - Troubleshoot Using Network Utilities
c. In the status window, verify that the connection is enabled and that the connection SSID is correct. Click
Details to open the adapter details window.
d. The Details window shows the current IP configuration active on the network adapter. It displays both the
IPv4 and IPv6 configurations. If DHCP is active, the lease information is shown.
Questions:
If the computer is assigned an APIPA address, there might be an issue with the DHCP server. If the
wireless router is providing the DHCP services, confirm that the DHCP service is configured correctly and
that the IP address range is large enough to accommodate all the devices that may attach wirelessly.
Question:
© 2016 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 6 www.netacad.com
Lab - Troubleshoot Using Network Utilities
Question:
1 1 ms 57 ms 3 ms 192.168.1.1
2 * 12 ms 12 ms 10.39.176.1
3 14 ms 28 ms 11 ms 100.127.65.248
4 10 ms 26 ms 21 ms 70.169.73.90
5 35 ms 32 ms 36 ms 68.1.2.109
<output omitted>
Trace complete.
The tracert command displays the path that the packet takes between the source and destination IP
addresses. Each router that the packet travels through to reach the destination address is shown as a
hop in the tracert output. If there is a network issue on the path, the tracert output will stop after the last
successful hop. The first hop in the output is the default gateway of the source PC, the last entry will be
the destination address when the tracert command completes successfully.
b. The command tracert uses the configured DNS server to resolve the fully qualified domain name to an IP
address before beginning to trace the router to the destination. Using tracert or ping with a domain name
instead of an IP address can confirm that the DNS server is providing name resolution services.
Questions:
© 2016 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 6 www.netacad.com
Lab - Troubleshoot Using Network Utilities
Type nslookup 72.163.6.233. The IP address in this example is assigned to a server at Cisco Systems.
Questions:
Does the Cisco.com web page load in the browser? What underlying network functions have to be working for
the web page load?
For the web pages to load, it involves DNS server, HTTP server, and TCP/IP.
Type your answers here.
Reflection
1. The steps in this lab represent a bottom-up troubleshooting strategy, where the effort starts with the OSI
model Physical layer and finishes with verifying the functionality of the Application layer. What are the other
two troubleshooting strategies used by network technicians to isolate problems?
2. Which strategy would try first when presented with a network connectivity problem? Explain.
© 2016 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 4 of 6 www.netacad.com
Lab - Troubleshoot Using Network Utilities
I use ping and tracert to determine where the issue may be occurring, inside or outside your
network.
Type your answers here.
© 2016 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 5 of 6 www.netacad.com
Lab - Troubleshoot Using Network Utilities
© 2016 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 6 of 6 www.netacad.com