< Home

Resetting a DHCP Address Pool

Context

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.

Procedure

  • Run the following commands to reset address pools on the device.

    • 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 }

  • Configure a DHCP relay agent to request a DHCP server to release IP addresses of clients.

    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:

    1. Enter the system view.

      system-view

    2. Enter the interface view.

      interface interface-type interface-number

    3. Run the dhcp relay release client-ip-address mac-address [ server-ip-address ] command to request the DHCP server to release IP addresses allocated to DHCP clients.

      This command can only take effect on the DHCP relay which is connected to the DHCP server directly.
      • When you run the preceding command in the system view:
        • If no DHCP server is specified, the DHCP relay agent sends DHCP Release messages to all DHCP servers connected to DHCP relay interfaces.
        • If a DHCP server is specified, the DHCP relay agent sends DHCP Release messages to only the specified DHCP server.
      • When you run the preceding command in the interface view:
        • If no DHCP server is specified, the DHCP relay agent sends DHCP Release messages to all the DHCP relay connected to this interface.
        • If a DHCP server is specified, the DHCP relay agent sends DHCP Release messages to only the specified DHCP server.

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >