Page 1 of 1

Problem with command

Posted: Mon Oct 24, 2016 8:45 am
by Theennd
Hi i want limit by Day And Night but i cant use commands

my source is :
http://wiki.mikrotik.com/wiki/Limit_Dif ... _and_Night
[admin@MikroTik-1] /queue simple> #name=Day target-addresses=0.0.0.0 dst-address=0.0.0.0
[admin@MikroTik-1] /queue simple> interface=<ether-x> parent=none direction=both priority=8
syntax error (line 1 column 10)
[admin@MikroTik-1] /queue simple> queue=default-small/default-small limit-at=512k/512k
syntax error (line 1 column 6)
[admin@MikroTik-1] /queue simple> max-limit=1M/1M total-queue=default-small
syntax error (line 1 column 10)

Re: Problem with command

Posted: Mon Oct 24, 2016 12:31 pm
by evince
You have an error in your syntax, please use first "add" command.

Regards,

Re: Problem with command

Posted: Mon Oct 24, 2016 12:52 pm
by Theennd
You have an error in your syntax, please use first "add" command.

Regards,
can you say me an example i use add but not work

Re: Problem with command

Posted: Wed Oct 26, 2016 1:07 pm
by evince
Hello,

Here is an example :

/queue simple
add limit-at=10M/30M max-limit=10M/30M name=queue1 target=bridge-local

Regards,