| Command | Description | | ----------------------------------------------------------- | ----------------------------------------------------------- | | `arp` | View the ARP table | | `arp -a` | View the ARP table | | `arp -n` | View the ARP table (don't resolve names) | | `arp -d ` | Delete an entry from the ARP table | | `arp -s ` | Add an entry to the ARP table | | `arp -i -s ` | Add an entry to the ARP table for a specific interface | | `arp -i -d ` | Delete an entry from the ARP table for a specific interface | | `arp -i -n` | View the ARP table for a specific interface | | `arp -i -a` | View the ARP table for a specific interface | | `ip neigh show` | View the ARP table | | `ip neigh show ` | View the ARP table for a specific IP address | | `ip neigh add lladdr dev ` | Add an entry to the ARP table | | `ip neigh change lladdr dev ` | Change an entry in the ARP table | | `ip neigh del dev ` | Delete an entry from the ARP table | | `ip neigh flush dev ` | Flush the ARP table for a specific interface | | `ip neigh flush all` | Flush the ARP table | | `ip -s neigh show` | Show ARP statistics | | `ip -s neigh flush all` | Flush the ARP cache |