Protocol Analyzer (Wireshark)
A tool used to capture and decode deep packet information to see exactly what is happening in a communication.
ping
Uses ICMP Echo Requests to test basic connectivity between two IP addresses (Layer 3).
traceroute / tracert
Shows the path (hops) a packet takes to a destination; used to find exactly where a connection is failing.
nslookup / dig
Command-line tools used to test DNS name resolution and query DNS records.
tcpdump
A command-line packet sniffer (Linux/Unix) used to capture or filter network traffic.
netstat
Displays all active network connections (inbound/outbound), routing tables, and interface statistics.
ipconfig / ifconfig / ip
Displays the local IP address, subnet mask, and default gateway for the host machine.
arp (Command)
Displays and modifies the local ARP cache; used to view MAC-to-IP address mappings.
Nmap
A powerful network scanner used for network discovery, port scanning, and vulnerability assessments.
CDP / LLDP
Layer 2 discovery protocols (Cisco-proprietary vs. Standard) used to see information about directly connected neighboring devices.
Toner and Probe (Fox and Hound)
A hardware tool used to locate a specific cable in a cluttered patch panel by sending an audible tone.
Cable Tester
A hardware tool used to check for physical continuity, shorts, and crossed wires in a copper cable.
Network Tap (TAP)
A hardware device that provides a way to access data flowing across a computer network for monitoring/sniffing.
Wi-Fi Analyzer
A tool (hardware or app) used to view signal strength (RSSI), channel interference, and AP locations.
Visual Fault Locator (VFL)
A fiber-optic ‘flashlight’ used to find breaks, leaks, or bad splices in a fiber cable.
show mac-address-table
Switch command to see which MAC addresses are learned on which physical ports.
show interface
Command used to check for CRC errors, collisions, and the up/down status of a physical port.
show config (running-config)
Displays the current active configuration stored in a device’s RAM.
show power (inline)
Command used on PoE switches to see how much wattage is being used by connected devices.