1578
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
C613-50057-01 REV A
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
D
YNAMIC
H
OST
C
ONFIGURATION
P
ROTOCOL
(DHCP) C
OMMANDS
PROBE
TYPE
probe type
Overview
Use this command to set the probe type for a DHCP pool. The probe type specifies
how the DHCP server checks whether an IP address is being used by other hosts,
referred to as lease probing. If
arp
is specified, the server sends an ARP request to
determine if an address is in use. If
ping
is specified, the server will send an ICMP
Echo Request (ping).
The
no
variant of this command sets the probe type to the default setting, ping.
Syntax
probe type {arp|ping}
no probe type
Default
The default probe type is ping.
Mode
DHCP Pool Configuration
Examples
To set the probe type to
arp
for the pool
P2
, use the commands:
awplus#
configure terminal
awplus(config)#
ip dhcp pool P2
awplus(dhcp-config)#
probe type arp
To set the probe type for the pool
P2
to the default,
ping
, use the commands:
awplus#
configure terminal
awplus(config)#
ip dhcp pool P2
awplus(dhcp-config)#
no probe type
Related
Commands
ip dhcp pool
probe enable
probe packets
probe timeout
show ip dhcp pool
Parameter
Description
arp
Probe using ARP.
ping
Probe using ping.