Hot to limit traffic via queues in a bridge for several devices in the LAN?

Hello,

I am trying to limit traffic for several devices in my LAN. Lots of different attempts, but all were unsuccessful.

My configuration:

  • Fritz!Box as a Router


  • One port of the Frit!Box is connected to port one of of a Router Board 951G-2HnD.


  • All ports are bridged (as the switch function does not support traffic management as far as I understand).


  • Currently ports 3, 4 and 5 have LAN cables attached with several devices (2 PC’s, PS3, PS4, 2 Smart-TV’s, a simple network hub to split one cable into more, and a RouterBOARD 941-2nD as another bridge with WLAN and a Raspberry behind.

Everything works fine, but I am not able to set up a working traffic management.

Please advise what to do.

Thanks!

Please see my current configuration file:

# feb/01/2018 18:49:48 by RouterOS 6.41
# software id = 
#
# model = 951G-2HnD
# serial number = 
/interface bridge
add admin-mac=64:D1:54:33:60:99 auto-mac=no comment=defconf fast-forward=no \
    name=bridge
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-Ce \
    country=germany distance=indoors frequency=auto mode=ap-bridge ssid=\
    MyTest-3F wireless-protocol=802.11
/interface ethernet
set [ find default-name=ether1 ] comment=Fritz!Box
set [ find default-name=ether3 ] comment=Louis+Amy
set [ find default-name=ether4 ] comment=Wohnzimmer
set [ find default-name=ether5 ] comment="Synology DiskStation"
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk mode=\
    dynamic-keys supplicant-identity=MikroTik
/ip pool
add name=dhcp ranges=0.0.0.1-255.255.255.254
add name=dhcp_pool1 ranges=192.168.22.2-192.168.22.254
/tool user-manager customer
set admin access=\
    own-routers,own-users,own-profiles,own-limits,config-payment-gw
/interface bridge port
add bridge=bridge comment=defconf interface=ether2
add bridge=bridge comment=defconf interface=ether3
add bridge=bridge comment=defconf interface=ether4
add bridge=bridge comment=defconf disabled=yes interface=wlan1
add bridge=bridge interface=ether1
add bridge=bridge interface=ether5
/interface bridge settings
set allow-fast-path=no use-ip-firewall=yes
/ip neighbor discovery-settings
set discover-interface-list=!LAN
/ip settings
set allow-fast-path=no
/interface list member
add comment=defconf interface=ether1 list=LAN
add interface=ether2 list=LAN
add interface=ether3 list=LAN
add interface=ether4 list=LAN
add interface=wlan1 list=LAN
/ip address
add address=192.168.178.111/24 interface=bridge network=192.168.178.0
/ip dns
set allow-remote-requests=yes
/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-RB951G-2HnD
/system ntp client
set enabled=yes primary-ntp=213.235.200.199 secondary-ntp=129.70.132.34
/system scheduler
add disabled=yes 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=18:30:00
add disabled=yes 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
add disabled=yes interval=1d name=CronDiable_ap-guests policy=\
    ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon \
    start-date=jan/22/2018 start-time=02: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"
add name=Disable_ap-guests owner=admin policy=\
    ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon source=\
    "interface wireless disable ap-guests"
add name=Enable_ap-guests owner=admin policy=\
    ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon source=\
    "interface wireless enable ap-guests"
/tool graphing interface
add
add interface=wlan1
add
/tool mac-server
set allowed-interface-list=LAN
/tool mac-server mac-winbox
set allowed-interface-list=LAN
/tool user-manager database
set db-path=user-manager

Please see Topic http://forum.mikrotik.com/t/bandwidth-limitation-works-for-wlan-port-but-not-for-ether-ports/116417/1 with the solution.