create_dhcp_static_mapping
Adds a DHCP reservation to assign a fixed IP to a MAC address on a pfSense interface, with optional hostname, domain, gateway, DNS, and description.
Instructions
Create a DHCP static mapping (reservation)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Optional domain name | |
| gateway | No | Optional gateway override | |
| hostname | No | Optional hostname | |
| interface | Yes | Interface/DHCP pool (e.g., "lan") | |
| dns_server | No | Optional DNS server override | |
| ip_address | Yes | IP address to assign | |
| description | No | Optional description | |
| mac_address | Yes | MAC address to reserve for | |
| apply_immediately | No | Whether to apply changes immediately |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||