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

Enables DHCP relay on an interface for receiving DHCP requests from DHCP clients.

set service dhcp-relay listen-interface dp-interface
delete service dhcp-relay listen-interface dp-interface
show service [ dhcp-relay listen-interface ] ]
interface
A data plane interface on the router. At least one interface must be specified.

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

Configuration mode


service {
	dhcp-relay {
		listen-interface interface
	}
}

Use this command to enable DHCP-relay on an interface to receive DHCP requests from DHCP clients.

At least one DHCP-relay server must be configured.

Use the set form of this command to specify the interface.

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

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