1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-06 21:55:24 +02:00
tldr/pages.ar/common/arp.md

17 lines
353 B
Markdown
Raw Normal View History

# arp
> عرض وإدارة ذاكرة التخزين المؤقت لـ ARP في النظام.
> لمزيد من التفاصيل: <https://manned.org/arp.8>.
- عرض جدول ARP الحالي:
`arp -a`
- حذف إدخال معين:
`arp -d {{address}}`
- إضافة إدخال جديد إلى جدول ARP:
`arp -s {{address}} {{mac_address}}`