C613-50631-01 Rev A Command Reference for IE340 Series 3080
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
DYNAMIC HOST CONFIGURATION PROTOCOL (DHCP) COMMANDS
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
probe enable
probe packets
probe type
show ip dhcp pool
Parameter Description
<50-5000> Timeout interval in milliseconds.