Commands used and what they did - MirandaE20-class/tech-journal GitHub Wiki

In this lab I used the following commands with their purposes listed:

  • arp -a: I used this to check the status of my ARP cache before and after clearing it
  • arp -d: I ran this several times to clear my ARP cache
  • ipconfig: This was supposed to be used to check your MAC address against the one in the ARP request, see Issues and Troubleshooting as to why I was unable to perform this
  • ping yahoo.com: This was used to ping Yahoo after clearing my ARP cache, see Issues and Troubleshooting for more details