I want use RB750 as traffic shaper for one pc. So I upgrade tik, reset configuration, create bridge, add all ports into bridge, set use ip firewall to yes on this bridge.
after it I add new simple queue with maximum allowed speed (configuration bellow). And not working - client has full speed.
/interface bridge
add name=bridge1
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/queue simple
add max-limit=64k/64k name=queue1 target=192.168.224.0/24
/interface bridge port
add bridge=bridge1 interface=all
/interface bridge settings
set use-ip-firewall=yes
So I tried add mangle rules for packet marking. In firewall - mangle I see that packet/bytes counter is incremented when I try download/upload data). In queues / advanced I choose my mark and set target upload and download. The same result - everytime I have full speed.
After it I tried it without bridge and use tik in routing mode - same result.
Where I made errors? Can sameone post here simplest config how shape one client when mikrotik is in bridge?