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> tftp-server-name <servername>

Specifies the name of a Trivial File Transfer Protocol (TFTP) server that is available to clients.

set service dhcp-server shared-network-name name subnet ipv4net tftp-server-name servername
delete service dhcp-server shared-network-name name subnet ipv4net tftp-server-name
show service dhcp-server shared-network-name name subnet ipv4net tftp-server-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.
servername
The name of a TFTP server that is available to clients.

Configuration mode


service {
	dhcp-server {
		shared-network-name name {
			subnet ipv4net {
				tftp-server-name servername
			}
		}
	}
}

Use this command to specify the name of a TFTP server that is available to clients.

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

Use the delete form of this command to remove the TFTP server configuration.

Use the show form of this command to view the TFTP server configuration.