2015-12-29 20:33:00 -06:00
|
|
|
# arp
|
|
|
|
|
2016-01-21 12:56:22 +01:00
|
|
|
> Show and manipulate your system's ARP cache.
|
2025-03-28 05:26:23 +02:00
|
|
|
> More information: <https://manned.org/arp.8>.
|
2015-12-29 20:33:00 -06:00
|
|
|
|
2021-03-31 12:56:05 +02:00
|
|
|
- Show the current ARP table:
|
2015-12-29 20:33:00 -06:00
|
|
|
|
2016-01-29 14:24:36 -05:00
|
|
|
`arp -a`
|
2015-12-29 20:33:00 -06:00
|
|
|
|
2024-02-09 11:34:08 -03:00
|
|
|
- [d]elete a specific entry:
|
2015-12-29 20:33:00 -06:00
|
|
|
|
|
|
|
`arp -d {{address}}`
|
|
|
|
|
2024-02-09 11:34:08 -03:00
|
|
|
- [s]et up a new entry in the ARP table:
|
2015-12-29 20:33:00 -06:00
|
|
|
|
2018-10-29 12:14:25 +01:00
|
|
|
`arp -s {{address}} {{mac_address}}`
|