Hi All…
Im a new user at mikrotik… Having some Problem with simple Queues .. Giving a diagram of my lill network. plzz suggest what to do for my problem.
Thanks in advance.

Hi All…
Im a new user at mikrotik… Having some Problem with simple Queues .. Giving a diagram of my lill network. plzz suggest what to do for my problem.
Thanks in advance.

You better post your simple queues config to see how they are configured and what is not working
/queue simple print
From the picture is not clear what is not working.
Here Is the config:
[admin@RB1100AHx2] > queue simple print
Flags: X - disabled, I - invalid, D - dynamic
0 name=“queue1” target-addresses=172.168.16.0/24 interface=all parent=none packet-marks=“” direction=both
priority=8 queue=default/default limit-at=0/0 max-limit=2M/2M burst-limit=0/0 burst-threshold=0/0
burst-time=0s/0s total-queue=default
1 name=“queue2” target-addresses=172.168.17.10/32 interface=all parent=none packet-marks=“” direction=both
priority=8 queue=default-small/default-small limit-at=2M/2M max-limit=2M/2M burst-limit=0/0
burst-threshold=0/0 burst-time=0s/0s total-queue=default-small
2 name=“queue3” target-addresses=172.168.18.0/24 interface=all parent=none packet-marks=“” direction=both
priority=8 queue=16MB-BIND/16MB-BIND limit-at=0/0 max-limit=0/0 burst-limit=0/0 burst-threshold=0/0
burst-time=0s/0s total-queue=default-small
(i have made a pcq of 16MBPS)
[admin@RB1100AHx2] >
Actually there is a trunk between the L3 switch and L2 Switch and the Mikrotik is placed in between the both switches as bridge mode(all vlans are passing and working fine from the l2 switch) but simple queues is not working. But whenever im placing the mikrotik after the L2 switch(In any access port) the queues is working fine only for that port/vlans on that port only. i want to put the 1100ah between the both switches so that all vlans/ip pools which are passing from l3 swt to l2 swt have the simple queues.
Now Please suggest what to do now
So the MikroTik Router is bridge and not configured as router, right?
In that case go to /firewall mangle and start mangling the traffic from the networks desired
/ip firewall mangle
add chain=forward src-address=172.168.16.0/24 action=mark-connection new-connection-mark=whatever passthrough=yes
add chain=forward connection-mark=whatever action=mark-packet new-packet-mark=whatever passthrough=no
and so on
Then setup the bridge interface to use firewall.
Then attach the queues to the bridge interface and see what happens.
Yes it is on bridge mode… not as router
configured it as u said… but same result.. nothing happens. queues not working.
I am not good at Vlans, so I hope someone with better knowledge pops in, but can you tell me if the counters on the mangle rules are counting? Are those rules capturing the traffic?
nop… those rules are not capturing the traffic. even i have put some filter rules on firewall, those are also not capturing any packets.
If incase there is any dynamic queue, plz check disabling that dynamic queue.
sorry there is not any dynamic queue… i have already posted the queues config… need help n its very urgent.. if any1 can suggest then plzzz tell me what to do
You better post your interface configuration, bridge configuration and IP addresses if any on the router. Normally it would capture the traffic passing through, unless the traffic is encrypted which I doubt.
In the mangle rule I posted above, try chain=prerouting instead of chain=forward and see if it is capturing traffic.
there is not any interface conf, bridge conf or ip address at mikrotik router because i have placed the MKT device as simple bridge mode only for simple queues only. and also there is no encrypted traffic passing through mkt device. ![]()
here is the conf at my L3 switch for that port –
interface port1.0.20
description #### TRUNK OUT ###
loop-protection action port-disable timeout 120
switchport
switchport mode trunk
switchport trunk allowed vlan all
switchport trunk native vlan none
same conf on my L2 switch aslo.
if there is any mangle problem or miss conf thn why the filter rules are not working .. where as those rules or simple queues are working fine for the access ports/untagged ports on my network.
so is there any miss configuration on my L3 or l2 or mkt device i have made ?? please suggest.
Well, by interface config I meant the list of your interfaces, and also how is it configured as bridge?
You have created a bridge interface with physical interfaces in it, right?
Unfortunately, as I said I am not that good in Vlans.
If no one answer to this topic, try opening another one with some title like “simple queues under VLAN”.
Can you post the result?
interface print, interface bridge print & interface bridge filter print
issue solved by using IP Firewall for Vlan.
Thank you all for the support ![]()