I have been working on trying to get Access ports working on a CRS326 ROS 6.41rc52. I cannot believe this is so hard. I am trying to figure out what I am doing wrong. Any help or CRS3xx example would be helpful. I have been through the wiki and gotten this far.
I have tagging on trunk ports (3 and 4) and untagged on ether16 for vlan 10. With no vlan filtering I can access all 3 vlans with the correct Ip addresses but I cannot obtain an ip address from vlan 10 dhcp scope on ether16.
When I select vlan filtering in the bridge, I lose the connectivity to anything on the trunk ports (3 and 4) and ether16.
[admin@MikroTik] > interface bridge vlan print
Flags: X - disabled, D - dynamic
# BRIDGE VLAN-IDS CURRENT-TAGGED CURRENT-UNTAGGED
0 bridge1 10 ether3UNIFI01 ether16
ether4UNIFI02
1 bridge1 30 ether3UNIFI01
ether4UNIFI02
2 bridge1 20 ether3UNIFI01
ether4UNIFI02
3 D bridge1 1 bridge1
ether3UNIFI01
ether4UNIFI02
ether2LAN
ether15
Export
# nov/15/2017 09:49:47 by RouterOS 6.41rc52
# software id = X7SE-9JFU
#
# model = CRS326-24G-2S+
# serial number = 763D0727DCAE
/interface bridge
add igmp-snooping=yes name=bridge1 vlan-filtering=yes
/interface ethernet
set [ find default-name=ether1 ] name=ether1WANFW
set [ find default-name=ether2 ] name=ether2LAN
set [ find default-name=ether3 ] name=ether3UNIFI01
set [ find default-name=ether4 ] name=ether4UNIFI02
/interface vlan
add interface=bridge1 name=vlan10Raven vlan-id=10
add interface=bridge1 name=vlan20Rasputin vlan-id=20
add interface=bridge1 name=vlan30Razzor vlan-id=30
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/ip pool
add name=dhcp_pool6 ranges=10.1.1.26-10.1.1.254
add name=dhcp_pool7 ranges=10.1.10.26-10.1.10.254
add name=dhcp_pool8 ranges=10.1.20.26-10.1.20.254
add name=dhcp_pool9 ranges=10.1.30.26-10.1.30.254
/ip dhcp-server
add address-pool=dhcp_pool6 disabled=no interface=bridge1 name=dhcp1
add address-pool=dhcp_pool7 disabled=no interface=vlan10Raven name=dhcp2
add address-pool=dhcp_pool8 disabled=no interface=vlan20Rasputin name=dhcp3
add address-pool=dhcp_pool9 disabled=no interface=vlan30Razzor name=dhcp4
/interface bridge port
add bridge=bridge1 interface=ether3UNIFI01
add bridge=bridge1 interface=ether4UNIFI02
add bridge=bridge1 interface=ether16 pvid=10
add bridge=bridge1 interface=ether2LAN
add bridge=bridge1 interface=ether15
/interface bridge vlan
add bridge=bridge1 tagged=ether3UNIFI01,ether4UNIFI02 untagged=ether16 vlan-ids=10
add bridge=bridge1 tagged=ether3UNIFI01,ether4UNIFI02 vlan-ids=30
add bridge=bridge1 tagged=ether3UNIFI01,ether4UNIFI02 vlan-ids=20
/ip address
add address=10.1.2.1/24 interface=ether1WANFW network=10.1.2.0
add address=10.1.1.1/24 interface=bridge1 network=10.1.1.0
add address=10.1.10.1/24 interface=vlan10Raven network=10.1.10.0
add address=10.1.20.1/24 interface=vlan20Rasputin network=10.1.20.0
add address=10.1.30.1/24 interface=vlan30Razzor network=10.1.30.0
/ip dhcp-server network
add address=10.1.1.0/24 gateway=10.1.1.1
add address=10.1.10.0/24 gateway=10.1.10.1
add address=10.1.20.0/24 gateway=10.1.20.1
add address=10.1.30.0/24 gateway=10.1.30.1
/ip dns
set servers=8.8.8.8,8.8.4.4
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1WANFW
/ip route
add distance=1 gateway=10.1.2.2