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

17 lines
282 B
Markdown
Raw Normal View History

2022-10-06 15:45:29 +03:00
# arp
> Sistemin ARP önbelleğini görüntüle ve manipüle et.
> Daha fazla bilgi için: <https://manned.org/arp>.
2022-10-06 15:45:29 +03:00
- Mevcut ARP tablosunu göster:
`arp -a`
- Belirli bir girdiyi sil:
2022-11-01 00:05:11 +01:00
`arp -d {{adres}}`
2022-10-06 15:45:29 +03:00
- ARP tablosunda bir girdi oluştur:
2022-11-01 00:05:11 +01:00
`arp -s {{adres}} {{mac_adresi}}`