1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.pl/common/arp.md

17 lines
252 B
Markdown
Raw Normal View History

2020-04-15 17:31:34 +02:00
# arp
2020-04-15 18:21:42 +02:00
> Pokaż i manipuluj pamięcią podręczną ARP systemu.
> Więcej informacji: <https://manned.org/arp>.
2020-04-15 17:31:34 +02:00
2020-04-15 18:21:42 +02:00
- Pokaż bieżącą tabelę arp:
2020-04-15 17:31:34 +02:00
`arp -a`
2020-04-15 18:21:42 +02:00
- Usuń konkretny wpis:
2020-04-15 17:31:34 +02:00
2020-04-16 00:17:25 +02:00
`arp -d {{adres}}`
2020-04-15 17:31:34 +02:00
2020-04-15 18:21:42 +02:00
- Utwórz wpis:
2020-04-15 17:31:34 +02:00
2020-04-16 00:17:25 +02:00
`arp -s {{adres}} {{adres_mac}}`