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 loopback <interface-name> ipv6 dup-addr-detect-transmits

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

set interfaces loopback interface-name ipv6 dup-addr-detect-transmits [ 0 | number ]
delete interfaces loopback interface-name ipv6 dup-addr-detect-transmits
show interfaces loopback interface-name ipv6 dup-addr-detect-transmits

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

interface-name
The name of a loopback interface, lo or lon, where n ranges from 1 through 99999.
0
Disables DAD on the loopback interface.
number
The number of NS packets to transmit as part of the DAD process. The number ranges from 1 through n. The default number is 1.

Configuration mode


interfaces {
   loopback interface-name {
      ipv6 {
         dup-addr-detect-transmits 0
         dup-addr-detect-transmits number
      }
   }
}

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

Use the set form of this command to specify the number of NS packets to transmit.

Use the delete form of this command to delete the transmission number from a loopback interface and transmit the default number of one NS packet.

Use the show form of this command to display the number of NS packets that are transmitted.