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> disable

Disables DHCP configuration for a shared network.

set service dhcp-server shared-network-name name disable
delete service dhcp-server shared-network-name name disable
show service dhcp-server shared-network-name name

A shared-network configuration is enabled.

name
Mandatory. A DHCP address pool.

Configuration mode


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

Use this command to disable DHCP configuration of a shared network.

Use the set form of this command to disable DHCP configuration of a shared network.

Use the delete form of this command to enable DHCP configuration of a shared network.

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