simple queues and guest wlan do not work

Hi,
I am new to router/switch configuration. Hope you can help me to solve my issues I am trying to solve since weeks.

The physical configuration:

  1. FritzBox as a router
  2. Mikrotic hAPlite as a switch within the IP range of FritzBox (this is the intension - not sure if the problem is already there)
  • ether2: Lan cable to FritzBox


  • ether1:1 PC + one Smart TV connected via a simple hub


  • ether3: 1 PC


  • ether4: 1 Playstation


  • WLAN


  • Guest WLAN


  • all get their IP addresses from the FritzBox

All devices work properly, means are connected to the LAN and Internet.

Issue 1: simple queues do not work
Tried a lot of things to limit bandwidth for one or all devices connected to the hAPlite but neither for the ether ports, nor for WLAN it is working
"Allow Fast Path" ist not marked, I have no firewall rules as it is a switch.
How to 'activate' simple queues to limit bandwidth?

Issue 2: Smartphones can connect to Guest WLAN but cannot connect to Internet
IP address was assigned (e.g. 192.168.25.254) to the device, DNS servers are visible (8.8.8.8 and 8.8.4.4) in the settings of the connected device but it is not e.g. possible to browse the internet or to download stuff

Support is very appreciated!
Thanks very much in advance, Sky18

Here is the MikroTik routerboard configuration:

jan/13/2018 08:10:54 by RouterOS 6.40.3

software id = L533-7MSK

model = RouterBOARD 941-2nD

serial number = 7DE3070B51E7

/interface bridge
add name=bridge2
add comment="Bridge G\E4sI te WLAN" name=bridge_vlan20_Guest_WLAN
/interface wireless
set [ find default-name=wlan1 ] country=germany default-authentication=no
disabled=no mode=ap-bridge ssid=Fritz-2F wireless-protocol=802.11
/interface ethernet
set [ find default-name=ether1 ] comment=PC
set [ find default-name=ether2 ] comment="LAN - Fritz!Box"
set [ find default-name=ether3 ] comment="PC Louis"
set [ find default-name=ether4 ] comment=PS4
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk mode=
dynamic-keys supplicant-identity=MikroTik wpa-pre-shared-key=
passwordWLAN wpa2-pre-shared-key=passwordWLAN
add authentication-types=wpa-psk,wpa2-psk eap-methods=""
management-protection=allowed mode=dynamic-keys name=Wifi4Guests
supplicant-identity="" wpa-pre-shared-key=passwordWLAN
wpa2-pre-shared-key=passwordWLAN
/interface wireless
add disabled=no keepalive-frames=disabled mac-address=11:11:54:8B:43:AB
master-interface=wlan1 multicast-buffering=disabled name=Guest_WLAN
security-profile=Wifi4Guests ssid=4guests vlan-id=20 vlan-mode=use-tag
wds-cost-range=0 wds-default-cost=0 wps-mode=disabled
/interface vlan
add interface=Guest_WLAN name=vlan20 vlan-id=20
/ip pool
add name=dhcp_pool0 ranges=192.168.25.2-192.168.25.254
/ip dhcp-server
add address-pool=dhcp_pool0 disabled=no interface=bridge_vlan20_Guest_WLAN
lease-time=5m name=dhcp1
/queue simple
add disabled=yes max-limit=384k/384k name=PCLS-192.168.178.43 target=
192.168.178.43/32
add disabled=yes max-limit=384k/384k name=FritzBox-192.168.178.1 target=
192.168.178.1/32
add disabled=yes max-limit=384k/384k name=PS4-192.168.178.51 target=
192.168.178.51/32
add max-limit=384k/384k name=HandyTS-192.168.178.35 target=192.168.178.35/32
/interface bridge port
add bridge=bridge2 interface=ether1
add bridge=bridge2 interface=ether2
add bridge=bridge2 interface=ether3
add bridge=bridge2 interface=ether4
add bridge=bridge2 interface=wlan1
add bridge=bridge_vlan20_Guest_WLAN interface=Guest_WLAN
add bridge=bridge_vlan20_Guest_WLAN interface=vlan20
/ip settings
set allow-fast-path=no
/interface wireless access-list
add comment="Nintendo 3DS XL Bettina" interface=wlan1 mac-address=
11:11:F7:31:3E:07 vlan-mode=no-tag
add comment="Lumia 650 Thomas" interface=wlan1 mac-address=11:11:B5:AC:85:FC
time=0s-1d,sun,mon,tue,wed,thu,fri,sat vlan-mode=no-tag
add comment="Tablet Louis" interface=wlan1 mac-address=11:11:F8:EF:BF:55
vlan-mode=no-tag
add comment="Galaxy Amy" interface=wlan1 mac-address=11:11:09:AE:B2:64
vlan-mode=no-tag
add comment="Nintendo 3DS XL Amy" interface=wlan1 mac-address=
11:11:35:68:9F:48 vlan-mode=no-tag
add comment="Nintendo 3DS Louis" interface=wlan1 mac-address=
11:11:E1:9D:0C:43 vlan-mode=no-tag
add comment="LG-H635 Louis" interface=wlan1 mac-address=11:11:D6:9B:17:87
vlan-mode=no-tag
add comment="Nintendo 3DS Amy" interface=wlan1 mac-address=11:11:A3:36:38:0D
vlan-mode=no-tag
/ip address
add address=192.168.25.1/24 interface=bridge_vlan20_Guest_WLAN network=
192.168.25.0
/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface=bridge2
/ip dhcp-server network
add address=192.168.25.0/24 dns-server=8.8.8.8,8.8.4.4 gateway=192.168.25.1
/ip dns static
add address=192.168.88.1 name=router.lan
/system clock
set time-zone-name=Europe/Berlin
/system identity
set name=MikroTik-hAPlite
/system scheduler
add interval=1d name=CronEnableWLAN1 on-event=EnableWLAN1 policy=
ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon
start-date=jan/07/2018 start-time=15:00:00
add interval=1d name=CronDisableWLAN1 on-event=DisableWLAN1 policy=
ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon
start-date=jan/07/2018 start-time=22:00:00
/system script
add name=DisableWLAN1 owner=admin policy=
ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon source=
"interface wireless disable wlan1"
add name=EnableWLAN1 owner=admin policy=
ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon source=
"interface wireless enable wlan1"
/tool graphing interface
add interface=wlan1