List ARP Entries
list_arp_entriesRetrieve ARP table entries from a MikroTik router, filterable by interface, IP, or MAC address.
Instructions
List ARP table entries on a MikroTik router.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| routerId | Yes | Target router identifier from the router registry | |
| interface | No | Filter by interface (substring match) | |
| address | No | Filter by IP address (substring match) | |
| macAddress | No | Filter by MAC address (substring match) | |
| limit | No | Maximum number of ARP entries to return |