Shorten DHCP lease time on Fortigate CLI
You can follow our latest technical articles at firewallpazari.com/blog.
In the latest Fortigate MR releases the DHCP lease time cannot be set from the web UI. Run these CLI commands:
config system dhcp server
edit <dhcp-server_index>
set lease-time <lease-seconds_int>
Bonus, to clear the DHCP pool:
execute dhcp lease-clear all
Best regards,




