Changes

no edit summary
Line 1: Line 1: −
<!-- Template uses {{{name}}}, {{{series}}} -->
+
===VRRP===
{{Template: Networking_rutos_manual_fw_disclosure
+
====Summary====
| fw_version = {{{series}}}_R_00.07.00
+
----
| series    = {{{series}}}
  −
}}
  −
{{#ifeq: {{{legacy}}} | 1 |<br><i><b>Note</b>: <b>[[{{{name}}} VRRP (legacy WebUI)|click here]]</b> for the old style WebUI (FW version RUT9XX_R_00.06.08.2 and earlier) user manual page.</i>|}}
  −
__TOC__
  −
==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}}} devices.
{{#ifeq: {{{series}}} | RUTX | |
+
{{#switch: {{{series}}}  
<u><b>
+
|RUTX|RUTM =
 
+
|#default =
Note:</b> VRRP is additional software that can be installed from the <b>Services → [[{{{name}}} Package Manager|Package Manager]]</b> page.</u>
+
<u><b>Note:</b> VRRP is additional software that can be installed from the <b>System → [[{{{name}}} Package Manager|Package Manager]]</b> page.</u>
 
}}
 
}}
==VRRP Configuration==
+
====VRRP Configuration====
 
+
----
 
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.
 
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.
   Line 26: Line 20:  
</ol>
 
</ol>
   −
[[File:Networking_rutos_manual_vrrp_add_new_configuration.png|border|class=tlt-border]]
+
[[File:Networking_rutos_manual_vrrp_add_new_configuration_v1.png|border|class=tlt-border]]
    
<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:
 
<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:
   −
[[File:Networking_rutos_manual_vrrp_vrrp_configuration_settings_v1.png|border|class=tlt-border]]
+
[[File:Networking_rutos_manual_vrrp_vrrp_configuration_settings_v3.png|border|class=tlt-border]]
    
<table class="nd-mantable">
 
<table class="nd-mantable">
Line 62: Line 56:  
             </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 75: Line 74:  
</table>
 
</table>
   −
==Check Internet connection==
+
====Check connection====
 
+
----
The <b>Check Internet connection</b> section is used to set the parameters that  
+
The <b>Check connection</b> section is used to set the parameters that  
define how the router will determine whether the Internet connection is still  
+
define how the router will determine whether the connection is still  
 
available or not. This is done by periodically sending ICMP packets from interface,  
 
available or not. This is done by periodically sending ICMP packets from interface,  
 
configured in [[#link|VRRP Configuration]] section, to a defined  
 
configured in [[#link|VRRP Configuration]] section, to a defined  
Line 85: Line 84:  
assumed by another router in the network.  
 
assumed by another router in the network.  
   −
Refer to the figure and table below for information on the fields contained in the Check Internet connection section.
+
Refer to the figure and table below for information on the fields contained in the Check connection section.
   −
[[File:Networking_rutos_manual_vrrp_vrrp_configuration_check_conn_v1.png|border|class=tlt-border]]
+
[[File:Networking_rutos_manual_vrrp_vrrp_configuration_check_conn_v2.png|border|class=tlt-border]]
    
<table class="nd-mantable">
 
<table class="nd-mantable">
Line 98: Line 97:  
       <td>Enable</td>
 
       <td>Enable</td>
 
       <td>yes | no; default: <b>no</b></td>
 
       <td>yes | no; default: <b>no</b></td>
       <td>Turns Internet connection checking on or off.</td>
+
       <td>Turns connection checking on or off.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
       <td>IP address or hostname</td>
 
       <td>IP address or hostname</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 Internet 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 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>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
Line 128: Line 127:  
     <td>Ping retry count</td>
 
     <td>Ping retry count</td>
 
         <td>integer; default: <b>5</b></td>
 
         <td>integer; default: <b>5</b></td>
         <td>How many times the router will retry sending ping requests before determining that the Internet connection has failed.</td>
+
         <td>How many times the router will retry sending ping requests before determining that the connection has failed.</td>
 
     </tr>
 
     </tr>
 
</table>
 
</table>
  −
==See also==
  −
  −
<ul>
  −
    <li>[[{{{name}}}_VRRP_configuration|VRRP configuration example]]</li>
  −
</ul>
  −
  −
[[Category:{{{name}}} Services section]]
 

Navigation menu