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 dns dynamic interface <interface>

Enables support of dynamic DNS (DDNS) on an interface.

set service dns dynamic interface interface
delete service dns dynamic interface interface
show service dns dynamic interface interface
interface
Multinode. An interface that is to support DDNS.

You can have more than one interface that supports DDNS by creating multiple interface configuration nodes.

Configuration mode


service {
	dns {
		dynamic {
			interface interface {
			}
		}
	}
}

By default, this command applies to the default routing table.

Use this command to enable support of DDNS on an interface.

Use the set form of this command to enable support of DDNS on an interface.

Use the delete form of this command to disable DDNS on an interface and remove all its dynamic DNS configuration.

Use the show form of this command to view DDNS configuration.