ip dhcp pool

To create a DHCP server address pool and enters DHCP pool configuration mode in which the pool is customized, use the command ip dhcp pool in Global Configuration Mode. The address pool has a range of IP addresses that can be assigned to the DHCP client and also information about client configuration parameters such as domain name. The no form of the command deletes the existing DHCP server address pool.

ip dhcp pool

ip dhcp pool { <index (1-2147483647)> } { [<Pool Name>] }

no ip dhcp pool

no ip dhcp pool { <index (1-2147483647)> }

Parameters

Parameter Type Description
<index (1-2147483647)>   Enter to a value for a unique ID for the specified DHCP server address pool. This value ranges from 1 to 2147483647.
<Pool Name>   Enter a name for the poll; the format is a string.

Mode

Global Configuration Mode

Examples

iS5Comm(config)# ip dhcp pool 1 PoolZD

iS5Comm(dhcp-config)#