/interface ethernet
set [ find default-name=ether5 ] bandwidth=unlimited/10M comment=Client
This actually limits the client to 10MBps but a strange thing happens, it also limits all the ports on the same switch to 10MBps. This is very undesired.
I was also unable to set mangle rules for later processing on ether5 as it is slave of the bridge. I get the error: "in/out-interface matcher not possible when interface (ether5) is slave - use master instead (bridge0).
# apr/05/2016 08:30:12 by RouterOS 6.34.4
# software id = S816-F40A
#
/interface bridge
add name=bridge0
/interface ethernet
set [ find default-name=ether5 ] bandwidth=unlimited/10M
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip ipsec proposal
set [ find default=yes ] enc-algorithms=aes-128-cbc
/queue simple
add max-limit=10M/10M name=queue1 target=ether5
/interface bridge port
add bridge=bridge0 interface=ether5
/interface bridge settings
set use-ip-firewall=yes
/ip address
add address=172.16.30.251/24 interface=ether1 network=172.16.30.0
/ip dhcp-client
add add-default-route=no dhcp-options=hostname,clientid disabled=no interface=bridge0
/ip route
add distance=1 gateway=172.16.30.250
/system clock
set time-zone-autodetect=no
/system identity
set name=Test1
I configured 2 ports and I have done some speed tests (UDP) through those ports from an CCR. Please check the results on pics. When the port is in bridge, bandwidth limitation does limit speed on all ports on the same switch.