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> domain-search <domain>

Specifies a domain name to include in the domain search list.

set service dhcpv6-server shared-network-name name subnet ipv6net domain-search domain
delete service dhcpv6-server shared-network-name name subnet ipv6net domain-search domain
show service dhcpv6-server shared-network-name name subnet ipv6net domain-search
name
The name of a physical subnet.
ipv6net
Optional. Multinode. An IPv6 subnet served by the DHCPv6 server. The format is ipv6-addr/prefix.
domain
Multinode. A domain name to include in the domain search list.

You can specify more than one domain name by including this parameter multiple times.

Configuration mode


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

Use this command to specify a domain name to include in the domain search list. Hosts use the domain search list when resolving host names in DNS. Values are listed in the option, and communicated to the client, in the order entered.

Use the set form of this command to specify a domain name.

Use the delete form of this command to delete a domain name.

Use the show form of this command to view the domain name configuration.