723Parameter NoneDescription Use the reset dhcp server statistics command to clear the statistics of theDHCP server.Related command: display dhcp server statistics.Example # Clear the statistics of the DHCP server. reset dhcp server statisticsstatic-bind client-identifierSyntax static-bind client-identifier client-identifierundo static-bind client-identifierView DHCP address pool viewParameter client-identifier: The client ID of a static binding, a string with 4 to 160 charactersin the format H-H-H..., each H indicates 4 hex digits except the last H indicates 2or 4 hex digits. For example, aabb-cccc-dd is a valid ID, while aabb-c-dddd andaabb-cc-dddd are both invalid.Description Use the static-bind client-identifier command to specify the client ID of astatic binding in a DHCP address pool.Use the undo static-bind client-identifier command to remove the client IDof a static binding from a DHCP address pool.By default, no client ID is specified.Note that:■ Use the static-bind client-identifier command together with thestatic-bind ip-address command to accomplish a static bindingconfiguration.■ The ID of the static binding of a client must be identical to the ID displayed byusing the display dhcp client verbose command on the client. Otherwise,the client cannot obtain an IP address.■ If you use the static-bind client-identifier or static-bind mac-addresscommand repeatedly, the latest configuration will overwrite the previous one.Related command: dhcp server ip-pool, static-bind ip-address, static-bind mac-address, anddisplay dhcp client verbose.Example # Bind the client ID aaaa-bbbb to the IP address 10.1.1.1 with the mask255.255.255.0 in DHCP address pool 0.