address range low-address X:X::X:X (high-address X:X::X:X|)
Use this command to create an address-range in the IPv6 DHCP server pool.
Use the no form of this command to delete an address-range from the IPv6 DHCP server pool.
Command Syntax
address range low-address X:X::X:X (high-address X:X::X:X|)
no address range low-address X:X::X:X (high-address X:X::X:X|)
Parameters
X:X::X:X
The low range of the IPv6 addresses that the DHCP server should assign to DHCP clients.
X:X::X:X
The high range of the IPv6 addresses that the DHCP server should assign to DHCP clients.
Default
No default value is specified
Command Mode
DHCP6 configure mode
Applicability
This command was introduced in OcNOS version 6.1.0.
Examples
#configure terminal
(config)#ipv6 dhcp server pool ipv6_pool
(dhcp6-config)#address range low-address 2001::1 high-address 2001::124
#configure terminal
(config)#ip vrf vrf1
(config-vrf)#ipv6 dhcp server pool ipv6_pool
(dhcp6-config)#address range low-address 2001::1 high-address 2001::124
Last modified date: 10/19/2023