Operation Manual

119
DHCP Commands
E-DOC-CTC-20040210-0030 v1.0
dhcp server pool config
Configure an existing DHCP server pool. Before you are able to configure the DHCP server pool, you must create it
via the command dhcp server pool add.
SYNTAX:
where:
dhcp server pool config name = <string>
[index = <number>]
[intf = <string>]
[poolstart = <ip-address>]
[poolend = <ip-address>]
[netmask = <ip-mask(dotted or cidr)>]
[gateway = <ipaddress | 0>]
[server = <ipaddress | 0>]
[primdns = <ipaddress | 0>]
[secdns = <ipaddress | 0>]
[dnsmetric = <number{0-100}>]
[primwins = <ipaddress | 0>]
[secwins = <ipaddress | 0>]
[leasetime = <number>]
[unnumbered = <{no|yes}>]
[localgw = <{off|on}>]
name The name of the DHCP server pool to configure. REQUIRED
index A number between 0 (highest priority) and the highest number
(lowest priority) found in the list of existing DHCP server pools.
Represents a (higher) priority for the DHCP server pool.
OPTIONAL
intf The interface for which the pool is allowed to lease IP addresses. OPTIONAL
poolstart The lowest IP address in the DHCP address range to use for leasing.
Default value of this parameter is 0.0.0.0 (not specified), which
means that the lowest IP address of the pool will be defined by the
remote server via Internet Protocol Control Protocol (IPCP) as
soon as the Point-to-Point Protocol (PPP) IPCP subnetmasking
connection is established.
OPTIONAL
poolend The highest IP address in the DHCP address range to use for leasing.
Default value of this parameter is 0.0.0.0 (not specified), which
means that the highest IP address of the pool will be defined by the
remote server via IPCP as soon as the PPP IPCP subnetmasking
connection is established.
OPTIONAL
netmask The applicable netmask for the DHCP leases. OPTIONAL
gateway The IP address of the default gateway for the DHCP clients.
Default value of this parameter is 0 (not specified), which means that
the gateway IP address will be communicated by the remote server
as soon as the PPP IPCP subnetmasking connection is established or
that the SpeedTouchâ„¢ acts as the LAN default gateway.
OPTIONAL