create_dhcp_address_pool
Create a DHCP address pool on a specified interface (e.g., LAN) by providing start and end IPs, with optional description and immediate application.
Instructions
Create a DHCP address pool for an interface
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| descr | No | Optional description | |
| range_to | Yes | End IP address of the pool range | |
| parent_id | Yes | Parent interface (e.g., 'lan', 'opt1') | |
| range_from | Yes | Start IP address of the pool range | |
| apply_immediately | No | Whether to apply changes immediately |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||