Dear all,
i have set up two RB3011UiAS to interconnect two locations via VxLAN (transporting a total of 4 VLANs). As per the tutorial I added the VxLAN interface as bridge member port. Apparently because of this, I get several MAC duplicates in /interface vxlan fdb and a randomly occuring bridge: tx loop on interface (1)
If I remove the VxLAN interface from the bridge the duplicates are gone (but of course the VLANs are not reachable then). The setup is as follows:
(sfp1 is the Trunk Port carrying all the VLANs)
Router 1
/interface vlan
add comment="VLAN MGMT-SWITCHES" interface=bridge name=vlan1401 vlan-id=1401
add comment="VLAN MGMT-WLAN" interface=bridge name=vlan1404 vlan-id=1404
add comment="VLAN GUESTWL" interface=bridge name=vlan1500 vlan-id=1500
/interface vxlan
add comment="VxLAN-Tunnel R1 <-> R2" local-address=192.168.7.30 mac-address=4A:26:60:3C:E5:FF name=vxlan1 port=8472 vni=10 vrf=main vteps-ip-version=ipv4
/interface vxlan vteps
add interface=vxlan1 remote-ip=172.16.1.2
/interface bridge vlan
add bridge=bridge tagged=sfp1,vxlan1,bridge vlan-ids=1401
add bridge=bridge tagged=sfp1,vxlan1,bridge vlan-ids=1404
add bridge=bridge tagged=sfp1,vxlan1,bridge vlan-ids=1500
/interface bridge port
add bridge=bridge comment=defconf ingress-filtering=no interface=ether2
add bridge=bridge comment=defconf ingress-filtering=no interface=ether3
add bridge=bridge comment=defconf ingress-filtering=no interface=ether4
add bridge=bridge comment=defconf ingress-filtering=no interface=ether5
add bridge=bridge comment=defconf ingress-filtering=no interface=ether6
add bridge=bridge comment=defconf ingress-filtering=no interface=ether7
add bridge=bridge comment=defconf ingress-filtering=no interface=ether8
add bridge=bridge comment=defconf ingress-filtering=no interface=ether9
add bridge=bridge comment=defconf ingress-filtering=no interface=ether10
add bridge=bridge comment=defconf ingress-filtering=no interface=sfp1
add bridge=bridge interface=vxlan1
Router 2
/interface vlan
add comment="VLAN MGMT-SWITCHES" interface=bridge name=vlan1401 vlan-id=1401
add comment="VLAN MGMT-WLAN" interface=bridge name=vlan1404 vlan-id=1404
add comment="VLAN GUESTWL" interface=bridge name=vlan1500 vlan-id=1500
/interface vxlan
add comment="VxLAN-Tunnel R2 <-> R1" local-address=172.16.1.2 mac-address=8A:56:15:A2:D3:00 name=vxlan1 port=8472 vni=10 vrf=main vteps-ip-version=ipv4
/interface vxlan vteps
add interface=vxlan1 remote-ip=192.168.7.30
/interface bridge vlan
add bridge=bridge tagged=bridge,sfp1,vxlan1,ether2 vlan-ids=1401
add bridge=bridge tagged=bridge,sfp1,vxlan1,ether2 vlan-ids=1404
add bridge=bridge tagged=bridge,sfp1,vxlan1,ether2 vlan-ids=1500
/interface bridge port
add bridge=bridge comment=defconf ingress-filtering=no interface=ether2
add bridge=bridge comment=defconf ingress-filtering=no interface=ether3
add bridge=bridge comment=defconf ingress-filtering=no interface=ether4
add bridge=bridge comment=defconf ingress-filtering=no interface=ether5
add bridge=bridge comment=defconf ingress-filtering=no interface=ether6
add bridge=bridge comment=defconf ingress-filtering=no interface=ether7
add bridge=bridge comment=defconf ingress-filtering=no interface=ether8
add bridge=bridge comment=defconf ingress-filtering=no interface=ether9
add bridge=bridge comment=defconf ingress-filtering=no interface=ether10
add bridge=bridge comment=defconf ingress-filtering=no interface=sfp1
add bridge=bridge interface=vxlan1
Examples for duplicates:
R2
1 remote-ip=0.0.0.0 mac-address=4A:26:60:3C:E5:FF interface=vxlan1
2 remote-ip=192.168.7.30 mac-address=4A:26:60:3C:E5:FF interface=vxlan1
R1
14 remote-ip=0.0.0.0 mac-address=9C:1D:58:40:56:1B interface=vxlan1
15 remote-ip=172.16.1.2 mac-address=9C:1D:58:40:56:1B interface=vxlan1
I guess it has to do with the bridge, does anyone have a pointer?
Thank you very much and best regards,
Alex