RB433AH act as a managable switch

I just setup my RB433AH act as a managable switch :
mikrotik.gif
Its work as a switch (vlan bridge).
There are no IPs (no route table) inside RBs.
Now, I don’t know how to queue between Net A (15mbps) and Net B (5mbps).
I’ve setup the bandwidth in interface ether3 but it doesn’t work nor ether1. :frowning:
Someone tell me how to queue it…

Thx

SINERGI SEMESTA

/interface bridge settings set use-ip-firewall=yes ?

no, i didnt do that setting.
After setup it, now i can use simple queue with interface bridge :smiley:

Thx

SINERGI SEMESTA

well, still have a problem manage the bandwidth :frowning:
Use speedtest.net.
when i used simple queue the result of upload is always arround about a half of download :

0 name=“queue1” dst-address=0.0.0.0/0 interface=bridge2 parent=none
direction=both priority=8 queue=default-small/default-small
limit-at=0/0 max-limit=256000/256000 burst-limit=0/0
burst-threshold=0/0 burst-time=0s/0s total-queue=default-small

i make mangle like these :

0 chain=forward action=mark-connection new-connection-mark=vlan2-con-in
passthrough=yes in-interface=bridge2

1 chain=forward action=mark-packet new-packet-mark=vlan2-in passthrough=yes
in-interface=bridge2 connection-mark=vlan2-con-in

2 chain=forward action=mark-connection new-connection-mark=vlan2-con-out
passthrough=yes out-interface=bridge2

3 chain=forward action=mark-packet new-packet-mark=vlan2-out passthrough=yes
out-interface=bridge2 connection-mark=vlan2-con-out

in the firewall connections tab, only “vlan2-con-out” is identified.

i make queue tree :

0 name=“queue1” parent=global-out packet-mark=vlan2-out limit-at=0
queue=default-small priority=8 max-limit=256000 burst-limit=0
burst-threshold=0 burst-time=0s

1 name=“queue2” parent=global-in packet-mark=vlan2-in limit-at=0
queue=default-small priority=8 max-limit=256000 burst-limit=0
burst-threshold=0 burst-time=0s

only queue1 work, but the the result of upload is the same above, half of download!

Something wrong with speedtest.net or my setting…

plz help me :frowning:

Thx

SINERGI SEMESTA