mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-05 17:35:28 +02:00
16 lines
290 B
Markdown
16 lines
290 B
Markdown
# arp
|
|
|
|
> Affiche et manipule votre cache système ARP.
|
|
> Plus d'informations : <https://manned.org/arp.8>.
|
|
|
|
- Affiche la table ARP courante :
|
|
|
|
`arp -a`
|
|
|
|
- Supprime une entrée spécifique :
|
|
|
|
`arp -d {{adresse}}`
|
|
|
|
- Crée une entré dans la table ARP :
|
|
|
|
`arp -s {{adresse}} {{adresse_mac}}`
|