Lab 3 1: ARP Observation - CSchulz0618/Network-Fundamentals GitHub Wiki

In this lab we learn about ARPs in Wireshark on xubuntu.

How to open an Admin Command Prompt

  • type cmd and open the terminal or command prompt

How do you clear the ARP cache on Linux?

  • sudo ip neigh flush all

What filter can you use to view ARP packets in your capture?

  • Ctrl + F and type "arp"