1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 10:02:08 +02:00
tldr/pages.fr/common/arp.md
2022-07-28 16:11:03 -03:00

327 B

arp

Affiche et manipule votre cache système ARP. Plus d'informations : https://manned.org/arp.

  • Affiche la table ARP courante :

arp -a

  • Nettoie le cache :

sudo arp -a -d

  • Supprime une entrée spécifique :

arp -d {{adresse}}

  • Crée une entré dans la table ARP:

arp -s {{adresse}} {{adresse_mac}}