Difference between revisions of "Template:Networking rut manual load balancing"

From Teltonika Networks Wiki
m (Text replacement - "\{\{Template: Networking_rutos_manual_fw_disclosure (.*) (.*) (.*) (.*) \}\}" to "{{Template: Networking_device_manual_fw_disclosure | series = {{{series}}} | name = {{{name}}} | fw_version ={{Template: Networking_device_manual_latest_fw | series = {{{series}}} | name = {{{name}}} }} }}")
Tags: Mobile edit Mobile web edit
m (add borders)
(19 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Template: Networking_device_manual_fw_disclosure
 
| series = {{{series}}}
 
| name  = {{{name}}}
 
| fw_version ={{Template: Networking_device_manual_latest_fw
 
| series = {{{series}}}
 
| name  = {{{name}}}
 
}}
 
}}
 
__TOC__
 
 
==Summary==
 
==Summary==
  
<b>Load Balancing</b> provides the possibility create policies and rules that divide traffic between different interfaces.
+
Load balancing lets users create rules that divide traffic between different interfaces. This chapter is an Overview of the Load Balancing function in RUT routers.
 
 
This chapter of the user manual provides an overview of the Load Balancing page for {{{name}}} devices.
 
  
 
==Policies==
 
==Policies==
  
The '''Policies''' section contains Load Balancing policies. One default policy named '''Balanced''' is already in place. You can edit this default policy or create a new custom policy.  
+
The '''Policies''' section contains Load Balancing rules. One default rule named '''Balanced''' is already in place. You can edit this default rule or create a new custom rule.  
  
[[Image:Network load balancing policies v1.PNG|border|class=tlt-border]]
 
  
To configure a Policy, click the '''Edit''' button located next to it, after which you will be redirected to the Configuration window.
+
[[Image:Network load balancing policies.PNG|border|class=tlt-border]]
  
[[Image:Network load balancing policies configuration v1.PNG|border|class=tlt-border]]
 
  
As you can see from the image above, the configuration is very simple. You can assign
+
To configure a Policy, click the '''Edit''' button located next to it, after which you will be redirected to the Configuration window.
ratio values to WAN interfaces. The ratio values represent a percentage of load that
 
will go through an interface. For example, in the default configuration 3 parts of
 
traffic will go through the Mobile interface and 2 parts will go through the Wired
 
interface, which means roughly 60% (3/5) of data will be transferred through Mobile,
 
40% (2/5) through Wired. If the ratios would be different, say Mobile: 5, Wired: 10, then
 
33% (5/15) of data would be transferred through Mobile, and 66% (10/15) would go through Wired.
 
 
 
==Rules==
 
 
 
The '''Rules''' section contains Load Balancing rules. One default rule named
 
'''default_rule''' is already in place. You can edit this default rule or create a new custom rule.
 
  
[[Image:Network load balancing rules.PNG|border|class=tlt-border]]
 
  
To configure a rule, click the '''Edit''' button located next to it, after which you will be redirected to the Configuration window.
+
[[Image:Network load balancing policies configuration.PNG|border|class=tlt-border]]
  
[[Image:Network load balancing rules configuration v1.PNG|border|class=tlt-border]]
 
  
<table class="nd-mantable">
+
As you can see from the image above, the configuration is very simple. You can assign ratio values to WAN interfaces. The ratio values represent a percentage of load that will go through an interface. For example, in the default configuration 3 parts of traffic will go through the Mobile interface and 2 parts will go through the Wired interface, which means roughly 60% (3/5) of data will be transferred through Mobile, 40% (2/5) through Wired. If the ratios would be different, say Mobile: 5, Wired: 10, then 33% (5/15) of data would be transferred through Mobile, and 66% (10/15) would go through Wired.
    <tr>
 
        <th>field name</th>
 
      <th>value</th>
 
      <th>description</th>
 
    </tr>
 
    <tr>
 
      <td>Source address</td>
 
      <td>ip; Default: '''none'''</td>
 
      <td>Source IP address. Can be specified in CIDR notation (eg "192.168.1.0/24" without quotes).</td>
 
    </tr>
 
    <tr>
 
      <td>Source port</td>
 
      <td>number; Default: '''none'''</td>
 
      <td>Source port number. May be entered as a single or multiple ports (eg "21" or "80,443" without quotes).</td>
 
    </tr>
 
    <tr>
 
    <td>Destination address</td>
 
        <td>ip; Default: '''0.0.0.0/0'''</td>
 
        <td>Destination IP address. Can be specified in CIDR notation (eg "192.168.1.0/24" without quotes).</td>
 
    </tr>
 
    <tr>
 
    <td>Destination port</td>
 
        <td>number; Default: '''none'''</td>
 
        <td>Destination port number. May be entered as a single or multiple ports (eg "21" or "80,443" without quotes).</td>
 
    </tr>
 
    <tr>
 
    <td>Protocol</td>
 
        <td>all | ip | #hopopt | icmp | igmp | ggp | ipencap | st | tcp | egp | igp | pup | udp | hmp | xns | rdp | iso | xtp | ddp | idpr | ipv6 | ipv6 | ipv6 | idrp | rsvp | gre | esp | ah | skip | ipv6 | ipv6 | ipv6 | rspf | vmtp | eigrp | ospf | ax | ipip | etherip | encap | pim | ipcomp | vrrp | l2tp | isis | sctp | fc; Default: '''all'''</td>
 
        <td>Which protocol to use.</td>
 
    </tr>
 
    <tr>
 
    <td>Policy assigned</td>
 
        <td>policies; Default: '''balanced'''</td>
 
        <td>Policy to use for this rule.</td>
 
    </tr>
 
</table>
 
  
[[Category:{{{name}}} Network section]]
+
[[Category:{{{name}}} WebUI]]

Revision as of 14:17, 2 March 2020

Summary

Load balancing lets users create rules that divide traffic between different interfaces. This chapter is an Overview of the Load Balancing function in RUT routers.

Policies

The Policies section contains Load Balancing rules. One default rule named Balanced is already in place. You can edit this default rule or create a new custom rule.


Network load balancing policies.PNG


To configure a Policy, click the Edit button located next to it, after which you will be redirected to the Configuration window.


Network load balancing policies configuration.PNG


As you can see from the image above, the configuration is very simple. You can assign ratio values to WAN interfaces. The ratio values represent a percentage of load that will go through an interface. For example, in the default configuration 3 parts of traffic will go through the Mobile interface and 2 parts will go through the Wired interface, which means roughly 60% (3/5) of data will be transferred through Mobile, 40% (2/5) through Wired. If the ratios would be different, say Mobile: 5, Wired: 10, then 33% (5/15) of data would be transferred through Mobile, and 66% (10/15) would go through Wired.

[[Category:{{{name}}} WebUI]]