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 l2tpeth <lttpN> l2tp-session local-udp-port <udp-port>

Specifies a local UDP port of an L2TPv3 tunnel interface.

set interfaces l2tpeth lttpN l2tp-session local-udp-port udp-port
delete interfaces l2tpeth lttpN l2tp-session local-udp-port udp-port
lttpN
L2TPv3 static L2TPv3 tunnel interface. The interface ranges from lttp0 through lttpN, where N is a non-negative integer.
udp-port
Local UDP port for the tunnel interface. The port ranges from 1 through 65535.

Configuration mode


interfaces {
     l2tpeth lttpN {
          l2tp-session {
               local-udp-port udp-port
          }
     }
}

Use the set form of this command to specify a local UDP port of an L2TPv3 tunnel interface.

Use the delete form of this command to remove a local UDP port from an L2TPv3 tunnel interface.