Skip to content

IPv6 Local Pool

IPv6 local pools define address prefix pools used by DHCPv6 prefix delegation to allocate IPv6 prefixes to clients. Each pool specifies a starting prefix and the length of prefixes to be delegated from that pool.

Diagram
NameTypeConstraintMandatoryDefault Value
ipv6_local_poolsList[ipv6_local_pools]No

ipv6_local_pools (iosxe.devices.configuration)

Section titled “ipv6_local_pools (iosxe.devices.configuration)”
NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[^\s]*$Yes
start_addressIPNo
prefix_lengthIntegermin: 1, max: 128No
groupStringNo

iosxe:
devices:
- name: Device1
configuration:
ipv6_local_pools:
- name: DHCPv6-PD
start_address: "2001:db8::/48"
prefix_length: 64
- name: POOL2
start_address: "2001:db8:1::/48"
prefix_length: 56
group: GROUP1