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 <id> xconnect l2tpeth <tunnel-interface-name>

Specifies a virtual interface (VIF) identifier and the cross-connect parameters of an L2TPv3 tunnel interface.

set interfaces dataplane interface-name vif id xconnect l2tpeth tunnel-interface-name
delete interfaces dataplane interface-name vif id xconnect l2tpeth tunnel-interface-name
interface-name
Data plane interface to which the L2TPv3 tunnel is connected.

The name of a data plane interface. For more information about the supported interface name formats, refer to Data Plane Interface.

id
Virtual interface identifier. The identifier ranges from 1 through 4094.
tunnel-interface-name
L2TPv3 tunnel interface name.

Configuration mode


interfaces {
    dataplane interface-name {
              vif id {
                 xconnect {
                     l2tpeth tunnel-interface-name 
                 }
              }
    }
}

Use the set form of this command to specify a VIF identifier and the cross-connect parameters of an L2TPv3 tunnel interface.

Use the delete form of this command to remove a VIF identifier and the cross-connect parameters of an L2TPv3 tunnel interface.