Lab 3 1 - ModeJeffrey/NET150 GitHub Wiki

Important Commands: arp -d - Clears your ARP cache ping - Tests connectivity of two devices

Important Concepts: How to use Wireshark to monitor ARP traffic, how to locate a MAC address through ARP

Questions: N/A

Other: How to dump your ARP cache in Linux: You can dump your ARP cache on Linux with the command ip -s -s neigh flush all.