1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-01 17:17:56 +01:00
tldr/pages/linux/arp.md
2016-01-21 12:56:22 +01:00

188 B

arp

Show and manipulate your system's ARP cache.

  • Show current arp table:

arp

  • Delete an entry:

arp -d {{address}}

  • Create an entry:

arp -s {{address}} {{mac address}}