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 upstream-interface <interface>

Specifies an interface for forwarding DHCP requests to the DCHP server.

set service dhcp-relay upstream-interface dp-interface
delete service dhcp-relay upstream-interface interface
show service [ dhcp-relay upstream-interface ] ]
interface
A data plane interface to forward DHCP requests. At least one interface must be specified.

You can assign multiple interfaces to be used for DHCP forwarding by creating multiple upstream-interface configuration nodes.

Configuration mode


service {
	dhcp-relay {
		upstream-interface interface 
	}
}

Use this command to specify an interface for forwarding DHCP requests to the DHCP server.

At least one DHCP-relay server must be configured.

Use the set form of this command to specify an interface for forwarding DHCP requests to the DHCP server.

Use the delete form of this command to remove the interface.

Use the show form of this command to view the interface.