L2TPv3 documentation missing commands?

I followed the L2TPv3 docs. It took a reboot for ipsec to start working, but my br0 link wouldn’t come up:

$ show interfaces bridge
Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down
Interface        IP Address                        S/L  Description
---------        ----------                        ---  -----------
br0              10.99.254.20/24                   u/D  Vlan 12 Bridge 

It was only after applying these additional commands not documented in the guide that my bridge started to function (where eth1 is the interface I want bridged)

set interfaces l2tpv3 l2tpeth0 bridge-group bridge br0
set interfaces ethernet eth1 bridge-group bridge br0

Hi,

I suppose you referred to the latest documents where the syntax to include the interface member to bridge is different/changed compared to the LTS.

If you are working on the LTS release, please refer the crux version where the commands are included.

https://docs.vyos.io/en/crux/configuration/interfaces/l2tpv3.html#l2tpv3-over-ipsec-l2-vpn-bridge

Please note eth0 interface is considered in the example.

Versions for read docs:                        VyOS version:
Latest                                         1.4
Equuleus                                       1.3
Crux                                           1.2.x
1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.