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 bridge <brx> ipv6 dup-addr-detect-transmits <num>

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

set interfaces bridge brx ipv6 dup-addr-detect-transmits num
delete interfaces bridge brx ipv6 dup-addr-detect-transmits
show interfaces bridge brx ipv6 dup-addr-detect-transmits

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

brx
Bridge group ID.
num
The number of times to transmit NS packets as part of the DAD process. The default is 1.

Configuration mode


interfaces bridge brx {
	ipv6 {
		dup-addr-detect-transmits num
	}	
}

Use 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 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 parameter from the interface and use the default value.

Use the show form of this command to view NS packet configuration for DAD.