JetStream  52-Port Gigabit Stackable L3 Managed Switch  CLI Guide 
 
Command Mode 
DHCP Configuration Mode 
Example 
Reserve the IP address 192.168.0.10 in the address pool “product” for the 
device with the MAC address as 5e:4c:a6:31:24:01 and the hardware type as 
ethernet: 
T3700G-52TQ(config)# ip dhcp server pool product 
T3700G-52TQ(config-dhcp)# address 192.168.0.10
 
255.255.255.0 
hardware-address
5e:4c:a6:31:24:01
hardware-type ethernet 
38.13  address client-identifier 
Description 
The address client-identifier command is used to specify the static address 
bound with client ID in the address pool. To delete the binding, please use no 
address command. 
Syntax 
address 
ip-address mask 
client-identifier 
client-id
 [ascii] 
no address 
ip-address
 
Parameter 
ip-address
 —— Specify the static binding IP address. 
mask
—— Specify the static binding IP address mask. 
client-id 
—— Specify the client ID, in the format of hex value. 
ascii —— The client ID is entered with ascii characters. 
Command Mode 
DHCP Configuration Mode 
Example 
Reserve the IP address 192.168.0.10 in the address pool “product” for the 
device with the client ID as abc in ascii: 
T3700G-52TQ(config)# ip dhcp pool product 
T3700G-52TQ(dhcp-config)# address 192.168.0.10 255.255.255.0 
client-identifier abc ascii 
335