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-server preference <preference>

Specifies the DHCPv6 server preference.

set service dhcpv6-server preference preference
delete service dhcpv6-server preference
show service dhcpv6-server preference

The DHCPv6 server preference is not set.

preference
Optional. The preference for the DHCPv6 server. The preference ranges from 0 through 255.

Configuration mode


service {
	dhcpv6-server {
		preference preference
	}
}

Use this command to specify the DHCPv6 server preference to DHCPv6 clients. When clients receive advertise messages from multiple servers that include preferences, they choose the server with the highest preference.

Use the set form of this command to specify the DHCPv6 server preference.

Use the delete form of this command to restore the default state, that is, the DHCPv6 server preference is not set.

Use the show form of this command to display the DHCPv6 server preference.