Merge pull request #748 from nevsan/arp2
arp: Generalize to common and add cache clearing.
This commit is contained in:
19
pages/common/arp.md
Normal file
19
pages/common/arp.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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}}`
|
Reference in New Issue
Block a user