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

From Teltonika Networks Wiki
(prepare for 9xx 6.6 fw)
Line 29: Line 29:
 
{{#ifeq:{{{series}}}|RUT9xx|
 
{{#ifeq:{{{series}}}|RUT9xx|
 
     <tr>
 
     <tr>
       <td>Virutalize MAC</td>
+
       <td>Virtualize MAC</td>
 
       <td>yes <nowiki>|</nowiki> no; default: <b>no</b></td>
 
       <td>yes <nowiki>|</nowiki> no; default: <b>no</b></td>
 
       <td>Turns the possibility to use virtual MAC addresses on or off.</td>
 
       <td>Turns the possibility to use virtual MAC addresses on or off.</td>
Line 58: Line 58:
 
       <td>Time interval in seconds between advertisements</td>
 
       <td>Time interval in seconds between advertisements</td>
 
     </tr>
 
     </tr>
 +
{{#ifeq:{{{series}}}|RUT9xx|
 +
    <tr>
 +
      <td>Interface</td>
 +
      <td>network interface; default: <b>LAN</b></td>
 +
      <td>Selects which interface VRRP will operate on.</td>
 +
    </tr>
 +
}}
 
</table>
 
</table>
 
+
{{#ifeq:{{{series}}}|RUT2xx|
 
==Check Internet connection==
 
==Check Internet connection==
  
Line 76: Line 83:
 
     <tr>
 
     <tr>
 
       <td>Enable</td>
 
       <td>Enable</td>
       <td>yes | no; default: <b>no</b></td>
+
       <td>yes <nowiki>|</nowiki> no; default: <b>no</b></td>
 
       <td>Turns Internet connection checking on or off.</td>
 
       <td>Turns Internet connection checking on or off.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
       <td>Ping IP address</td>
 
       <td>Ping IP address</td>
       <td>ip | host; default: <b>none</b></td>
+
       <td>ip <nowiki>|</nowiki> 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 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>
 
       <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>
Line 105: Line 112:
 
     </tr>
 
     </tr>
 
</table>
 
</table>
 
+
}}
 
==See also==
 
==See also==
  

Revision as of 10:09, 2 March 2020

Summary

The 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.

The information in this page is updated in accordance with the [[Media:{{{fw_version}}}_WEBUI.bin|{{{fw_version}}}]] firmware version.

VRRP configuration

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:{{{file_config}}}]]

Field Value Description
Enable yes | no; default: no Turns VRRP on or off.
IP address ip; default: 192.168.1.253 Virtual IP address for the router LAN's VRRP cluster.
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.
Advertisement Interval integer [1..255]; default: 1 Time interval in seconds between advertisements

See also

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