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

From Teltonika Networks Wiki
Line 27: Line 27:
 
       <td>Turns VRRP on or off.</td>
 
       <td>Turns VRRP on or off.</td>
 
     </tr>
 
     </tr>
{{#ifeq:{{{series}}}|RUT9xx|
+
{{#ifeq:{{{series}}}|RUT9XX|
 
     <tr>
 
     <tr>
 
       <td>Virtualize MAC</td>
 
       <td>Virtualize MAC</td>
Line 33: Line 33:
 
       <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>
 
     </tr>|}}
 
     </tr>|}}
    <tr>
 
      <td>IP address</td>
 
      <td>ip; default: <b>192.168.1.253</b></td>
 
      <td>Virtual IP address for the router LAN's VRRP cluster.</td>
 
    </tr>
 
 
     <tr>
 
     <tr>
 
     <td>Virtual ID</td>
 
     <td>Virtual ID</td>
Line 58: Line 53:
 
       <td>Time interval in seconds between advertisements</td>
 
       <td>Time interval in seconds between advertisements</td>
 
     </tr>
 
     </tr>
{{#ifeq:{{{series}}}|RUT9xx|
+
{{#ifeq:{{{series}}}|RUT9XX|
 
     <tr>
 
     <tr>
 
       <td>Interface</td>
 
       <td>Interface</td>
 
       <td>network interface; default: <b>LAN</b></td>
 
       <td>network interface; default: <b>LAN</b></td>
 
       <td>Selects which interface VRRP will operate on.</td>
 
       <td>Selects which interface VRRP will operate on.</td>
 +
    </tr>
 +
    <tr>
 +
      <td>IP address</td>
 +
      <td>ip; default: <b>none</b></td>
 +
      <td>Virtual IP address for the router's VRRP cluster.</td>
 
     </tr>
 
     </tr>
 
}}
 
}}
 
</table>
 
</table>
{{#ifeq:{{{series}}}|RUT2xx|
+
{{#ifeq:{{{series}}}|RUT2XX|
 
==Check Internet connection==
 
==Check Internet connection==
  

Revision as of 10:47, 16 September 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}}}|border|class=tlt-border]]

Field Value Description
Enable yes | no; default: no Turns VRRP 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.
Advertisement Interval integer [1..255]; default: 1 Time interval in seconds between advertisements

See also

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