T3700G-28TQ
 
JetStream 28-Port Gigabit Stackable L3 Managed Switch CLI Guide 
 
288 
Parameter 
network-address —— Specify the network address of the pool, with the format 
A.B.C.D. All the IP addresses in the same subnet are allocatable except the 
reserved addresses and specific addresses. 
subnet-mask —— Specify the subnet mask of the pool, with the format A.B.C.D. 
Command Mode 
DHCP Configuration Mode 
Example 
Specify the address pool “product” as 192.168.1.0 255.255.255.0: 
T3700G-28TQ(config)# ip dhcp server pool product 
T3700G-28TQ(config-dhcp)# network 192.168.1.0 255.255.255.0 
lease 
Description 
The lease command is used to specify the lease time of the address pool.   
Syntax 
lease lease-time 
Parameter 
lease-time —— Specify the lease time of the pool, ranging from 1 to 2880 
minutes. The default value is 120 minutes. 
Command Mode 
DHCP Configuration Mode 
Example 
Specify the lease time of address pool “product” as 10 minutes: 
T3700G-28TQ(config)# ip dhcp server pool product 
T3700G-28TQ(config-dhcp)# lease 10 
address hardware-address 
Description 
The  address hardware-address command is used to reserve the static 
address bound with hardware address in the address pool. To delete the binding, 
please use no address hardware-address.