-
Notifications
You must be signed in to change notification settings - Fork 0
ARP Table
Adryan Pintratama Amarcha edited this page Jun 21, 2025
·
1 revision
The ARP (Address Resolution Protocol) Table page provides a live view of the ARP table from your active MikroTik device. This is a crucial tool for network diagnostics and security auditing.
- Live Data: The table displays real-time data fetched directly from the router upon page load.
-
Key Information: It shows the
IP Address,MAC Address,Interface, andStatus(Dynamic or Static) for each entry. - Clear UI: The data is presented in a clean, easy-to-read table format.
This feature is powered by the /api/network/arp endpoint, which in turn executes the /ip/arp/print command on the router.