Hi,
I am working with Mellanox SN2100 Switches.
I have XENA with two ports : x1 and x2.
port x1 of XENA have two streams ( each stream transmits 50G with vlan tag 100 and 200, total transmits100G) and connected to port 5 of switch1 with QSFP. switch1 have two more ports: port 7 and port 8 that connected Symmetrically to switch2 . port5 and port 7 defined with vlan100 and port5 and port8 defined with vlan200. switch2 also have port5 that defined like in switch1 and connected to port x2 of XENA.
I am tasting 3 different tests:
-
I am disconnected port7 from two switch, i am transmitted from x1 from each stream 50G (total 100G) and received to port x2 50G. received traffic from vlan200. working good!
-
I am disconnected port8 from two switch, i am transmitted from x1 from each stream 50G (total 100G) and received to port x2 50G. received traffic from vlan100. working good!
-
All the setup is connected. I am transmitted from x1 from each stream 50G (total 100G) and received to port x2 only 50G with vlan200 instead 100G!! port5 of switch1 received the all traffic but redirected the traffic only to port8 and port7 didn’t receive anything.
may anyone know what the problem here?
switch’s configuration (cumulus 5.1):
nv set bridge domain vlan_bridge
nv set bridge domain vlan_bridge vlan 100,200
nv set interface swp5,swp7,swp8 bridge domain vlan_bridge
nv set interface swp5,swp7 bridge domain vlan_bridge vlan 100
nv set interface swp5,swp8 bridge domain vlan_bridge vlan 200
setup figure:
Thanks!!