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 openvpn <vtunx> ipv6 dup-addr-detect-transmits <number>

Specifies the number of times to transmit Neighbor Solicitation (NS) packets as part of the Duplicate Address Detection (DAD) process.

set interfaces openvpn vtunx ipv6 dup-addr-detect-transmits number
delete interfaces openvpn vtunx ipv6 dup-addr-detect-transmits
show interfaces openvpn vtunx ipv6 dup-addr-detect-transmits

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

vtunx
The identifier for the OpenVPN interface. This may be vtun0 to vtunx, where x is a non-negative integer.
number
The number of times to transmit NS packets as part of the DAD process. The default number is 1.

Configuration mode

interfaces {
    openvpn vtunx {
        ipv6 {
            dup-addr-detect-transmits number
        }
    }    
}

Use this command to specify the number of times to transmit NS packets as part of the DAD process.

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

Use the delete form of this command to remove the number of times NS packets are transmitted and return to the default number of 1.

Use the show form of this command to view the number of times NS packets are transmitted.