address range
Use address range to configure an IP address range in a DHCP address pool for dynamic allocation.
Use undo address range to restore the default.
Syntax
address range start-ip-address end-ip-address
undo address range
Default
No IP address range exists.
Views
DHCP address pool view
Predefined user roles
network-admin
mdc-admin
Parameters
start-ip-address: Specifies the start IP address.
end-ip-address: Specifies the end IP address.
Usage guidelines
If no IP address range is specified, all IP addresses in the subnet specified by the network command in address pool view are assignable. If an IP address range is specified, only the IP addresses in the IP address range are assignable.
After you use the address range command, you cannot use the network secondary command to specify a secondary subnet in the address pool.
If you execute this command multiple times, the most recent configuration takes effect.
The address range specified by the address range command must be within the subnet specified by the network command. The addresses outside of the subnet cannot be assigned.
Examples
# Specify an address range of 192.168.8.1 through 192.168.8.150 in address pool 1.
<Sysname> system-view [Sysname] dhcp server ip-pool 1 [Sysname-dhcp-pool-1] address range 192.168.8.1 192.168.8.150
Related commands
class
dhcp class
display dhcp server pool
network