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 use-interface-id-option

Specifies that the relay agent is to insert the DHCPv6 interface ID option.

set service dhcpv6-relay use-interface-id-option
delete service dhcpv6-relay use-interface-id-option
show service dhcpv6-relay use-interface-id-option

The DHCPv6 interface ID option is not inserted if a single listening interface is defined, but is inserted automatically if more than one listening interface is defined.

Configuration mode


service {
	dhcpv6-relay {
		use-interface-id-option
	}
}

Use this command to specify that DHCPv6 is to insert the interface ID option. Note that this option is automatically inserted when two or more listening interfaces are configured, so this parameter affects just system behavior when only one listening interface is configured.

Use the set form of this command to specify that DHCPv6 is to insert the interface ID option.

Use the delete form of this command to return the system to its default behavior.

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