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
Section titled “Diagram”Classes
Section titled “Classes”configuration (iosxe.devices)
Section titled “configuration (iosxe.devices)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| ipv6_local_pools | List | [ipv6_local_pools] | No |
ipv6_local_pools (iosxe.devices.configuration)
Section titled “ipv6_local_pools (iosxe.devices.configuration)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[^\s]*$ | Yes | |
| start_address | IP | No | ||
| prefix_length | Integer | min: 1, max: 128 | No | |
| group | String | No |
Examples
Section titled “Examples”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