mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 12:22:10 +02:00
arp: add page
This commit is contained in:
parent
dcfba64c01
commit
18f5b50db7
1 changed files with 19 additions and 0 deletions
19
pages/linux/arp.md
Normal file
19
pages/linux/arp.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue