find_arp_by_mac
Locate ARP entries using a MAC address or partial MAC pattern to assist in network troubleshooting and device identification on OPNSense firewalls.
Instructions
Find ARP entries by MAC address
Input Schema
Name | Required | Description | Default |
---|---|---|---|
macPattern | Yes | MAC address or partial MAC (with or without colons) |
Input Schema (JSON Schema)
{
"properties": {
"macPattern": {
"description": "MAC address or partial MAC (with or without colons)",
"type": "string"
}
},
"required": [
"macPattern"
],
"type": "object"
}