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.

interfaces tunnel <tunx> ipv6 dup-addr-detect-transmits <number>

Specifies the number of times to transmit NS packets as part of the DAD process.

set interfaces tunnel tunx ipv6 dup-addr-detect-transmits number
delete interfaces tunnel tunx ipv6 dup-addr-detect-transmits [ number ]
show interfaces tunnel tunx ipv6 dup-addr-detect-transmits

One NS packet is transmitted as part of the DAD process.

tunx
The identifier of a tunnel interface. The identifier ranges from tun0 through tunx, where x is a nonnegative integer.
number
The number of times to transmit NS packets. The default number of times is 1. Enter 0 to disable DAD.

Configuration mode


interfaces {
	tunnel tunx {
		ipv6 {
			dup-addr-detect-transmits number
		}
	}	
}

Use the set form of this command to specify the number of times to transmit Neighbor Solicitation (NS) packets as part of the Duplicate Address Detection (DAD) process.

Use the delete form of this command to delete the number of times and use the default number of 1.

Use the show form of this command to display the current number of times.