update_ip_pool
Modify an existing IP pool by changing its name, adjusting ranges, or setting/clearing the next pool for DHCP failover. Keeps network address allocation accurate without recreating the pool.
Instructions
Updates an existing IP pool's name, ranges, or next-pool reference.
Notes: ranges: hyphen-separated range(s) e.g. "192.168.1.1-192.168.1.100" Multiple ranges comma-separated: "10.0.0.1-10.0.0.50,10.0.0.100-10.0.0.120" Pass "" for next_pool to clear it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| device | No | ||
| ranges | No | ||
| comment | No | ||
| new_name | No | ||
| next_pool | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |