C613-50631-01 Rev A Command Reference for IE340 Series 3078
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
DYNAMIC HOST CONFIGURATION PROTOCOL (DHCP) COMMANDS
PROBE
ENABLE
probe enable
Overview Use this command to enable lease probing for a DHCP pool. Probing is used by the
DHCP server to check if an IP address it wants to lease to a client is already being
used by another host.
The no variant of this command disables probing for a DHCP pool.
Syntax
probe enable
no probe enable
Default Probing is enabled by default.
Mode DHCP Pool Configuration
Examples To enable probing for pool P2, use the commands:
awplus# configure terminal
awplus(config)# ip dhcp pool P2
awplus(dhcp-config)# probe enable
To disable probing for pool P2, use the commands:
awplus# configure terminal
awplus(config)# ip dhcp pool P2
awplus(dhcp-config)# no probe enable
Related
commands
ip dhcp pool
probe packets
probe timeout
probe type
show ip dhcp pool