To force a DHCP server to re-allocate IP addresses to clients or to set IP addresses in an address pool to idle (idle IP addresses will be preferentially allocated), reset an address pool.
Interface address pool:
reset ip pool interface interface-name { start-ip-address [ end-ip-address ] | all | conflict | expired | used }
Global address pool:
reset ip pool name ip-pool-name { start-ip-address [ end-ip-address ] | all | conflict | expired | used }
After a DHCP relay agent is configured to request the DHCP server to release IP addresses of clients, it sends DHCP Release messages to the specified DHCP server. After receiving the message, the DHCP server restores specified IP addresses to the idle status. Released IP addresses can then be allocated to other clients. Run the following commands to configure the DHCP relay agent to request the DHCP server to release IP addresses of clients: