ARP Table - skydashnet/skydash-monitoring GitHub Wiki
ARP Table Viewer
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.
Features
- 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.