Create bridge 333, map VLAN 333 to it and specify membership in 'trusted' zone:
esr(config)# bridge 333
esr(config-bridge)# vlan 333
esr(config-bridge)# security-zone trusted
esr(config-bridge)# enable
Specify the affilation of L2TPv3 tunnel to bridge mapped to LAN (for L2TPv3 tunnel configuration, see Section
L2TPv3 tunnel configuration). In general, bridge and tunnel identifiers should not match the VID, unlike this
example.
esr(config)# tunnel l2tpv3 333
esr(config-l2tpv3)# bridge-group 333
8.9.3 Example of bridge configuration for VLAN
Objective:
Configure routing between VLAN 50 (10.0.50.0/24) and VLAN 60 (10.0.60.0/24). VLAN 50 should belong to
'LAN1', VLAN 60 – to 'LAN2', enable free traffic transmission between zones.
Solution:
Create VLAN 50, 60:
esr(config)# vlan 50,60
esr(config-vlan)# exit
Create 'LAN1' and 'LAN2’ security zones:
esr(config)# security-zone LAN1
esr(config-zone)# exit
esr(config)# security-zone LAN2
esr(config-zone)# exit