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

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

set interfaces dataplane interface-name ipv6 dup-addr-detect-transmits num
delete interfaces dataplane interface-name ipv6 dup-addr-detect-transmits

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

interface-name
The name of a data plane interface. For more information about the supported interface name formats, refer to Data Plane Interface.
num
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 {
    dataplane interface-name {
        ipv6 {
            dup-addr-detect-transmits num
        }
    }    
}

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 on an interface.

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