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

Specifies an interface for forwarding DHCPv6 requests.

set service dhcpv6-relay upstream-interface interface [ address ipv6 ]
delete service dhcpv6-relay upstream-interface interface [ address ]
show service dhcpv6-relay upstream-interface interface [ address ]
interface
Mandatory. Multinode. An interface to forward DHCPv6 requests. At least one interface must be specified.

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

ipv6
Optional. An IPv6 address on the specified interface through which to forward queries. If an address is not specified, the queries are sent to the all DHCP relay agents and servers multicast group.

Configuration mode


service {
	dhcpv6-relay {
		upstream-interface interface {
			address ipv6
		}
	}
}

Use this command to specify an interface for forwarding DHCPv6 requests.

Use the set form of this command to specify an interface to use to forward DHCPv6 requests.

Use the delete form of this command to remove the specified value.

Use the show form of this command to view the specified value.