Sodamhan.com

TL;DR

arp

Show and manipulate your system’s ARP cache. More information: https://manned.org/arp.

  • Show the current ARP table:

arp -a

  • delete a specific entry:

arp -d address

  • set up a new entry in the ARP table:

arp -s address mac_address

This document was created using the contents of the tldr project.