24.11.2014 Views

General Information

General Information

General Information

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

1. Mark all packets with flow all:<br />

/ip firewall mangle add action=accept mark-flow=all<br />

2. Create two PCQ queue types - one for download and one for upload. For download traffic<br />

queues will be classified by dst-address and for upload - by src-address:<br />

/queue type add name=PCQ-Download kind=pcq pcq-rate=65536 \<br />

pcq-classifier=dst-address<br />

/queue type add name=PCQ-Upload kind=pcq pcq-rate=32768 \<br />

pcq-classifier=src-address<br />

3. Add two queue rules - one for download and one for upload:<br />

/queue tree add parent=global-in queue=PCQ-Download flow=all<br />

/queue tree add parent=global-out queue=PCQ-Upload flow=all<br />

Page 455 of 568<br />

Copyright 1999-2005, MikroTik. All rights reserved. Mikrotik, RouterOS and RouterBOARD are trademarks of Mikrotikls SIA.<br />

Other trademarks and registred trademarks mentioned herein are properties of their respective owners.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!