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 dynamic-dns-update enable <state>

Specifies whether to dynamically update DNS.

set service dhcp-server dynamic-dns-update enable state
delete service dhcp-server dynamic-dns-update enable
show service dhcp-server dynamic-dns-update enable

DNS updates are not sent by the DHCP server.

state
The state of dynamic DNS updates. The state is either of the following:

true: Sends updates dynamically.

false: Does not send updates.

Configuration mode


service {
	dhcp-server {
		dynamic-dns-update {
			enable state 
		}
	}
}

Use this command to control DNS updates from the DHCP server.

Use the set form of this command to specify whether dynamic DNS updates should be sent.

Use the delete form of this command to restore the default state, that is, DNS updates are not sent.

Use the show form of this command to view the dynamic DNS update configuration.