Block traffic between vlans in bridge

Hi

I have 4 bridge ports in a bridge:
l2tp (Dynamic)
Vlan1
Vlan2
ether1

I do not want broadcast or any traffic that comes from vlan2 to enter into vlan1, and also no vlan1 traffic visible in vlan2. Is this possible to do and still pass both vlans over the L2TP?

Regards

_
Kim

You could set the horizon on the bridge for those two ports. Setting them both to the same value will stop traffic passing between them

Thanks, i will look into that!