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