New Feature Manual - DHCP
Quidway S3900 Series Ethernet Switches-Release 1510
Chapter 1 DHCP Server Configuration
Commands
Huawei Technologies Proprietary
1-12
 Note:
z When you execute the undo dhcp server forbidden-ip command, make sure that
the specified address range does not contain any statically bound IP address.
z You can configure multiple IP address segments that are not to be automatically
configured by executing the dhcp server forbidden-ip command several times.
z If an IP address that is not to be automatically assigned has been configured as a
statically-bound IP address, the DHCP server still assigns this IP address to the
client whose MAC address has been bound.
Example
# Enter system view.
<Quidway> system-view
System View: return to User View with Ctrl+Z.
# Forbid the IP addresses in the range 10.110.1.1 to 10.110.1.63 to be automatically
assigned.
[Quidway] dhcp server forbidden-ip 10.110.1.1 10.110.1.63
1.1.11 dhcp server ip-pool
Syntax
dhcp server ip-pool pool-name
undo dhcp server ip-pool pool-name
View
System view
Parameter
pool-name: Name of a DHCP address pool, which uniquely identifies the address pool.
This argument is a string of 1 to 35 characters.
Description
Use the dhcp server ip-pool command to create a global DHCP address pool and
enter DHCP address pool view. If the address pool identified by the pool-name
argument already exists, this command leads you to DHCP address pool view.
Use the undo dhcp server ip-pool command to remove a specified DHCP address
pool.
By default, no global DHCP address pool is created.
Related command: dhcp enable.