Community discussions

MikroTik App
 
urrythm
just joined
Topic Author
Posts: 10
Joined: Tue Oct 29, 2013 11:24 am

Queues Not Working on my Network..plzz suggest

Tue Oct 29, 2013 1:54 pm

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 do not have the required permissions to view the files attached to this post.
 
User avatar
Caci99
Forum Guru
Forum Guru
Posts: 1075
Joined: Wed Feb 21, 2007 2:26 pm
Location: Tirane
Contact:

Re: Queues Not Working on my Network..plzz suggest

Tue Oct 29, 2013 9:40 pm

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.
 
urrythm
just joined
Topic Author
Posts: 10
Joined: Tue Oct 29, 2013 11:24 am

Re: Queues Not Working on my Network..plzz suggest

Wed Oct 30, 2013 9:19 am

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
 
User avatar
Caci99
Forum Guru
Forum Guru
Posts: 1075
Joined: Wed Feb 21, 2007 2:26 pm
Location: Tirane
Contact:

Re: Queues Not Working on my Network..plzz suggest

Wed Oct 30, 2013 11:24 am

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.
 
urrythm
just joined
Topic Author
Posts: 10
Joined: Tue Oct 29, 2013 11:24 am

Re: Queues Not Working on my Network..plzz suggest

Wed Oct 30, 2013 12:46 pm

Yes it is on bridge mode... not as router

configured it as u said... but same result.. nothing happens. queues not working.
 
User avatar
Caci99
Forum Guru
Forum Guru
Posts: 1075
Joined: Wed Feb 21, 2007 2:26 pm
Location: Tirane
Contact:

Re: Queues Not Working on my Network..plzz suggest

Wed Oct 30, 2013 12:55 pm

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?
 
urrythm
just joined
Topic Author
Posts: 10
Joined: Tue Oct 29, 2013 11:24 am

Re: Queues Not Working on my Network..plzz suggest

Wed Oct 30, 2013 1:01 pm

nop... those rules are not capturing the traffic. even i have put some filter rules on firewall, those are also not capturing any packets.
 
nepal
newbie
Posts: 28
Joined: Thu Apr 11, 2013 10:42 am

Re: Queues Not Working on my Network..plzz suggest

Wed Oct 30, 2013 5:46 pm

If incase there is any dynamic queue, plz check disabling that dynamic queue.
 
urrythm
just joined
Topic Author
Posts: 10
Joined: Tue Oct 29, 2013 11:24 am

Re: Queues Not Working on my Network..plzz suggest

Wed Oct 30, 2013 6:05 pm

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
 
User avatar
Caci99
Forum Guru
Forum Guru
Posts: 1075
Joined: Wed Feb 21, 2007 2:26 pm
Location: Tirane
Contact:

Re: Queues Not Working on my Network..plzz suggest

Wed Oct 30, 2013 8:14 pm

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.
 
urrythm
just joined
Topic Author
Posts: 10
Joined: Tue Oct 29, 2013 11:24 am

Re: Queues Not Working on my Network..plzz suggest

Wed Oct 30, 2013 9:45 pm

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.
 
User avatar
Caci99
Forum Guru
Forum Guru
Posts: 1075
Joined: Wed Feb 21, 2007 2:26 pm
Location: Tirane
Contact:

Re: Queues Not Working on my Network..plzz suggest

Wed Oct 30, 2013 10:29 pm

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".
 
nepal
newbie
Posts: 28
Joined: Thu Apr 11, 2013 10:42 am

Re: Queues Not Working on my Network..plzz suggest

Thu Oct 31, 2013 4:03 am

Can you post the result?

interface print, interface bridge print & interface bridge filter print
 
urrythm
just joined
Topic Author
Posts: 10
Joined: Tue Oct 29, 2013 11:24 am

Re: Queues Not Working on my Network..plzz suggest

Fri Nov 01, 2013 3:43 pm

issue solved by using IP Firewall for Vlan.


Thank you all for the support :)

Who is online

Users browsing this forum: elvo3d, voytecky and 88 guests