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

Specifies an interface for accepting DHCPv6 requests.

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

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

ipv6
Optional. An IPv6 address on the specified interface on which to listen. If an address is not specified, one of the non-link-local addresses configured on the interface is used.

Configuration mode


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

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

Use the set form of this command to specify an interface to accept 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.