get_arp_table
Retrieve the ARP table to discover network devices and view IP-to-MAC address mappings, including devices without static DHCP mappings.
Instructions
Get the ARP table to discover devices on the network.
Shows IP-to-MAC address mappings for all devices that have recently communicated on the network, including those without static DHCP mappings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| interface | No | Filter by interface (lan, opt1, etc.) | |
| page_size | No | Number of results per page | |
| ip_address | No | Filter by IP address (partial match) | |
| mac_address | No | Filter by MAC address (partial match) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||