mirror of https://github.com/CrimsonTome/tldr.git
20 lines
254 B
Markdown
20 lines
254 B
Markdown
|
# 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}}`
|
||
|
|
||
|
- Turn arp off or on
|
||
|
|
||
|
`ip link set arp {{off|on}} dev {{interface}}`
|