1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 08:22:09 +02:00
tldr/pages.pl/common/arp.md
2024-09-04 14:38:32 +02:00

273 B

arp

Pokaż i manipuluj systemową pamięcią podręczną ARP. Więcej informacji: https://manned.org/arp.

  • Pokaż bieżącą tabelę ARP:

arp -a

  • Usuń konkretny wpis:

arp -d {{adres}}

  • Utwórz nowy wpis w tabeli ARP:

arp -s {{adres}} {{adres_mac}}