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-relay server <ipv4>

Specifies the IP address of a DHCP server.

set service dhcp-relay server ipv4
delete service dhcp-relay server ipv4
show service dhcp-relay server
ipv4
Mandatory. Multinode. The IP address of a DHCP server.

You can relay messages to more than one DHCP server by creating multiple server configuration nodes.

Configuration mode


service {
	dhcp-relay {
		server ipv4 {	
		}
	}
}

Use this command to specify the IP address of a DHCP server.

Use the set form of this command to specify the IP address of a DHCP server in a DHCP relay configuration.

Use the delete form of this command to remove DHCP server configuration in a DHCP relay configuration.

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