How do you refresh an arp table?
How do you refresh an arp table? After the Command Prompt window opens, you have to type in the following command line: netsh interface IP delete arpcache. It should look something like this. arp –n. This line allows you to view your ARP cache. ip –s –s neigh flush all. This command is used to […]