Address pools are used by the servers to allocate the IP addresses to the client.
To configure DHCP address pool:Perform the following:
iS5comm(config)# ip dhcp pool 1
A pool number is entered. The range is from 1 to 2147483647.
iS5comm(dhcp-config)# network 12.0.0.0 255.0.0.0
iS5comm(dhcp-config)# network 12.0.0.0 255.0.0.0 12.0.0.100
Global Options--------------
Code : 3, Value : 12.0.0.2
Pool Id : 1
-------------------------------------------
Subnet : 12.0.0.0
Subnet Mask : 255.0.0.0
Lease time : 95400 secs
Start Ip : 12.0.0.1
End Ip : 12.0.0.100
iS5comm(dhcp-config)# excluded-address 12.0.0.5 12.0.0.10