opn_arp_table
Retrieve the ARP table to map IP addresses to MAC addresses, identify network devices, and troubleshoot connectivity issues.
Instructions
Get the ARP table showing IP-to-MAC address mappings.
Use this when you need to find which MAC address is associated with an IP, identify devices on a network segment, or troubleshoot connectivity. Returns: dict with ARP entries including ip, mac, intf, and hostname fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||