Changes

Replaced content with "."
Line 1: Line 1: −
{{Template:Networking_all_manual_fw_disclosure
+
.
| fw_version = {{{series}}}_R_00.02.04
  −
}}
  −
==Summary==
  −
 
  −
The <b>QoS</b> (<b>Quality of Service</b>) page is used to set up Smart Queue Management (SQM) instances which can limit the download and upload speeds of selected network interfaces.
  −
 
  −
This manual page provides an overview of the QoS windows in {{{name}}} routers.
  −
 
  −
{{Template:Networking_rutos_manual_basic_advanced_webui_disclaimer}}
  −
 
  −
==Smart Queue Management==
  −
 
  −
The <b>Smart Queue Management</b> section contains a list of existing SQM instances and can be used manage them (edit/delete/enable/disable). By default the list is empty:
  −
 
  −
[[File:Networking_all_manual_qos_smart_queue_management_v1.png|border|class=tlt-border]]
  −
----
  −
To add a new instance and begin editing, look below to the <b>Add New SQM Configuration</b> section and:
  −
 
  −
<ol>
  −
    <li>enter a custom name in the 'Name' field;</li>
  −
    <li>click the 'Add' button;</li>
  −
    <li>click the 'Edit' button next to newly created instance.</li>
  −
</ol>
  −
 
  −
[[File:Networking_all_manual_qos_and_new_sqm_example_v1.png]]
  −
 
  −
Refer to the sections below for information on editing SQM instances.
  −
 
  −
===Basic Settings===
  −
----
  −
The <b>Basic Settings</b> section is used to set download and upload speed limits for a selected network interface.
  −
 
  −
[[File:Networking_all_manual_qos_smart_queue_management_basic_settings_v1.png|border|class=tlt-border]]
  −
 
  −
<table class="nd-mantable">
  −
    <tr>
  −
        <th>Field</th>
  −
      <th>Value</th>
  −
      <th>Description</th>
  −
    </tr>
  −
    <tr>
  −
      <td>Enabled</td>
  −
      <td>off | on; default: <b>off</b></td>
  −
      <td>Turns the SQM configuration on or off.</td>
  −
    </tr>
  −
    <tr>
  −
      <td>Interface name</td>
  −
      <td>network interface; default: <b>br-lan (lan)</b></td>
  −
      <td>Selects to which interface this SQM configuration will apply. <b>Additional note:</b> consider reading the [[{{{name}}}__QoS#Additional_notes|Additional notes]] section before limiting speeds on selected interfaces.</td>
  −
    </tr>
  −
    <tr>
  −
      <td>Download speed (kbit/s)</td>
  −
      <td>integer [0..9999999999999999]; default: <b>none</b></td>
  −
      <td>Limits the download speed (ingress) of the selected interface to the value specified in this field.</td>
  −
    </tr>
  −
    <tr>
  −
      <td>Upload speed (kbit/s)</td>
  −
      <td>integer [0..9999999999999999]; default: <b>none</b></td>
  −
      <td>Limits the upload speed (ingress) of the selected interface to the value specified in this field.</td>
  −
    </tr>
  −
</table>
  −
 
  −
===Advanced Settings===
  −
----
  −
The <b>Advanced Settings</b> section describes the internal logic of the SQM configuration.
  −
 
  −
[[File:Networking_all_manual_qos_smart_queue_management_advanced_settings_v1.png|border|class=tlt-border]]
  −
 
  −
<table class="nd-mantable">
  −
    <tr>
  −
        <th>Field</th>
  −
      <th>Value</th>
  −
      <th>Description</th>
  −
    </tr>
  −
    <tr>
  −
      <td>Queuing disciplines usable on this system</td>
  −
      <td>cake | fq_codel; default: <b>cake</b></td>
  −
      <td>Queue management logic type. Look to the row below for detailed information.</td>
  −
    </tr>
  −
    <tr>
  −
      <td>Queue setup script</td>
  −
      <td>layer_cake.qos | piece_of_cake.qos | simple.qos | simplest.qos | simplest_tbf.qos; default: <b>piece_of_cake.qos</b></td>
  −
      <td>Describes the queue management logic.
  −
            <ul>
  −
                <li><b>cake</b>
  −
                    <ul>
  −
                        <li><b>layer_cake.qos</b> - uses the cake qdisc as a replacement for both htb as shaper and fq_codel as leaf qdisc. This exercises cake's diffserv profile(s) as different "layers" of priority.</li>
  −
                        <li><b>piece_of_cake.qos</b> - uses the cake qdisc as a replacement for both htb as shaper and fq_codel as leaf qdisc. It just does not come any simpler than this, in other words it truly is a "piece of cake".</li>
  −
                    </ul>
  −
                </li>
  −
                <li><b>fq_codel</b>
  −
                    <ul>
  −
                        <li><b>simple.qos</b> - BW-limited three-tier prioritisation scheme with your qdisc on each queue.</li>
  −
                        <li><b>simplest.qos</b> - simplest possible configuration: HTB rate limiter with your qdisc attached.</li>
  −
                        <li><b>simplest_tbf.qos</b> - simplest possible configuration (TBF): TBF rate limiter with your qdisc attached. TBF may give better performance than HTB on some architectures.</li>
  −
                    </ul>
  −
                </li>
  −
            </ul>
  −
        </td>
  −
    </tr>
  −
</table>
  −
 
  −
===Additional notes===
  −
----
  −
Please consider that limiting the speed of certain interfaces may limit the speed of other interfaces as well. For example, if you limit the download and upload speeds of the default LAN interface (<i>br-lan</i>) to 50 000 kbps (50 Mbps) this will affect the speeds between:
  −
 
  −
<ul>
  −
    <li>Ethernet LAN machines (including the router)</li>
  −
    <li>Ethernet LAN machines and WAN<span class="asterisk">*</span></li>
  −
{{#ifeq:{{{wifi}}}|1|<li>WiFi devices<span class="asterisk">**</span></li>
  −
    <li>Wifi devices and LAN machines<span class="asterisk">**</span></li>
  −
    <li>WiFi devices and WAN<span class="asterisk">**</span></li>
  −
|}}</ul>
  −
 
  −
<span class="asterisk">*</span> Since LAN machines communicate with WAN servers over the router which is also considered a LAN machine, LAN-to-WAN and WAN-to-LAN speeds are also affected.
  −
{{#ifeq:{{{wifi}}}|1|<span class="asterisk">**</span> By default, wireless network interfaces are attached to the default Ethernet LAN network (<i>br-lan</i>). If you wish for WiFi speeds to remain unaffected, consider creating an additional Ethernet interface and attach your WiFi interfaces to it. This can done in the following WebUI pages:
  −
 
  −
<ul>
  −
    <li>Network → [[{{{name}}} Interfaces|Interfaces]] (to create an additional network interface)</li>
  −
    <li>Network → [[{{{name}}} Wireless|Wireless]] (to attach WiFi interfaces to Ethernet interfaces)</li>
  −
</ul>
  −
|}}
  −
The table below demonstrates speed changes between some of the main default network interfaces if <b><i>br-lan</i> speed is set to 50 Mbps</b>.
  −
 
  −
<table class="nd-othertables_3" style="text-align: center;">
  −
    <tr>
  −
        <th width=150 style="text-align: center;"></th>
  −
        <th width=200 style="text-align: center;">Ethernet LAN</th>
  −
{{#ifeq:{{{wifi}}}|1|<th width=200 style="text-align: center;">WiFi LAN</th>|}}
  −
      <th width=200 style="text-align: center;">Ethernet WAN</th>
  −
      <th width=200 style="text-align: center;">Mobile WAN</th>
  −
    </tr>
  −
    <tr>
  −
      <td style="text-align: left; font-weight: bold">Ethernet LAN</td>
  −
      <td>50</td>
  −
{{#ifeq:{{{wifi}}}|1|<td>50</td>|}}
  −
      <td>50</td>
  −
      <td>50</td>
  −
    </tr>
  −
{{#ifeq:{{{wifi}}}|1|<tr>
  −
      <td style="text-align: left; font-weight: bold">WiFi LAN</td>
  −
      <td>50</td>
  −
        <td>50</td>
  −
      <td>50</td>
  −
      <td>50</td>
  −
|}} </tr>
  −
    <tr>
  −
      <td style="text-align: left; font-weight: bold">Ethernet WAN</td>
  −
      <td>50</td>
  −
{{#ifeq:{{{wifi}}}|1|<td>50</td>|}}
  −
      <td>unchanged</td>
  −
      <td>unchanged</td>
  −
    </tr>
  −
    <tr>
  −
      <td style="text-align: left; font-weight: bold">Mobile WAN</td>
  −
      <td>50</td>
  −
{{#ifeq:{{{wifi}}}|1|<td>50</td>|}}
  −
      <td>unchanged</td>
  −
      <td>unchanged</td>
  −
    </tr>
  −
</table>
  −
 
  −
Changing the speeds of other network interfaces may also affect more than one interface. However, the Ethernet LAN interface (<i>br-lan</i>) is related to most interfaces. Therefore, it is advised to limit the speeds of other interfaces in order to achieve more precise results (unless, of course, your goal to is to limit the speed of <i>br-lan</i>).
  −
----
  −
Another example to consider is limiting WAN interface speeds since that is the most widely implemented use case and affects less interface-to-interface relationships. For instance, limiting <b>Ethernet WAN (<i>eth1</i>) speed to 50 Mbps</b> would produce the following results:
  −
 
  −
<table class="nd-othertables_3" style="text-align: center;">
  −
    <tr>
  −
        <th width=150></th>
  −
        <th width=200 style="text-align: center;">Ethernet LAN</th>
  −
{{#ifeq:{{{wifi}}}|1|<th width=200 style="text-align: center;">WiFi LAN</th>|}}
  −
      <th width=200 style="text-align: center;">Ethernet WAN</th>
  −
      <th width=200 style="text-align: center;">Mobile WAN</th>
  −
    </tr>
  −
    <tr>
  −
      <td style="text-align: left; font-weight: bold">Ethernet LAN</td>
  −
      <td>unchanged</td>
  −
{{#ifeq:{{{wifi}}}|1|<td>unchanged</td>|}}
  −
      <td>50</td>
  −
      <td>unchanged</td>
  −
    </tr>
  −
{{#ifeq:{{{wifi}}}|1|<tr>
  −
      <td style="text-align: left; font-weight: bold">WiFi LAN</td>
  −
      <td>unchanged</td>
  −
        <td>unchanged</td>
  −
      <td>50</td>
  −
      <td>unchanged</td>
  −
    </tr>
  −
|}} <tr>
  −
      <td style="text-align: left; font-weight: bold">Ethernet WAN</td>
  −
      <td>50</td>
  −
{{#ifeq:{{{wifi}}}|1|<td>50</td>|}}
  −
      <td>unchanged</td>
  −
      <td>unchanged</td>
  −
    </tr>
  −
    <tr>
  −
      <td style="text-align: left; font-weight: bold">Mobile WAN</td>
  −
      <td>unchanged</td>
  −
{{#ifeq:{{{wifi}}}|1|<td>unchanged</td>|}}
  −
      <td>unchanged</td>
  −
      <td>unchanged</td>
  −
    </tr>
  −
</table>
  −
 
  −
Please take caution when using SQM to limit speeds in order to avoid unexpected results.
  −
 
  −
==Add New SQM Configuration==
  −
 
  −
The <b>Add New SQM Configuration</b> is used to create new SQM instances. Simply enter a custom name for the new instance and click the 'Add' button. You will find the newly added instance in the "[[{{{name}}}_QoS#Smart_Queue_Management|Smart Queue Management]]" section right above this one.
  −
 
  −
[[File:Networking_all_manual_qos_and_new_sqm_v1.png|border|class=tlt-border]]
  −
 
  −
[[Category:{{{name}}} Services section]]
 

Navigation menu