I have 2011UiAS-2HnD with MT v6.13 and decided to use first 5 ether ports in switch mode. Set all ports except ether1 to have ether1 to master, and it works fine.
I want to use this switch for lan.
Also I want to set simple queue so I can handle traffic coming to and from lan.
I tried
/queue simple add max-limit=1G/1G name=ether1 queue=default/default target=ether1
It does not show any traffic in this queue.
By checking interface list i can see that actual traffic in a switch comes from ether2.
Ether2 is configured as
/interface ethernet set l2mtu=1524 mac-address=00:00:44:F3:4B:B3 master-port=ether1 name=ether2
I tried
/queue simple add max-limit=1G/1G name=ether2 queue=default/default target=ether2
This does not work either.
U tried some other settings ut got nothing. Simple queue rule simply does not show any traffic from switch interfaces.
So, I need help example how to set simple queue rule that would show traffic coming from switch (all ether ports assigned to the switch) at once?
Mikrotik Manual form Simple Queues did not help a lot as it uses old syntax that does not work on MT v.6.13, and it does not even mention handling switched ether interfaces leaving assumption that it should be handled as usual ether interface.