Groove <-> RB 750 UB one Interface with multiple VLANs

Hello,

I’m new to MikroTik and am trying to get a Groove connected with a Routerboard 750 UB. I looked for several topics containing Trunk Ports and VLANs and couldn’t find anything that helped me. I also looked up the VLAN configuration and CRS Examples on the Wiki which isn’t working. I’m trying to get the following configuration working:

wlan20 (vlan id 20) - |---------|                              | -----------|-- vlan20 (id 20)
wlan30 (vlan id 30) -  |  Groove |----(vlan20, 30 and 40) ------|  RB 750UB  |-- vlan30 (id 30)
wlan40 (vlan id 40) -  |---------|                              |------------|-- vlan40 (id 40)

Sorry that I can’t upload a picture but I hope this is understandable too. I’ve added the compact export aswell.
On the 750 UB the vlan bridges from each ether to 1 trunk have the 192.168.231.40, .232.40 and .233.40
The Groove vlan bridges from 1 ether to each wlan have .231.30, .232.30 and .233.30.
The Groove has two dhcp servers for wlan30 and wlan40. The exact configuration can be seen in the /export comact of both devices.


For some reason it doesn’t work. Connecting to the wlan is working. But it seems that the connection between the vlans of each trunk port are not established. I can ping from the ether5_trunk interface itself to the ether1 interface of the groove, but pinging from vlan bridge to their counterpart doesn’t work. It seems that there are some problems with the vlan configuration but I can’t find a solution. I hope that one of you guys knows what’s wrong here.

RB 750UB /export compact

/export compact   
# jan/01/2002 18:58:59 by RouterOS 6.35.2
# software id = MWPS-ILL8
#
/interface bridge
add name=br-vlan20
add name=br-vlan30
add name=br-vlan40
/interface ethernet
set [ find default-name=ether1 ] name=ether1_Managment
set [ find default-name=ether5 ] name=ether5_Trunk
/interface vlan
add interface=ether5_Trunk name=vlan20 vlan-id=20
add interface=ether5_Trunk name=vlan30 vlan-id=30
add interface=ether5_Trunk name=vlan40 vlan-id=40
/tool user-manager customer
set admin access=own-routers,own-users,own-profiles,own-limits,config-payment-gw
/interface bridge port
add bridge=br-vlan20 interface=vlan20
add bridge=br-vlan20 interface=ether2
add bridge=br-vlan30 interface=ether3
add bridge=br-vlan30 interface=vlan30
add bridge=br-vlan40 interface=ether4
add bridge=br-vlan40 interface=vlan40
/interface bridge settings
set use-ip-firewall=yes use-ip-firewall-for-vlan=yes
/ip address
add address=192.168.110.40/24 interface=ether1_Managment network=192.168.110.0
add address=192.168.230.40/24 interface=ether5_Trunk network=192.168.230.0
add address=192.168.231.40/24 interface=br-vlan20 network=192.168.231.0
add address=192.168.232.40/24 interface=br-vlan30 network=192.168.232.0
add address=192.168.233.40/24 interface=br-vlan40 network=192.168.233.0
/system lcd
set contrast=0 enabled=no port=parallel type=24x4
/system lcd page
set time disabled=yes display-time=5s
set resources disabled=yes display-time=5s
set uptime disabled=yes display-time=5s
set packets disabled=yes display-time=5s
set bits disabled=yes display-time=5s
set version disabled=yes display-time=5s
set identity disabled=yes display-time=5s
set br-vlan20 disabled=yes display-time=5s
set br-vlan30 disabled=yes display-time=5s
set br-vlan40 disabled=yes display-time=5s
set ether1_Managment disabled=yes display-time=5s
set ether2 disabled=yes display-time=5s
set ether3 disabled=yes display-time=5s
set ether4 disabled=yes display-time=5s
set ether5_Trunk disabled=yes display-time=5s
set vlan20 disabled=yes display-time=5s
set vlan30 disabled=yes display-time=5s
set vlan40 disabled=yes display-time=5s
/tool user-manager database
set db-path=user-manager
[admin@MikroTik] >

Groove

# jan/01/2002 01:40:54 by RouterOS 6.35.2
# software id = AHZ8-9122
#
/interface bridge
add mtu=1500 name=br-Trunk
add mtu=1500 name=br-vlan20
add mtu=1500 name=br-vlan30
add mtu=1500 name=br-vlan40
/interface vlan
add interface=br-Trunk name=vlan10 vlan-id=10
add interface=br-Trunk name=vlan20 vlan-id=20
add interface=br-Trunk name=vlan30 vlan-id=30
add interface=br-Trunk name=vlan40 vlan-id=40
/ip neighbor discovery
set vlan10 discover=no
set vlan20 discover=no
set vlan30 discover=no
set vlan40 discover=no
/interface wireless security-profiles
add authentication-types=wpa-psk,wpa2-psk eap-methods="" \
    management-protection=allowed mode=dynamic-keys name=profile1 \
    supplicant-identity="" wpa-pre-shared-key="4711k\F6lnischWasser" \
    wpa2-pre-shared-key="4711k\F6lnischWasser"
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-Ce \
    disabled=no mode=ap-bridge name=wlan1_Managment security-profile=profile1 \
    ssid=MT-GrConf
add disabled=no mac-address=D6:CA:6D:25:BA:E5 master-interface=\
    wlan1_Managment mode=ap-bridge name=wlan2 security-profile=profile1 ssid=\
    wlan2 wds-cost-range=0 wds-default-cost=0
add disabled=no mac-address=D6:CA:6D:25:BA:E6 master-interface=\
    wlan1_Managment mode=ap-bridge name=wlan3 security-profile=profile1 ssid=\
    wlan3 wds-cost-range=0 wds-default-cost=0
add disabled=no mac-address=D6:CA:6D:25:BA:E7 master-interface=\
    wlan1_Managment mode=ap-bridge name=wlan4 security-profile=profile1 ssid=\
    wlan4 wds-cost-range=0 wds-default-cost=0
/ip neighbor discovery
set wlan1_Managment discover=no
set wlan2 discover=no
set wlan3 discover=no
set wlan4 discover=no
/ip pool
add name=dhcp_pool1 ranges=192.168.232.10-192.168.232.20
add name=dhcp_pool2 ranges=192.168.233.10-192.168.233.20
add name=dhcp_pool3 ranges=192.168.241.10-192.168.241.20
/system logging action
set 0 memory-lines=100
set 1 disk-lines-per-file=100
/tool user-manager customer
set admin access=\
    own-routers,own-users,own-profiles,own-limits,config-payment-gw
/interface bridge port
add bridge=br-Trunk interface=ether1
add bridge=br-vlan20 interface=vlan20
add bridge=br-vlan20 interface=wlan2
add bridge=br-vlan30 interface=vlan30
add bridge=br-vlan30 interface=wlan3
add bridge=br-vlan40 interface=vlan40
add bridge=br-vlan40 interface=wlan4
/interface bridge settings
set use-ip-firewall=yes use-ip-firewall-for-vlan=yes
/interface ethernet switch vlan
add ports=ether1 switch=switch1 vlan-id=20
add ports=ether1 switch=switch1 vlan-id=30
add ports=ether1 switch=switch1 vlan-id=40
/ip address
add address=192.168.230.30/24 interface=br-Trunk network=192.168.230.0
add address=192.168.232.30/24 interface=br-vlan30 network=192.168.232.0
add address=192.168.233.30/24 interface=br-vlan40 network=192.168.233.0
add address=192.168.231.30/24 interface=br-vlan20 network=192.168.231.0
add address=192.168.241.1/24 interface=wlan1_Managment network=192.168.241.0
/ip dns
set allow-remote-requests=yes max-udp-packet-size=512
/ip dns static
add address=192.168.88.1 name=router
/ip route
add distance=1 dst-address=192.168.110.0/24 gateway=br-Trunk
/ip service
set api disabled=yes
/system lcd
set contrast=0 enabled=no port=parallel type=24x4
/system lcd page
set time disabled=yes display-time=5s
set resources disabled=yes display-time=5s
set uptime disabled=yes display-time=5s
set packets disabled=yes display-time=5s
set bits disabled=yes display-time=5s
set version disabled=yes display-time=5s
set identity disabled=yes display-time=5s
set vlan40 disabled=yes display-time=5s
set vlan30 disabled=yes display-time=5s
set vlan20 disabled=yes display-time=5s
set br-Trunk disabled=yes display-time=5s
set br-vlan20 disabled=yes display-time=5s
set br-vlan30 disabled=yes display-time=5s
set br-vlan40 disabled=yes display-time=5s
set vlan10 disabled=yes display-time=5s
set wlan1_Managment disabled=yes display-time=5s
set ether1 disabled=yes display-time=5s
set wlan2 disabled=yes display-time=5s
set wlan3 disabled=yes display-time=5s
set wlan4 disabled=yes display-time=5s
/system leds
add interface=wlan1_Managment leds=led1,led2,led3,led4,led5 type=\
    wireless-signal-strength
add interface=ether1 leds=user-led type=interface-activity
/tool user-manager database
set db-path=user-manager