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 disabled <state>

Disables the DHCP server without discarding configuration.

set service dhcp-server disabled state
delete service dhcp-server disabled
show service dhcp-server disabled

DHCP server functionality is disabled.

state
The administrative state of the DHCP server. The state is either of the following:

true: Disables the DHCP server without discarding configuration.

false: Enables the DHCP server.

Configuration mode


service {
	dhcp-server {
		disabled state 
	}
}

Use this command to disable the DHCP server without discarding configuration.

Use the set form of this command to specify whether the DHCP server should be disabled.

Use the delete form of this command to restore the default state, that is, DHCP server functionality is disabled.

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