Address Resolution Protocol (ARP) is the IPv4 way of requesting a MAC address from an IP address.
Hosts keep arp tables that cache queries.
Inspect arp tables on linux with arp -a. Delete an entry with arp -d hostname
arp -a
arp -d hostname