ARP Observation - morgan-hanrahan/Tech-Journal GitHub Wiki

Summary

In the 3-1 Lab, we captured and analyzed an ARP request. We looked at the source and destination MAC addresses within the request and the reply. We were working with Wireshark in this lab.

Helpful Info

To open an Admin Command Prompt, search cmd and then click run as administrator.

To clear and ARP cache type in the command prompt: netsh interface ip delete arpcache.

To filter a packet capture in Wireshark to view just ARP packets, in the filter box on the top type in ARP.