Technical data

Table Of Contents
181
Dynamic Host Configuration Protocol Commands (DHCP)
The following DHCP commands allow you to:
Enable and disable subnetworks and client leases
Add subnetworks and client leases
Set the lease time
Change client leases manually
Set option values globally, for a subnetwork, or for a client lease
Enable/disable BootP
Use BootP to specify the boot server
Define option types
DHCP ?
Lists the supported keywords.
Response:
Sub-commands for dhcp
? help set
list bootp clear
enable add del
disable relay
DHCP ADD
This command is used to add a subnetwork, a client lease, or an option type.
net
IP address of the subnetwork lease in the format of 4 decimals separated by periods.
mask
IP network mask, in the format of 4 decimals separated by periods.
ipaddr
IP address of the client lease in the format of 4 decimals separated by periods.
code
The code is user-defined can be a number between 128 to 254 or a keyword.
min
Minimum number of value(s).
max
Maximum number of value(s).
type
Byte | word | long | longint | binary | ipaddress | string
dhcp ?
dhcp add
[
<
net
> <
mask
>
]
| <
ipaddr
> | <
code><min><max><type>