arp
Show and manipulate your system's ARP cache.
- Show the current ARP table:
arp -a
- Clear the entire cache:
sudo arp -a -d
- Delete a specific entry:
arp -d {address}
- Create an entry in the ARP table:
arp -s {address} {mac_address}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).