This article provides information about the minimal required DHCPv6 local server configuration.
This configuration will provide stateful autoconfiguation of addresses and additional configuration options to DHCPv6 clients.
The configuration below identifies the interfaces that will participate in the DHCPv6 process.
system { services { dhcp-local-server { dhcpv6 { group v6 { interface xe-7/3/3.0; } } } } }
access { address-assignment { pool v6 { family inet6 { prefix 2002:1851:c622:1::/96; range v6_range { low 2002:1851:c622:1::2/128; high 2002:1851:c622:1::9/128; } dhcp-attributes { maximum-lease-time 300; dns-server { 2002:1851:c622:1::10; } option 64 string test.test.com; option 193 ipv6-address 2002:1851:c622:1::11; } } } } }
protocols { router-advertisement { interface xe-7/3/3.0 { managed-configuration; } } }
o ption dhcp6.sql-server-address code 193 = ip6-address; option dhcp6.aftr-name code 64 = text; request dhcp6.sql-server-address, dhcp6.aftr-name, dhcp6.domain-search, dhcp6.name-servers;
ption dhcp6.sql-server-address code 193 = ip6-address; option dhcp6.aftr-name code 64 = text; request dhcp6.sql-server-address, dhcp6.aftr-name, dhcp6.domain-search, dhcp6.name-servers;