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>

Specifies an IPv6 subnet to which the DHCPv6 server provides access.

set service dhcpv6-server shared-network-name name subnet ipv6net
delete service dhcpv6-server shared-network-name name subnet ipv6net
show service dhcpv6-server shared-network-name name subnet ipv6net
name
The name of a physical subnet.
ipv6net
Optional. Multinode. An IPv6 subnet to which the DHCPv6 server provides access. The format is ipv6-addr/prefix.

Configuration mode


service {
	dhcpv6-server {
		shared-network-name name {
			subnet ipv6net {
			}
		}
	}
}

Use this command to specify an IPv6 subnet to which the DHCPv6 server provides access. The DHCPv6 server responds to clients on this subnet by using the parameters and addresses defined in this subtree.

Use the set form of this command to specify the DHCPv6 subnet.

Use the delete form of this command to remove DHCPv6 subnet configuration.

Use the show form of this command to view DHCPv6 subnet configuration.