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> bootfile-server <addr>

Specifies a bootstrap server from which diskless PCs can boot.

set service dhcp-server shared-network-name name subnet ipv4net bootfile-server addr
delete service dhcp-server shared-network-name name subnet ipv4net bootfile-server
show service dhcp-server shared-network-name name subnet ipv4net bootfile-server
name
Mandatory. A DHCP address pool.
ipv4net
Mandatory. Multinode. The IPv4 network served by the DHCP address pool. The format is ip-addr/prefix.
addr
The IPv4 address or host name of the bootfile server.

Configuration mode


service {
	dhcp-server {
		shared-network-name name {
			subnet ipv4net {
				bootfile-server addr
			}
		}
	}
}

Use this command to specify a bootstrap server from which diskless PCs can boot.

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

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

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