Installation Instructions

Table Of Contents
dhcp Commands
150
E-DOC-CTC-20071119-0004 v1.0
dhcp server lease add
Add a DHCP server lease
SYNTAX:
dhcp server lease add clientid = <clientid>
pool = <{LAN_private}>
[addr = <ip-address]>
[offset = <number]>
[leasetime = <number]>
[expirytime = <number]>
[gateway = <ip-address|0|none]>
[macaddr = <hardware-address]>
where:
clientid The DHCP client identification string of the host. REQUIRED
pool The name of the DHCP server pool. REQUIRED
addr The IP address for this client. OPTIONAL
offset The IP address offset in the pool preserved for
this client.
OPTIONAL
leasetime The time in seconds the client is allowed to use
an address (tip: 0 means infinite leasetime).
OPTIONAL
expirytime The time in seconds the DHCP server keeps the
lease reserved (tip: 0 means infinite expirytime).
OPTIONAL
gateway The IP address of the default router for this
client.
OPTIONAL
macaddr The host MAC address. OPTIONAL