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> nis-server <ipv6>

Specifies the address of the NIS server for DHCPv6 clients.

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

You can specify more than one address by entering this command multiple times.

Configuration mode


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

Use this command to specify the address of the NIS server for DHCPv6 clients. Addresses are listed in the order they are specified.

Use the set form of this command to specify the address of the NIS server.

Use the delete form of this command to delete the address of the NIS server.

Use the show form of this command to display the address of the NIS server.