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> nisplus-domain <nisplus-domain-name>

Specifies the Network Information Service Plus (NIS+) domain for DHCPv6 clients.

set service dhcpv6-server shared-network-name name subnet ipv6net nisplus-domain nisplus-domain-name
delete service dhcpv6-server shared-network-name name subnet ipv6net nisplus-domain
show service dhcpv6-server shared-network-name name subnet ipv6net nisplus-domain
name
The name of a physical subnet.
ipv6net
Optional. Multinode. An IPv6 subnet served by the DHCPv6 server. The format is ipv6-addr/prefix.
nisplus-domain-name
The name of an NIS+ domain for DHCPv6 clients.

Configuration mode


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

Use this command to specify an NIS+ domain for DHCPv6 clients.

Use the set form of this command to specify the NIS+ domain.

Use the delete form of this command to delete the NIS+ domain.

Use the show form of this command to display the NIS+ domain.