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> vif <vif-id> 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 vif vif-id ipv6 dup-addr-detect-transmits num
delete interfaces dataplane interface-name vif vif-id ipv6 dup-addr-detect-transmits
show interfaces dataplane interface-name vif vif-id 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.
vif-id
The ID of a vif. The ID ranges from 1 through 4094.
num
The number of NS messages to transmit as part of the DAD process. The number ranges from 1 through 4294967295. The default number is 1.

Configuration mode

interfaces {
     dataplane interface-name {
        vif vif-id {
           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 on a vif.

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

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

Use the show form of this command to display the number of NS packets to transmit on a vif.