Command Manual – Network Protocol 
Quidway S8500 Series Routing Switches  Chapter 4  DHCP Configuration Commands
 
Huawei Technologies Proprietary 
4-27 
<Quidway> system-view 
System View: return to User View with Ctrl+Z.  
[Quidway] dhcp server ip-pool 0 
[Quidway-dhcp-0] netbios-type b-node 
4.2.25  network 
Syntax 
network ip-address [ mask netmask ] 
undo network 
View 
DHCP address pool view 
Parameter 
ip-address: Address range for dynamic IP address assigning. 
mask netmask: Specifies the subnet mask of the address pool. If you do not provide 
this argument, the default subnet mask is used. 
Description 
Use the network command to configure an address range for dynamic IP address 
assignment. 
Use the undo network command to remove the address range configured for dynamic 
IP address assignment. 
By default, no IP address range is configured for dynamic IP address assignment. 
Each DHCP address pool can be configured with only one address range. If you 
execute the network command multiple times, then only the last configured address 
range works. 
Related command: dhcp server ip-pool, dhcp server forbidden-ip. 
Example 
# Configure 192.168.8.0/24 as the address range for the global DHCP address pool 0. 
<Quidway> system-view 
System View: return to User View with Ctrl+Z.  
[Quidway] dhcp server ip-pool 0 
[Quidway-dhcp-0] network 192.168.8.0 mask 255.255.255.0