Technical Tip: How to revoke DHCP leases on a FortiGate unit.
Description
This article describes how to clear/revoke DHCP leases when FortiGate acts as a DHCP server.
Scope
FortiGate.
Solution
To revoke DHCP leases on the GUI:
- Go to Dashboard -> Network -> DHCP.

- Select IP addresses that need to be revoked and select 'Revoke'.

To revoke DHCP leases in the CLI:
- To revoke all leases, execute the following command:
execute dhcp lease-clear all
- To revoke a specific IP address:
execute dhcp lease-clear x.x.x.x
- To revoke an IP range:
execute dhcp lease-clear x.x.x.x-x.x.x.x
Related article:
