Community discussions

MikroTik App
 
lindend
just joined
Topic Author
Posts: 19
Joined: Thu Jan 08, 2015 4:24 am

Simple Queues not detecting upload packets

Tue Apr 17, 2018 3:13 am

I have a physical interface (WAN) and four bridges setup on a CCR1009-7G-1C-1S+ running 6.41 . Fastpath is disabled.

I setup a simple queue for WAN (physical) interface to be unlimited up/down (also tried setting it to max up/down of my ISP connection) and the target to be the WAN interface.

I then setup a simple queue for each bridge and then configured each bridge with an upload/download rate limit. The target for queue is the respective bridge.

With these settings, none of the queues detect any up/down packets. I then changed the target on the WAN queue to be the WAN and all the bridges (5 total targets). At this point, rate limits work for download on all the queues. However, none of the queues are detecting upload packets. Only download packets are detected and rate limited.

Would be grateful for any suggestions to enable to get this to work on upstream packets.

Note: I had an rb2011i prior to upgrading to the CCR1009-7G-1C-1S+ and this configuration worked on an older version of routerOS with that hardware (I think 6.38)
 
User avatar
CZFan
Forum Guru
Forum Guru
Posts: 2098
Joined: Sun Oct 09, 2016 8:25 pm
Location: South Africa, Krugersdorp (Home town of Brad Binder)
Contact:

Re: Simple Queues not detecting upload packets

Tue Apr 17, 2018 3:38 am

Can you post the output of export hide-sensitive here so we can examine your configuration and make suggestions based on that info
 
lindend
just joined
Topic Author
Posts: 19
Joined: Thu Jan 08, 2015 4:24 am

Re: Simple Queues not detecting upload packets

Tue Apr 17, 2018 4:03 am

Can you post the output of export hide-sensitive here so we can examine your configuration and make suggestions based on that info
Here's an export of the queues. Let me know if you anything else
# apr/16/2018 20:55:19 by RouterOS 6.41
# software id = 9YVY-CC3S
#
# model = CCR1009-7G-1C-1S+
/queue simple
add max-limit=25M/125M name=WAN priority=2/2 target=\
    "WAN,MM,Intranet,VS"
add limit-at=25M/125M max-limit=25M/125M name="MM" parent=WAN \
    priority=3/3 target="MM"
add limit-at=5M/50M max-limit=15M/100M name="VS" parent=WAN \
    priority=4/4 target="VS"
add limit-at=5M/100M max-limit=5M/100M name=Intranet parent=WAN priority=5/5 \
    target="Intranet"
add limit-at=1M/25M max-limit=2M/50M name=Guest parent=WAN priority=7/7 \
    queue=pcq-upload-default/pcq-download-default target=\
    "Guest,LPOH"

 
User avatar
dgnevans
Member
Member
Posts: 469
Joined: Fri Mar 08, 2013 11:24 am
Location: Zimbabwe
Contact:

Re: Simple Queues not detecting upload packets

Tue Apr 17, 2018 12:40 pm

Instead of targeting the interface try and target the ip range connected to that interface. ie 192.168.1.0/24
 
lindend
just joined
Topic Author
Posts: 19
Joined: Thu Jan 08, 2015 4:24 am

Re: Simple Queues not detecting upload packets

Tue Apr 17, 2018 2:25 pm

Instead of targeting the interface try and target the ip range connected to that interface. ie 192.168.1.0/24
Targeting the IP address range(s) worked. Thank you very much!

Any idea why this worked and the interface didn't? Was it because the interfaces were bridges?

Who is online

Users browsing this forum: 4l4R1, Amazon [Bot], GoogleOther [Bot], Resident007 and 98 guests