CPNT217 - 10. Troubleshooting Methodology
CPNT217 - 10. Troubleshooting Methodology
to Network Systems
Module 4: Troubleshooting Methodology
What gets you to troubleshooting?
What is troubleshooting
• Port Scanner:
Example: Nmap
PortQry
• Spectrum Analyzer:
Measures RF transmission information, providing
insight into Wi-Fi infrastructure and usage.
Example: Android Wifi Analyzer
• Ping: Windows/Linux/Unix
• nslookup: Windows/Linux/Unix
• ipconfig: Windows
Example: ifconfig -a
Similar to ipconfig
Software Tools:
• iptables: Linux
• netstat: Windows/Linux/Unix
It displays all of the TCP connections and their
status, and UDP connections.
Example:
netstat -a To display all of the connections as well as any
ports that are listening. It is useful when
verifying an application is requesting a port to
listen for requests on.
• tcpdump: Linux/Unix
Is used to dump network data to a file or the
console of the host. This is to see the network packets
entering or leaving a host.
Example:
tcpdump -s 0 port ssh -i eth0 This will output all of the packets that match
the port of the SSH on interface eth0.
tcpdump -s 0 port ssh -i eth0 -w capture.pcap This saves all the packets that match a port of SSH to
the file called capture.pcap
Software Tools:
• pathping: Windows
• dig: Linux/Unix
• debug: IOS
• “The default gateway for an end device is the closest networking device,
belonging to the same network as the end device, that can forward traffic to
other networks. If a device has an incorrect or nonexistent default gateway
address, it will not be able to communicate with devices in remote networks.
• Similar to IPv4 addressing issues, default gateway problems can be related to
misconfiguration (in the case of manual assignment) or DHCP problems (if
automatic assignment is in use).
• To verify the default gateway on Windows-based computers, use the ipconfig
command.
• On a router, use the show ip route command to list the routing table and verify
that the default gateway, known as a default route, has been set. This route is
used when the destination address of the packet does not match any other
routes in its routing table.”[1]
Hardware Software
• Cable Crimps • Packet Sniffer/Protocol
• Cable Tester
Analyzer
• Punchdown Tool
• OTDR (optical time domino • Port Scanner
reflectometer) to diagnose and test the
fiber-optic cable. • Spectrum Analyzer
• Optical power meter
• Bandwidth Speed Tester
• Tone generator
• Loopback Adaptor • Command Line Tools
• Multimeter
• Spectrum Analyzer
Command Line Tools