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 unnumbered donor-interface <interface> preferred-address <ipv6-address>

Configures the vif of the specified data plane interfaces as an IP unnumbered interface with the donor interface and preferred address.

set interfaces dataplane interface-name vif vif-id ipv6 unnumbered donor-interface interface preferred-address ipv6-address
delete interfaces dataplane interface-name vif vif-id ipv6 unnumbered
show interfaces dataplane interface-name vif vif-id ipv6 unnumbered
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.
interface
Specifies the interface.
ipv6-address
Specifies the 128-bit IPv6 address of another interface.

Configuration mode

interfaces {
   dataplane interface-name {
      vif vif-id {
         ipv6 {
            unnumbered donor‐interface interface preferred-address
   ipv6-address
         }
      }
   }
}

Configures IP processing on a vif with the requirement of an assigned IP address.

Use the set form of this command to configure the processing.

Use the delete form of this command to restore the default configuration.

Use the show form of this command to display the configuration.