User Tools

Site Tools


networking:router:mikrotik_qos

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
networking:router:mikrotik_qos [2014/09/26 14:57]
gcooper
networking:router:mikrotik_qos [2019/03/14 07:57] (current)
gcooper
Line 2: Line 2:
  
 See also **[[https://www.sonoracomm.com/wiki/doku.php?do=search&id=mikrotik|other Mikrotik pages in this wiki]]** See also **[[https://www.sonoracomm.com/wiki/doku.php?do=search&id=mikrotik|other Mikrotik pages in this wiki]]**
 +
 +https://www.mikrotik-routeros.com/2014/05/the-mother-of-all-qos-trees-v6-0/
  
 **Background**: http://www.rhyshaden.com/qos.htm **Background**: http://www.rhyshaden.com/qos.htm
 +
 +**Background**: http://wiki.mikrotik.com/wiki/NetworkPro_on_Quality_of_Service
 +
 +**Marking Connections**: http://forum.mikrotik.com/viewtopic.php?t=49106#p249410
 +
 +**Bridged**: http://wiki.mikrotik.com/wiki/TransparentTrafficShaper
  
 **Snom Wiki**: http://wiki.snom.com/Category:HowTo:QoS **Snom Wiki**: http://wiki.snom.com/Category:HowTo:QoS
Line 33: Line 41:
 ^ ^Voice Bearer  ^Control ^Video      ^ ^ ^Voice Bearer  ^Control ^Video      ^
 |DSCP |46 (EF)       |24 (CS3) |34 (AF41)  | |DSCP |46 (EF)       |24 (CS3) |34 (AF41)  |
-|COS |5        |3            |4          |+|COS |5        |3               |4          |
  
 ==== More Complete Chart ==== ==== More Complete Chart ====
  
 {{ :networking:router:dscp_tos.png |DSCP Conversion Chart}} {{ :networking:router:dscp_tos.png |DSCP Conversion Chart}}
 +
 +===== Throttle Traffic =====
 +
 +You can use Simple Queues to throttle all traffic to or from an IP address.
 +
 +  * Throttle Printer Traffic
 +
 +{{ :networking:router:mikrotik_simple_queues_printers.png?750 |Simple Queues}}
  
 ===== Lite Script ===== ===== Lite Script =====
  
 FIXME Untested FIXME Untested
 +
 +:!: This script may be appropriate in a CPE router with an IP PBX behind it.
  
 http://forum.mikrotik.com/viewtopic.php?f=13&t=73214#p371300 http://forum.mikrotik.com/viewtopic.php?f=13&t=73214#p371300
  
-  * This is a very simple script with just two priority queues+  * This is a very simple script with just two levels of priority
     * It prioritizes VoIP and that's it     * It prioritizes VoIP and that's it
   * Internet service in this example is 5M down and 1M up   * Internet service in this example is 5M down and 1M up
   * Max-limit is the maximum amount that marked traffic may reach   * Max-limit is the maximum amount that marked traffic may reach
     * This is necessary for the algorithms to function and must not be 0     * This is necessary for the algorithms to function and must not be 0
-    * Choose a value 80%-90% of your tested speed to prevent the ISP's equipment from buffering+    * Choose a value 80%-90% of your tested speed to prevent the ISP's equipment from [[http://forum.mikrotik.com/viewtopic.php?f=13&t=73214&p=371363#p371361|buffering]] 
 +  * Replace ''192.168.100.5'' withthe IP of your IP-PBX
  
 <file> <file>
networking/router/mikrotik_qos.1411765072.txt.gz · Last modified: 2014/09/26 14:57 by gcooper