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

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

set service dhcpv6-server shared-network-name name subnet ipv6net nis-domain nis-domain-name
delete service dhcpv6-server shared-network-name name subnet ipv6net nis-domain
show service dhcpv6-server shared-network-name name subnet ipv6net nis-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.
nis-domain-name
The name of the NIS domain for DHCPv6 clients.

Configuration mode


service {
	dhcpv6-server {
		shared-network-name name {
			subnet ipv6net {
				nis-domain nis-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.