Changes

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}}} }} }}"
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__
 
__TOC__
 
==Summary==
 
==Summary==
   −
The <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, and thus backing up the connection.  
+
The <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 and thus backing up the connection.  
   −
This page is an overview of the VRRP section of {{{name}}} routers.
+
This chapter of the user manual provides an overview of the VRRP page for {{{name}}} devices.
 
  −
{{Template: Networking_rutxxx_manual_fw_disclosure
  −
| fw_version = {{{fw_version}}}
  −
}}
      
==VRRP configuration==
 
==VRRP configuration==
   −
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.
+
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:{{{file_config}}}]]
+
[[File:Networking_{{lc:{{{series}}}}}_manual_vrrp_vrrp_lan_configuration_settings_v2.png|border|class=tlt-border]]
    
<table class="nd-mantable">
 
<table class="nd-mantable">
Line 27: Line 32:  
       <td>Turns VRRP on or off.</td>
 
       <td>Turns VRRP on or off.</td>
 
     </tr>
 
     </tr>
 +
{{#ifeq:{{{series}}}|RUT9XX|
 +
    <tr>
 +
      <td>Virtualize MAC</td>
 +
      <td>yes {{!}} no; default: <b>none</b></td>
 +
      <td>Turns the possibility to use virtual MAC addresses on or off.</td>
 +
    </tr>
 +
|
 
     <tr>
 
     <tr>
 
       <td>IP address</td>
 
       <td>IP address</td>
 
       <td>ip; default: <b>192.168.1.253</b></td>
 
       <td>ip; default: <b>192.168.1.253</b></td>
       <td>Virtual IP address for the router LAN's VRRP cluster.</td>
+
       <td>Virtual IP address for the router's LAN VRRP cluster.</td>
 
     </tr>
 
     </tr>
 +
}}
 
     <tr>
 
     <tr>
 
     <td>Virtual ID</td>
 
     <td>Virtual ID</td>
Line 47: Line 60:  
         </td>
 
         </td>
 
     </tr>
 
     </tr>
 +
    <tr>
 +
      <td>Advertisement Interval</td>
 +
      <td>integer [1..255]; default: <b>1</b></td>
 +
      <td>Time interval in seconds between advertisements</td>
 +
    </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>
 +
    <tr>
 +
      <td>IP address</td>
 +
      <td>ip; default: <b>none</b></td>
 +
      <td>Virtual IP address for the router's VRRP cluster.</td>
 +
    </tr>
 +
}}
 
</table>
 
</table>
 
+
{{#ifeq:{{{series}}}|RUT2XX|
 
==Check Internet connection==
 
==Check Internet connection==
   Line 55: Line 85:  
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 Internet connection section.
   −
[[File:{{{file_connection}}}]]
+
[[File:Networking_rutxxx_manual_vrrp_check_internet_connection_v1.png]]
    
<table class="nd-mantable">
 
<table class="nd-mantable">
Line 65: Line 95:  
     <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 94: Line 124:  
     </tr>
 
     </tr>
 
</table>
 
</table>
 
+
}}
 
==See also==
 
==See also==
    
<ul>
 
<ul>
     <li>[[VRRP_configuration|VRRP configuration example]]</li>
+
     <li>[[{{{name}}}_VRRP_configuration|VRRP configuration example]]</li>
 
</ul>
 
</ul>
   −
[[Category:{{{name}}} WebUI]]
+
[[Category:{{{name}}} Services section]]

Navigation menu