tldr/pages.pl/common/arp.md
Michal 9638ee3fa2 create arp.md
initial
2020-04-19 13:31:16 +01:00

244 B

arp

Show and manipulate your system's ARP cache.

  • Show current arp table:

arp -a

  • Clear the entire cache:

sudo arp -a -d

  • Delete a specific entry:

arp -d {{address}}

  • Create an entry:

arp -s {{address}} {{mac_address}}