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-name <bootfile>

Specifies a bootstrap file from which diskless PCs can boot.

set service dhcp-server shared-network-name name subnet ipv4net bootfile-name bootfile
delete service dhcp-server shared-network-name name subnet ipv4net bootfile-name
show service dhcp-server shared-network-name name subnet ipv4net bootfile-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.
bootfile
The name of a bootstrap file to be used to boot.

Configuration mode


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

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

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

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

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