1-34
View
User view
Parameters
None
Description
Use the reset dhcp server statistics command to clear the statistics on a DHCP server, such as the
number of DHCP unrecognized packets/request packets/response packets.
Related commands: display dhcp server statistics.
Examples
# Clear the statistics on a DHCP server.
<Sysname> reset dhcp server statistics
static-bind client-identifier
Syntax
static-bind client-identifier client-identifier
undo static-bind client-identifier
View
DHCP address pool view
Parameters
client-identifier: The client ID of a static binding, a string with 4 to 160 characters in the format H-H-H…,
each H indicates 4 hex digits except the last H that indicates 2 or 4 hex digits. For example,
aabb-cccc-dd is a valid ID, while aabb-c-dddd and aabb-cc-dddd are both invalid.
Description
Use the static-bind client-identifier command to configure a client ID to be statically bound in a DHCP
global address pool.
Use the undo static-bind client-identifier command to delete a client ID that is statically bound in a
DHCP global address pool.
By default, no client ID is statically bound.
Note that:
z The static-bind client-identifier command must be used together with the static-bind
ip-address command, to respectively specify a statically bound client ID and an IP address in a
DHCP global address pool.
z If you execute this command or the static-bind mac-address command repeatedly, the new
configuration overwrites the previous one.
Related commands: dhcp server ip-pool, static-bind ip-address, static-bind mac-address.
Examples
# Enter system view.