Hi Guys,
the Mikrotik device discovery tool on CRS326-24S+2Q+ and the broadcast daemon on hEX S have some issues when using VLAN with VLAN-Aware-Hardware. Both devices uses VLANs with the new configuration-style via BRIDGE-VLAN.
So lets start with an example configuration on hEX S:
- bridge is native (pvid) on vlan 1580
- ether1 is native (pvid) on vlan 1580
- sfp1 is tagged with vlan 1580
/interface bridge
add add-dhcp-option82=yes dhcp-snooping=yes fast-forward=no name=bridge1 protocol-mode=none pvid=1580 vlan-filtering=yes
/interface bridge port
add bridge=bridge1 hw=no interface=ether1 pvid=1580
add bridge=bridge1 hw=no interface=sfp1 pvid=1 trusted=yes
/interface bridge settings
set allow-fast-path=no use-ip-firewall=yes use-ip-firewall-for-vlan=yes
/ip neighbor discovery-settings
set discover-interface-list=!dynamic
/interface bridge vlan
add bridge=bridge1 tagged=sfp1 untagged=ether1 vlan-ids=1580
Problem: hEXs Discovery Broadcast Daemon is only sending out the discovery frames on VLAN 1 instead of the bridge-interface. SFP1 is slave of bridge1 so the broadcast daemon should not send frames on a slave device.
So lets start with an example configuration on CRS326-24S+2Q+:
- bridge is native (pvid) on vlan 1580
- bridge is tagged with vlan 1 and a vlan interface on bridge1 is added
- customer-port is tagged with vlan 1580
/interface bridge
add admin-mac=C4:AD:34:E3:73:70 auto-mac=no comment=defconf name=bridge protocol-mode=none pvid=1580 vlan-filtering=yes
/interface vlan
add interface=bridge name=vlan1.management vlan-id=1
/interface bridge port
add bridge=bridge ingress-filtering=yes interface=sfp-sfpplus10
/interface bridge vlan
add bridge=bridge tagged="sfp-sfpplus10" vlan-ids=1580
add bridge=bridge tagged=bridge vlan-ids=1
Problem: This results in a neighbour list with interface name “vlan1.management” instead if the correspondencing switch interface (sfp-sfpplus10).
This is the result of show neighs:
> ip neighbor print detail
1 interface=vlan1.management address=172.16.18.70 address4=172.16.18.70 mac-address=2C:C8:1B:F3:88:01
identity="cust.de.seeon.Altenmarkterstr-28.Wohnung-8.xxxxxxx" platform="MikroTik" version="6.49.1 (stable)" unpack=none age=22s uptime=11w3d17h3m52s
software-id="RCHF-PT42" board="RB760iGS" interface-name="bridge1/sfp1" system-description="MikroTik RouterOS 6.49.1 (stable) RB760iGS"
system-caps=bridge,router system-caps-enabled=bridge,router