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 max-hop-count <count>

Specifies the maximum number of hops before discarding DHCPv6 packets.

set service dhcpv6-relay max-hop-count count
delete service dhcpv6-relay max-hop-count count
show service dhcpv6-relay max-hop-count count

The maximum hop count is 10.

count
Optional. The maximum hop count before discarding DHCPv6 packets. The default count is 10.

Configuration mode


service {
	dhcpv6-relay {
		max-hop-count count
	}
}

Use this command to specify the maximum number of hops before discarding DHCPv6 packets. This count is used to prevent loops.

Use the set form of this command to specify the maximum number of hops before discarding DHCPv6 packets.

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

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