home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

service dhcpv6-server shared-network-name <name> subnet <ipv6net> address-range prefix <pool-ipv6net>

Specifies a pool of IPv6 addresses that can be assigned to clients.

set service dhcpv6-server shared-network-name name subnet ipv6net address-range prefix ipv6net [ temporary ]
delete service dhcpv6-server shared-network-name name subnet ipv6net address-range prefix ipv6net [ temporary ]
show service dhcpv6-server shared-network-name name subnet ipv6net address-range prefix ipv6net
name
The name of a physical subnet.
ipv6net
Optional. Multinode. An IPv6 subnet served by the DHCPv6 server. The format is ipv6-addr/prefix.
pool-ipv6net
Optional. An IPv6 address prefix that defines a pool of consecutive addresses available for assignment to clients. The specified prefix must be a subset of the subnet prefix.
temporary
Optional. If specified, indicates that the range can be used for assigning privacy addresses (RFC 4941).

Configuration mode


service {
	dhcpv6-server {
		shared-network-name name {
			subnet ipv6net {
				address-range {
					prefix pool-ipv6net {
						temporary
					}
				}
			}
		}
	}
}

Use this command to specify a pool of IPv6 addresses that can be assigned to clients.

Use the set form of this command to create the address-range prefix configuration.

Use the delete form of this command to remove the address-range prefix configuration.

Use the show form of this command to view the address-range prefix configuration.