Problem with command

Hi i want limit by Day And Night but i cant use commands

my source is :
http://wiki.mikrotik.com/wiki/Limit_Different_Bandwidth_In_Day_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)

mik.PNG

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

Hello,

Here is an example :

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

Regards,