address range low-address A.B.C.D (high-address A.B.C.D|)
Use this command to create an address-range in the IPv4 DHCP server pool.
Use the no form of this command to delete an address-range from the IPv4 DHCP server pool.
Command Syntax
address range low-address A.B.C.D (high-address A.B.C.D|)
no address range low-address A.B.C.D (high-address A.B.C.D|)
Parameters
A.B.C.D
The low range of the IPv4 addresses that the DHCP server should assign to DHCP clients.
A.B.C.D
The high range of the IPv4 addresses that the DHCP server should assign to DHCP clients.
Default
No default value is specified
Command Mode
DHCP configure mode
Applicability
This command was introduced in OcNOS version 6.1.0.
Examples
#configure terminal
(config)#ip dhcp server pool test-pool
(dhcp-config)#address range low-address 3.3.3.1 high-address 3.3.3.4
#configure terminal
(config)#ip vrf vrf1
(config-vrf)#ip dhcp server pool test-pool
(dhcp-config)#address range low-address 3.3.3.1 high-address 3.3.3.4
Last modified date: 10/19/2023