HP VPN Firewall Appliances Network Management Command Reference
173
Related commands
• dhcp server ip-pool
• display dhcp server tree
network ip range
Use network ip range to specify the IP address range for dynamic allocation in an address pool.
Use undo network ip range to remove the specified address range.
Syntax
network ip range min-address max-address
undo network ip range
Default
No IP address range is specified.
Views
DHCP address pool view
Default command level
2: System level
Parameters
min-address: Lowest IP address for dynamic allocation.
max-address: Highest IP address for dynamic allocation.
Usage guidelines
In a common address pool, you can use the network ip range command to further specify an IP address
range on the subnet for address allocation. The specified IP address range must belong to the subnet;
otherwise the common address pool cannot assign IP addresses.
You can specify only one IP address range for each address pool. If you use the network ip range
command repeatedly, the latest configuration takes effect.
Examples
# Specify addresses 10.1.1.1 through 10.1.1.150 on subnet 10.1.1.0/24 for dynamic address allocation in
common address pool 1.
<Sysname> system-view
[Sysname] dhcp server ip-pool 1
[Sysname-dhcp-pool-1] network 10.1.1.0 24
[Sysname-dhcp-pool-1] network ip range 10.1.1.1 10.1.1.150
# Specify addresses 192.168.8.1 through 192.168.8.150 for dynamic address allocation in extended
address pool 0.
<Sysname> system-view
[Sysname] dhcp server ip-pool 0 extended
[Sysname-dhcp-pool-0] network ip range 192.168.8.1 192.168.8.150
Related commands
• dhcp server ip-pool
• network