Hi,
following the docs on:
http://www.mikrotik.com/docs/ros/2.9/root/queue
The examle at the bottom of the page gives an error:
add connection=users-con mark-flow=users action=mark-flow chain=forward
ambiguous input (connection)
no such argument (connection)
Are these commands actually compattable with 2.9? I cannot get queue tree to work right?
Eugene
April 29, 2005, 11:55am
2
In recent 2.9 versions command names have slightly changed to maintain consistency throughout the interface.
add connection-mark=users-con new-packet-mark=users action=mark-packet chain=forward
Thanks you were right. I just assumed that because it was 2.9 docs it would be correct!!
Anyway I got it working untill the system crashed and I cannot login anymore. It’s definatly caused by some bug in the queue tree entrys and when you reboot you lose all settings and cannot restore config
Have you tried export and import commands?
No I have not! Does that try to import a config from 2.8 by chance?
no, import issues commands. commands in 2.8 and 2.9 are different.
Hi
I am too running Routeros 2.9beta16 and I am having problem setting up B/W shaping queues.
as sugested in OS 2.9 manual these two commands should have done my work.
[bikrant@MikroTik] ip firewall mangle> add src-address=192.168.0.0/24 action=mark-connection new-connection-mark=server-con chain=prerouting
I don’t see any new-connection-mark match instead there is connection-mark.
[bikrant@MikroTik] ip firewall mangle> add connection-mark=server-con action=mark-packet new-packet-mark=server chain=prerouting
action=mark-packet is not supported. mark-packet action is not listed at all!.
What is the solution? DO i need to upgrade to newer version?
Please suggest.
Bikrant
Eugene
July 20, 2005, 10:01am
8
Yup, you definitely need to upgrade.
thanks It worked as expected. Upgrading OS is really cool