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> description <desc>

Provides a description of a shared network.

set service dhcp-server shared-network-name name description desc
delete service dhcp-server shared-network-name name description
show service dhcp-server shared-network-name name description
name
Mandatory. A DHCP address pool.
desc
A description of a shared network.

Configuration mode


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

Use this command to provide a description of a shared network.

Use the set form of this command to provide a description of a shared network.

Use the delete form of this command to delete the description of a shared network.

Use the show form of this command to display the description of a shared network.