Arp

From Wiki

Windows

arp -a      # display arp table
arp -d      # clear arp cache

Linux

arp                         # display arp table
arp -n                      # display arp table without resolving


ip -s -s neigh flush all    # flush arp cache
arp -d 192.168.1.1          # flush single entry