Community discussions

MikroTik App
 
tomi_isp
newbie
Topic Author
Posts: 36
Joined: Mon Sep 19, 2005 1:21 am

Dynamic queue based on another queue

Mon Sep 19, 2005 2:12 pm

Hi,

can anyone help me with this problem ? I think I see something about similar thing in forum but I cannot found it.
I need to do this :
- 2 queues in Queue Tree
- one example for FTP second for Voip
- this queues work fine but priority not, Voip has priority 1 and FTP 8 but when FTP goes on fullthrottle Voip has dropout and its no good

I need make script what can watch Voip queue and when traffic goes above threshold script change max-limit in FTP down and reverse when VoiP goes down FTP goes up.

Any idea ?

Thanks
/Tomi
 
User avatar
maximan
Trainer
Trainer
Posts: 543
Joined: Sat May 29, 2004 12:10 am
Location: Rio Cuarto, Argentina
Contact:

Tue Sep 20, 2005 11:04 pm

Try to give TOS for voip traffic
 
tomi_isp
newbie
Topic Author
Posts: 36
Joined: Mon Sep 19, 2005 1:21 am

Wed Sep 21, 2005 7:32 pm

not work as I need :(
Any other ideas ?

/Tomi
 
User avatar
Eugene
Forum Veteran
Forum Veteran
Posts: 986
Joined: Mon May 31, 2004 5:06 pm
Location: Cranfield, UK

Fri Sep 23, 2005 12:22 pm

Post your queue config bacause this should be done with priorities, not with scripting.
 
tomi_isp
newbie
Topic Author
Posts: 36
Joined: Mon Sep 19, 2005 1:21 am

Sat Sep 24, 2005 6:11 pm

Here is the queues :

0 name="FTPPASV" parent=STDSL flow=FTPPASV limit-at=64000 queue=shape priority=8
max-limit=360000 burst-limit=0 burst-threshold=0 burst-time=0

1 name="FTPSRV" parent=STDSL flow=FTPSRV limit-at=64000 queue=shape priority=7 max-limit=150000
burst-limit=0 burst-threshold=0 burst-time=0

2 name="HTTP80" parent=STDSL flow=HTTP80 limit-at=64000 queue=shape priority=3 max-limit=300000
burst-limit=0 burst-threshold=0 burst-time=0

3 name="HTTP81" parent=STDSL flow=HTTP81 limit-at=192000 queue=shape priority=2 max-limit=360000
burst-limit=0 burst-threshold=0 burst-time=0

4 name="HTTP443" parent=STDSL flow=HTTP443 limit-at=192000 queue=shape priority=2
max-limit=360000 burst-limit=0 burst-threshold=0 burst-time=0

5 name="SMTP25" parent=STDSL flow=SMTP25 limit-at=192000 queue=shape priority=2 max-limit=360000
burst-limit=0 burst-threshold=0 burst-time=0

6 name="CQTCP" parent=STDSL flow=CQTCP limit-at=96000 queue=shape priority=1 max-limit=256000
burst-limit=0 burst-threshold=0 burst-time=0

7 name="CQUDP" parent=STDSL flow=CQUDP limit-at=12800 queue=shape priority=1 max-limit=96000
burst-limit=0 burst-threshold=0 burst-time=0

8 name="DNS53" parent=STDSL flow=DNS53 limit-at=96000 queue=shape priority=4 max-limit=128000
burst-limit=0 burst-threshold=0 burst-time=0

9 name="CAMERA" parent=STDSL flow=CAMWEB limit-at=12000 queue=shape priority=1 max-limit=300000
burst-limit=0 burst-threshold=0 burst-time=0

10 name="NOD32" parent=STDSL flow=NOD32 limit-at=64000 queue=shape priority=2 max-limit=320000
burst-limit=0 burst-threshold=0 burst-time=0

11 name="FTPSSH" parent=STDSL flow=FTPSSH limit-at=32000 queue=shape priority=7 max-limit=360000
burst-limit=0 burst-threshold=0 burst-time=0

Problem is when FTPPASV or FTPSSH work on full bandwidth CQTCP and CQUDP has dropouts

/Tomi

Who is online

Users browsing this forum: No registered users and 16 guests