R3721-F3210-F3171-HP High-End Firewalls Network Management Command Reference-6PW101
144
The number defaults to 1.
To avoid IP address conflicts, the DHCP server checks whether an IP address is in use before assigning
it to a DHCP client.
The DHCP server pings the IP address to be assigned by using ICMP. If the server gets a response within
the specified period, the server selects and pings another IP address. If not, the server pings the IP
address again until the specified number of ping attempts is reached. If still no response is received, the
server assigns the IP address to the requesting client.
Examples
# Specify the maximum number of ping packets as 10.
<Sysname> system-view
[Sysname] dhcp server ping packets 10
dhcp server ping timeout
Syntax
dhcp server ping timeout milliseconds
undo dhcp server ping timeout
View
System view
Default level
2: System level
Parameters
milliseconds: Response timeout value for ping packets in milliseconds, in the range of 0 to 10,000. 0
means no ping operation.
Description
Use dhcp server ping timeout to configure the ping response timeout time on the DHCP server.
Use undo dhcp server ping timeout to restore the default.
The time defaults to 500 ms.
To avoid IP address conflicts, the DHCP server checks whether an IP address is in use before assigning
it to a DHCP client.
The DHCP server pings the IP address to be assigned by using ICMP. If the server gets a response within
the specified interval, the server selects and pings another IP address. If not, the server pings the IP
address again until the specified number of ping attempts is reached. If still no response is received, the
server assigns the IP address to the requesting client.
Examples
# Specify the response timeout time as 1000 ms.
<Sysname> system-view
[Sysname] dhcp server ping timeout 1000