set protocols dhcp server pool range low
The set protocols dhcp server pool range low command configures the lower boundary of a range of addresses in the address pool.
Command Syntax
set protocols dhcp server pool <pool-name> range <range-name> low <ipv4-address>
Parameter
Parameter | Description |
pool <pool-name> | Specifies an address pool name. The value is a string of case-sensitive characters, spaces are not supported. |
range <range-name> | Specifies a range name of addresses. The value is a string of case-sensitive characters, spaces are not supported. |
low <ipv4-address> | Specifies the lower boundary of a range of addresses. The value is in dotted decimal notation. |
Usage Guidelines
This command should be configured together with the command set protocols dhcp server pool <pool-name> range <range-name> high <ipv4-address>, separately configuring the lower and upper boundaries of an address range of an address pool. The address range is required to be a subnet of the address pool.
NOTE:
- The address range is optional. If not configured, it means that all the IP addresses in the address pool are available for address assignment. However, if configured, only addresses in the range are used for address assignment.
- When multiple address ranges are configured under an address pool, there should be no address overlap between different ranges.
Example
- Configure a range of addresses.
admin@Xorplus# set protocols dhcp server pool pool1 range range1 low 10.1.10.2 admin@Xorplus# set protocols dhcp server pool pool1 range range1 high 10.1.10.225 admin@Xorplus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.