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 dhcp-server shared-network-name <name> subnet <ipv4net> domain-name <domain-name>

Provides the domain name for DHCP clients on a subnet.

set service dhcp-server shared-network-name name subnet ipv4net domain-name domain-name
delete service dhcp-server shared-network-name name subnet ipv4net domain-name
show service dhcp-server shared-network-name name subnet ipv4net domain-name
name
Mandatory. A DHCP address pool.
ipv4net
Mandatory. Multinode. The IPv4 network served by the DHCP address pool. The format is ip-addr/prefix.
domain-name
Optional. The domain name to be given to DHCP clients on this subnet. A domain name can include letters, numbers, hyphens (-), and one period (.). For example, brocade.com.

Configuration mode


service {
	dhcp-server {
		shared-network-name name {
			subnet ipv4net {
				domain-name domain-name 
			}
		}
	}
}

Use this command to specify the domain name for DHCP clients on a subnet.

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

Use the delete form of this command to remove client domain name configuration.

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