Difference between revisions of "Template:Networking rutos manual vrrp"

From Teltonika Networks Wiki
(29 intermediate revisions by 5 users not shown)
Line 1: Line 1:
===VRRP===
+
<!-- Template uses {{{name}}}, {{{series}}} -->
====Summary====
+
{{Template:Networking_rutos_manual_fw_disclosure
----
+
| fw_version = {{{series}}}_R_00.02.04.1
 +
| series    = {{{series}}}
 +
}}
 +
 
 +
==Summary==
 +
 
 
<b>Virtual Router Redundancy Protocol</b> (<b>VRRP</b>) is a computer networking protocol used for automatic default gateway selection for clients on a LAN network in case the main router (Master) becomes unavailable. Another VRRP router (Backup) then assumes the role of Master; thus backing up the connection.  
 
<b>Virtual Router Redundancy Protocol</b> (<b>VRRP</b>) is a computer networking protocol used for automatic default gateway selection for clients on a LAN network in case the main router (Master) becomes unavailable. Another VRRP router (Backup) then assumes the role of Master; thus backing up the connection.  
  
This page is an overview of the VRRP section of {{{name}}} devices.
+
This page is an overview of the VRRP section of {{{name}}} routers.
{{#switch: {{{series}}}
+
 
|RUTX|RUTM =
+
==VRRP==
|#default =
+
 
<u><b>Note:</b> VRRP is additional software that can be installed from the <b>System → [[{{{name}}} Package Manager|Package Manager]]</b> page.</u>
+
To begin configuring VRRP you must first add a new <b>VRRP configuration</b> instance.
}}
+
You can do that by entering a custom name for the configuration and clicking the 'Add' button.  
====VRRP Configuration====
+
A new VRRP configuration instance will appear in the "VRRP Configurations" list.
----
 
The <b>VRRP Configuration</b> section lists VRRP instances currently existing on the device. By default the list is empty thus, you must first create at least one instance in order to begin configuring VRRP.
 
  
<ol>
+
[[File:Networking_rutx_manual_vrrp_vrrp_configurations_v1.png|border|class=tlt-border]]
  <li>Enter a custom name for the new VRRP configuration in the 'Name' field.</li>
 
  <li>Click the 'Add' button.</li>
 
  <li>Click the 'Edit' button next to the newly created instance.</li>
 
</ol>
 
  
[[File:Networking_rutos_manual_vrrp_add_new_configuration_v1.png|border|class=tlt-border]]
+
===VRRP configuration===
 +
----
 +
To begin configuring a VRRP instance, click the button that looks like a pencil next to it.
  
<b id="link"></b>After clicking the 'Edit' button you should be redirected to that VRRP instance's configuration page, which should look similar to this:
+
The <b>VRRP LAN configuration settings</b> section is used to set the main settings of VRRP.
 +
Refer to the figure and table below for information on the fields contained in that section.
  
[[File:Networking_rutos_manual_vrrp_vrrp_configuration_settings_v3.png|border|class=tlt-border]]
+
[[File:Networking_rutx_manual_vrrp_vrrp_configuration_settings_v1.png]]
  
 
<table class="nd-mantable">
 
<table class="nd-mantable">
Line 56: Line 58:
 
             </ul>
 
             </ul>
 
         </td>
 
         </td>
    </tr>
 
    <tr>
 
    <td>Advertisement interval</td>
 
        <td>integer [1..255]; default: <b>100</b></td>
 
        <td>Time interval (in seconds) between router advertisements on the VRRP network.</td>
 
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
Line 73: Line 70:
 
     </tr>
 
     </tr>
 
</table>
 
</table>
 +
<!--
 +
==Check Internet connection==
  
====Check connection====
+
The <b>Check Internet connection</b> section is used to set the parameters that define how the router will determine whether the Internet connection is still available or not. This is done by periodically sending ICMP packets to a defined host and awaiting responses. If no response is received after a defined period of time, the connection is determined to be down, and thus the role of Master is assumed by another router in the network.
----
 
The <b>Check connection</b> section is used to set the parameters that  
 
define how the router will determine whether the connection is still  
 
available or not. This is done by periodically sending ICMP packets from interface,
 
configured in [[#link|VRRP Configuration]] section, to a defined  
 
host and awaiting responses. If no response is received after a defined period of  
 
time, the connection is determined to be down, and thus the role of Master is  
 
assumed by another router in the network.  
 
  
Refer to the figure and table below for information on the fields contained in the Check connection section.
+
Refer to the figure and table below for information on the fields contained in the Check Internet connection section.
  
[[File:Networking_rutos_manual_vrrp_vrrp_configuration_check_conn_v2.png|border|class=tlt-border]]
+
[[File:{{{file_connection}}}]]
  
 
<table class="nd-mantable">
 
<table class="nd-mantable">
Line 97: Line 88:
 
       <td>Enable</td>
 
       <td>Enable</td>
 
       <td>yes | no; default: <b>no</b></td>
 
       <td>yes | no; default: <b>no</b></td>
       <td>Turns connection checking on or off.</td>
+
       <td>Turns Internet connection checking on or off.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
       <td>IP address or hostname</td>
+
       <td>Ping IP address</td>
 
       <td>ip | host; default: <b>none</b></td>
 
       <td>ip | host; default: <b>none</b></td>
       <td>IP address or hostname to which the router will send ICMP packets. This is used to determine whether the connection is still available or not. ICMP packets will be send from interface, configured in [[#link|VRRP Configuration]] section, therefore make sure you enter reachable IP address or hostname.</td>
+
       <td>IP address or hostname to which the router will send ICMP packets. This is used to determine whether the Internet connection is still available or not. Therefore, it is recommended that you enter the address of remote host that is usually available (for example, <i>8.8.8.8</i>).</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
     <td>Ping interval</td>
 
     <td>Ping interval</td>
 
         <td>integer; default: <b>10</b></td>
 
         <td>integer; default: <b>10</b></td>
         <td>Time interval (in seconds) between two pings.</td>
+
         <td>Time interval (in seconds) between two Pings </td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
     <td>Ping timeout</td>
+
     <td>Ping timeout (sec)</td>
         <td>integer; default: <b>1</b></td>
+
         <td>integer [1..9999]; default: <b>1</b></td>
         <td>The maximum amount of time in seconds the router will wait for a response to a ping request. If it does not receive a response within the amount of time defined in this field, the ping request will be considered to have failed.</td>
+
         <td>The maximum amount of time the router will wait for a response to a ping request. If it does not receive a response for the amount of time defined in this field, the ping request will be considered to have failed.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
     <td>Ping packet size</td>
 
     <td>Ping packet size</td>
         <td>integer; default: <b>56</b></td>
+
         <td>integer [0..1000]; default: <b>none</b></td>
 
         <td>The size (in bytes) of sent ICMP packets.</td>
 
         <td>The size (in bytes) of sent ICMP packets.</td>
    </tr>
 
    <tr>
 
    <td>Ping attempts</td>
 
        <td>integer; default: <b>4</b></td>
 
        <td>Number of ping packets sent.</td>
 
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
     <td>Ping retry count</td>
 
     <td>Ping retry count</td>
         <td>integer; default: <b>5</b></td>
+
         <td>integer [1..9999]; default: <b>none</b></td>
         <td>How many times the router will retry sending ping requests before determining that the connection has failed.</td>
+
         <td>How many times the router will retry sending ping requests before determining that the Internet connection has failed.</td>
 
     </tr>
 
     </tr>
 
</table>
 
</table>
 +
-->
 +
==See also==
 +
 +
<ul>
 +
    <li>[[VRRP_configuration|VRRP configuration example]]</li>
 +
</ul>
 +
 +
[[Category:{{{name}}} Services section]]

Revision as of 07:42, 3 July 2020

Template:Networking rutos manual fw disclosure

Summary

Virtual Router Redundancy Protocol (VRRP) is a computer networking protocol used for automatic default gateway selection for clients on a LAN network in case the main router (Master) becomes unavailable. Another VRRP router (Backup) then assumes the role of Master; thus backing up the connection.

This page is an overview of the VRRP section of {{{name}}} routers.

VRRP

To begin configuring VRRP you must first add a new VRRP configuration instance. You can do that by entering a custom name for the configuration and clicking the 'Add' button. A new VRRP configuration instance will appear in the "VRRP Configurations" list.

File:Networking rutx manual vrrp vrrp configurations v1.png

VRRP configuration


To begin configuring a VRRP instance, click the button that looks like a pencil next to it.

The VRRP LAN configuration settings section is used to set the main settings of VRRP. Refer to the figure and table below for information on the fields contained in that section.

File:Networking rutx manual vrrp vrrp configuration settings v1.png

Field Value Description
Enable off | on; default: off Turns VRRP on or off.
Virtualize MAC off | on; default: off Turns the possibility to use virtual MAC addresses on or off.
Virtual ID integer [1..255]; default: 1 The Virtual Router Identifier (VRID) is a field in the VRRP packet IP header used to identify the virtual router in the VRRP cluster. Routers with identical IDs will be grouped in the same VRRP cluster.
Priority integer [1..255]; default: 100 VRRP priority of the virtual router. Higher values equal higher priority. The router with the highest priority is considered to be the Master router while other routers are Backup routers.
    sends periodic VRRP Advertisement messages
  • Master router - the first hop router in the VRRP cluster (i.e., the router that provides connectivity to LAN devices by default).
  • Backup router - assumes the role of Master router in case it becomes unavailable. If there multiple Backup routers in the VRRP cluster, the one with the highest priority will assume the role of Master.
Interface network interface; default: LAN Selects which interface VRRP will operate on.
IP address ip; default: none Virtual IP address for the router's VRRP cluster.

See also

[[Category:{{{name}}} Services section]]