Hi!
I have a m750 configured to pass VLANs from et1 to et2 on a bridge on this fashion:
Interfaces:
ether1 -
VLAN10-eth1
VLAN20-eth1
ether2
VLAN10-eth2
VLAN20-eth2
Bridge interfaces:
bridge-v10
bridge-v20
Bridge ports:
VLAN10-eth1 -> bridge-v10
VLAN10-eth2 -> bridge-v10
VLAN20-eth1 -> bridge-v20
VLAN20-eth2 -> bridge-v20
Everything is working fine, however I cant bridge the untagged traffic to ETH2 which is at this point very necessary.
If I bridge both interfaces (ETH1 and ETH2) the VLAN 10 & 20 stops working.
Also if I try to create VLAN1 attached to ETH1 and ETH2 using the same bridging method as mentioned above it doesn't works..
Could anyone please help me and tell me what I'm doing wrong?
Thanks!