system_dhcp_server_create
Creates a DHCP server on a specified interface, defining the IP address pool, lease time, and optional gateway, DNS servers, and domain.
Instructions
Create a new DHCP server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interface | Yes | Interface to bind the DHCP server to. | |
| lease_time | No | Lease time in seconds. | |
| ip_range_start | Yes | Start IP of the address pool. | |
| ip_range_end | Yes | End IP of the address pool. | |
| gateway | No | Default gateway IP. | |
| dns_server1 | No | Primary DNS server. | |
| domain | No | DNS domain. | |
| vdom | No | Target VDOM name. Defaults to the server default VDOM. Use '*' for all VDOMs (super-admin required). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||