Difference between revisions of "RUT900 QoS"

From Teltonika Networks Wiki
(Replaced content with "{{Template: Networking_rut_manual_qos <!------------------------DEVICE-----------------------> | name = RUT900 | series = RUT9XX }}")
Tag: Replaced
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template: Networking_rut_manual_qos
+
__TOC__
<!------------------------DEVICE----------------------->
+
==Summary==
| name  = RUT900
+
 
| series = RUT9XX
+
With '''QoS''' you can prioritize network traffic selected by addresses, ports or services. This chapter is an overview of the '''QoS''' function in RUT routers.
}}
+
 
 +
==General settings and Interfaces==
 +
 
 +
The '''General settings''' section is used to enable or disable all QoS functionality and the '''Interfaces''' section allows you to set up bandwidth limits for specified network interfaces.
 +
 
 +
[[File:Services qos general settings and interfaces.png]]
 +
 
 +
<table class="nd-othertables">
 +
    <tr>
 +
        <td colspan="3" style="border: 1px solid white; border-bottom: 2px solid #0054A6; text-align: left; color: #0054A6;" >GENERAL SETTINGS</td>
 +
    </tr>
 +
    <tr>
 +
        <th style="width: 250px">field name</th>
 +
      <th style="width: 250px">value</th>
 +
      <th style="width: 579px">description</th>
 +
    </tr>
 +
    <tr>
 +
      <td>Enable</td>
 +
      <td>yes | no; Default: '''no'''</td>
 +
      <td>Toggles QoS functionality ON or OFF</td>
 +
    </tr>
 +
    <tr>
 +
        <td colspan="3" style="border: 1px solid white; border-bottom: 2px solid #0054A6;text-align: left; color: #0054A6;" >INTERFACES</td>
 +
    </tr>
 +
    <tr>
 +
      <td>Interface</td>
 +
      <td>WAN | LAN | PPP; Default: '''WAN'''</td>
 +
      <td>Interface that the rule applies to</td>
 +
    </tr>
 +
    <tr>
 +
    <td>Enable</td>
 +
        <td>yes | no; Default: '''no'''</td>
 +
        <td>Toggles the rule ON or OFF</td>
 +
    </tr>
 +
    <tr>
 +
    <td>Calculate overhead</td>
 +
        <td>yes | no; Default: '''no'''</td>
 +
        <td>Decreases upload and download ratio to prevent link saturation</td>
 +
    </tr>
 +
    <tr>
 +
      <td>Half-duplex</td>
 +
      <td>es | no; Default: '''no'''</td>
 +
      <td>Enables data transmission in both directions on a single carrier</td>
 +
    </tr>
 +
    <tr>
 +
      <td>Download speed (kbit/s)</td>
 +
      <td>integer; Default: '''1024'''</td>
 +
      <td>Specifies maximum download speed for the specified interface</td>
 +
    </tr>
 +
    <tr>
 +
    <td>Upload speed (kbit/s)</td>
 +
        <td>integer; Default: '''128'''</td>
 +
        <td>Specifies maximum upload speed for the specified interface</td>
 +
    </tr>
 +
</table>
 +
 
 +
==Classification Rules==
 +
 
 +
[[Image:Services qos classification rules.PNG]]
 +
 
 +
<table class="nd-mantable">
 +
    <tr>
 +
        <th>field name</th>
 +
      <th>value</th>
 +
      <th>description</th>
 +
    </tr>
 +
    <tr>
 +
      <td>Target</td>
 +
      <td>Priority | Express | Normal | Low; Default: '''WAN'''</td>
 +
      <td>Target for which the rule will be applied</td>
 +
    </tr>
 +
    <tr>
 +
      <td>Source host</td>
 +
      <td>All | ip; Default: '''All'''</td>
 +
      <td>Host from which data will be transmitted</td>
 +
    </tr>
 +
    <tr>
 +
    <td>Destination host</td>
 +
        <td>All | ip; Default: '''All'''</td>
 +
        <td>Host to which data will be transmitted</td>
 +
    </tr>
 +
    <tr>
 +
    <td>Protocol</td>
 +
        <td>All | TCP | UDP | ICMP | -- custom --; Default: '''All'''</td>
 +
        <td>Data transmission protocol</td>
 +
    </tr>
 +
    <tr>
 +
    <td>Ports</td>
 +
        <td>All | integer [0..65535]; Default: '''22,53'''</td>
 +
        <td>Port(s) that will be used for transmission. You can enter multiple ports by separating them by commas (',')</td>
 +
    </tr>
 +
    <tr>
 +
    <td>Number of bytes</td>
 +
        <td>integer; Default: " "</td>
 +
        <td>The maximum number of bytes for the connection</td>
 +
    </tr>
 +
</table>
 +
 
 +
[[Category:RUT900 WebUI]]

Revision as of 09:51, 1 March 2019

Main Page > RUT Routers > RUT900 > RUT900 Manual > RUT900 WebUI > RUT900 Services section > RUT900 QoS

Summary

With QoS you can prioritize network traffic selected by addresses, ports or services. This chapter is an overview of the QoS function in RUT routers.

General settings and Interfaces

The General settings section is used to enable or disable all QoS functionality and the Interfaces section allows you to set up bandwidth limits for specified network interfaces.

Services qos general settings and interfaces.png

GENERAL SETTINGS
field name value description
Enable yes | no; Default: no Toggles QoS functionality ON or OFF
INTERFACES
Interface WAN | LAN | PPP; Default: WAN Interface that the rule applies to
Enable yes | no; Default: no Toggles the rule ON or OFF
Calculate overhead yes | no; Default: no Decreases upload and download ratio to prevent link saturation
Half-duplex es | no; Default: no Enables data transmission in both directions on a single carrier
Download speed (kbit/s) integer; Default: 1024 Specifies maximum download speed for the specified interface
Upload speed (kbit/s) integer; Default: 128 Specifies maximum upload speed for the specified interface

Classification Rules

Services qos classification rules.PNG

field name value description
Target Priority | Express | Normal | Low; Default: WAN Target for which the rule will be applied
Source host All | ip; Default: All Host from which data will be transmitted
Destination host All | ip; Default: All Host to which data will be transmitted
Protocol All | TCP | UDP | ICMP | -- custom --; Default: All Data transmission protocol
Ports All | integer [0..65535]; Default: 22,53 Port(s) that will be used for transmission. You can enter multiple ports by separating them by commas (',')
Number of bytes integer; Default: " " The maximum number of bytes for the connection