Is there a way of passing all vlans across an interface without specifying each individual VLAN? I’m looking for a command like the cisco “switchport mode encapsulation dot1q” that passes all VLANs if you don’t specify which ones to pass. Not sure if this is possible because cisco actually has a VLAN database that gets sync’d to each switch.
A bridge should forward. Eg, have a vlan tagged to ether 1. And you want it out on ether2. If you put ether1 and ether2 in a bridge, it should just pass trough.