arp

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

Install

All systems
curl cmd.cat/arp.sh
Debian Debian
apt-get install net-tools
Ubuntu
apt-get install net-tools
Alpine
apk add net-tools
Arch Arch Linux
pacman -S net-tools
image/svg+xml Kali Linux
apt-get install net-tools
CentOS
yum install net-tools
Fedora
dnf install net-tools
Windows (WSL2)
sudo apt-get update sudo apt-get install net-tools
Raspbian
apt-get install net-tools
Docker
docker run cmd.cat/arp arp powered by Commando

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
  • Create an entry in the ARP table:
    arp -s address mac_address

© tl;dr; authors and contributors