mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-13 13:55:41 +02:00
Formatted arp and removed ip example
This commit is contained in:
parent
c1a3fafd9b
commit
ad1a4076f1
1 changed files with 4 additions and 8 deletions
|
@ -1,19 +1,15 @@
|
||||||
# arp
|
# arp
|
||||||
|
|
||||||
> Show and manipulate your system's ARP cache
|
> Show and manipulate your system's ARP cache.
|
||||||
|
|
||||||
- Show current arp table
|
- Show current arp table:
|
||||||
|
|
||||||
`arp`
|
`arp`
|
||||||
|
|
||||||
- Delete an entry
|
- Delete an entry:
|
||||||
|
|
||||||
`arp -d {{address}}`
|
`arp -d {{address}}`
|
||||||
|
|
||||||
- Create an entry
|
- Create an entry:
|
||||||
|
|
||||||
`arp -s {{address}} {{mac address}}`
|
`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