C613-50170-01 Rev B
Command Reference for x510 Series
2468
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
D
YNAMIC
H
OST
C
ONFIGURATION
P
ROTOCOL
(DHCP) C
OMMANDS
PROBE
TIMEOUT
probe timeout
Overview
Use this command to set the timeout value in milliseconds that the server waits for
a response after each probe packet is sent. Lease probing is configured on a
per-DHCP pool basis.
The
no
variant of this command sets the probe timeout value to the default
setting, 200 milliseconds.
Syntax
probe timeout <
50-5000
>
no probe timeout
Default
The default timeout interval is 200 milliseconds.
Mode
DHCP Pool Configuration
Examples
To set the probe timeout value to 500 milliseconds for pool
P2
, use the commands:
awplus#
configure terminal
awplus(config)#
ip dhcp pool P2
awplus(dhcp-config)#
probe timeout 500
To set the probe timeout value for pool
P2
to the default, 200 milliseconds, use the
commands:
awplus#
configure terminal
awplus(config)#
ip dhcp pool P2
awplus(dhcp-config)#
no probe timeout
Related
Commands
Parameter
Description
<
50-5000
>
Timeout interval in milliseconds.