Hello All
I am looking for a little support with the implementation of bridge vlan-filtering following the advise from MikroTik support that this is way it should now be done.
The configuration is pretty basic in the test network, comprising of a 3011RB and a CRS.
I have managed to get the ports working with assigned PVID, nodes connected to ether2 and ether8 obtain an IP address in 10.46.1.0/24 but unable to get anything on the VLAN at the CRS
3011RB Config
/interface bridge
add fast-forward=no name=bridge vlan-filtering=yes
/interface vlan
add interface=bridge name=vlan5-management vlan-id=5
/interface bridge port
add bridge=bridge hw=no interface=ether2-management pvid=5
add bridge=bridge hw=no interface=ether5-voip
add bridge=bridge hw=no interface=ether1-downstairs
add bridge=bridge interface=ether8-printer pvid=5
add bridge=bridge hw=no interface=ether3-dell
add bridge=bridge hw=no interface=ether7-WiFi
add bridge=bridge hw=no interface=sfp1-switch
/interface bridge vlan
add bridge=bridge tagged=bridge,ether1-downstairs untagged=ether2-management,ether8-printer vlan-ids=5
/ip address
add address=10.46.1.1/24 interface=vlan5-management network=10.46.1.0
add address=172.16.1.10/24 interface=bridge network=172.16.1.0
/ip dhcp-server
add address-pool=dhcp-management authoritative=after-2sec-delay disabled=no interface=vlan5-management lease-time=1w1d \
name=dhcp-management
add address-pool=dhcp-BTnet disabled=no interface=bridge lease-time=1w1d name=dhcp-LAN
CRS
/interface bridge
add admin-mac=CC:2D:E0:2E:04:B5 auto-mac=no fast-forward=no name=LAN vlan-filtering=yes
/interface vlan
add interface=LAN name=vlan5-management vlan-id=5
/interface bridge port
add bridge=LAN hw=no interface=ether1
add bridge=LAN hw=no interface=ether2
add bridge=LAN hw=no interface=ether3
add bridge=LAN hw=no interface=ether4
add bridge=LAN hw=no interface=ether5
add bridge=LAN hw=no interface=ether6
add bridge=LAN hw=no interface=ether7
add bridge=LAN hw=no interface=ether8
/interface bridge vlan
add bridge=LAN tagged=LAN vlan-ids=5
/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface=LAN
add add-default-route=no dhcp-options=hostname,clientid disabled=no interface=vlan5-management
Many thanks in advance
Mark