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-cookie <cookie-string>

Specifies a local cookie string.

set interfaces l2tpeth lttpN l2tp-session local-cookie cookie-string
delete interfaces l2tpeth lttpN l2tp-session local-cookie cookie-string
lttpN
L2TPv3 static L2TPv3 tunnel interface. The interface ranges from lttp0 through lttpN, where N is a non-negative integer.
cookie-string
Cookie string. An 8- or 16-byte hexadecimal string (for example, abcdef01).

Configuration mode


interfaces {
     l2tpeth lttpN {
          l2tp-session {
               local-cookie cookie-string
          }
     }
}

Use the set form of this command to specify a local cookie string.

Use the delete form of this command to remove a local cookie string.