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>

Specifies the name for a DHCP address pool.

set service dhcp-server shared-network-name name
delete service dhcp-server shared-network-name name
show service dhcp-server shared-network-name name
name
Mandatory. Multinode. The name for a DHCP address pool.

You can define multiple address pools by creating multiple shared-network-name configuration nodes, each with a different name.

Configuration mode


service {
	dhcp-server {
		shared-network-name name {
		}
	}
}

Use this command to create a DHCP server address pool with the specified name.

Use the set form of this command to create a DHCP address pool.

Use the delete form of this command to remove a DHCP address pool.

Use the show form of this command to display a DHCP address pool.