Command Manual – Network Protocol
Quidway S8500 Series Routing Switches
Chapter 4 DHCP Configuration Commands
Huawei Technologies Proprietary
4-13
System View: return to User View with Ctrl+Z.
[Quidway] interface vlan-interface 1
[Quidway-Vlan-interface1] dhcp server option 100 hex 11 22
4.2.11 dhcp server ping
Syntax
dhcp server ping
{
packets
number
|
timeout
milliseconds
}
undo dhcp server ping
{
packets
|
timeout
}
View
System view
Parameter
packets number
: Sets the maximum times to send ping packets. The
number
argument ranges from 0 to 10 and defaults to 2. Value of 0 specifies not to send any
ping packet.
timeout milliseconds
: Sets the maximum time to wait for a response to a ping packet.
The
milliseconds
argument is in the unit of milliseconds; it ranges from 0 to 10000 and
defaults to 500.
Description
Use the
dhcp server ping
command to set the maximum times to send ping packets or
the maximum time for the DHCP server to wait for a response after sending a ping
packet.
Use the
undo dhcp server ping
command to revert to the corresponding default
setting.
Example
# Set the maximum times to send ping packets to 10.
<Quidway> system-view
System View: return to User View with Ctrl+Z.
[Quidway] dhcp server ping packets 10
# Set the maximum time to wait for a response to a ping packet to 600 milliseconds.
<Quidway> system-view
System View: return to User View with Ctrl+Z.
[Quidway] dhcp server ping timeout 600