User Manual UMN:CLI
V5808
325
8.5.1.1 DHCP Pool Creation
The DHCP pool is a group of IP addresses that will be assigned to DHCP clients by
DHCP server. You can create various DHCP pools that can be configured with a different
network, default gateway and range of IP addresses. This allows the network
administrators to effectively handle multiple DHCP environments.
To create a DHCP pool, use the following command.
Creates a DHCP pool and opens DHCP Pool
Configuration mode.
Deletes a created DHCP pool.
The following is an example of creating the DHCP pool as sample.
SWITCH(config)# service dhcp
SWITCH(config)# ip dhcp pool sample
SWITCH(config-dhcp[sample])#
8.5.1.2 DHCP Subnet
To specify a subnet of the DHCP pool, use the following command.
Specifies a subnet of the DHCP pool.
A.B.C.D/M: network address
Deletes a specified subnet.
The following is an example of specifying the subnet as 100.1.1.0/24.
SWITCH(config)# service dhcp
SWITCH(config)# ip dhcp pool sample
SWITCH(config-dhcp[sample])# network 100.1.1.0/24
SWITCH(config-dhcp[sample])#
You can also specify several subnets in a single DHCP pool.
8.5.1.3 Range of IP Address
To specify a range of IP addresses that will be assigned to DHCP clients, use the
following command.
Specifies a range of IP addresses.
A.B.C.D: start/end IP address
Deletes a specified range of IP addresses.