Related Articles
|
|
|
Simple queues can be used to set up bandwidth management for the whole traffic leaving an interface, or for certain source and/or destination addresses. For more sophisticated queue setup use the queue trees described further on.To add simple queues, use the /queue simple add command:
[admin@MikroTik] queue simple> add dst-address=192.168.0.0/24 interface=ether1 \ Argument description: name - descriptive name for the queue To track how the rules are processed, see the bytes and packets counters for the queues:
[admin@MikroTik] queue simple> .. tree print Queue rules are processed in the order they appear in the /queue tree print list. If some packet matches the queue rule, then the queuing mechanism specified in that rule is applied to it, and no more rules are processed for that packet.
|



