Changes

no edit summary
Line 2: Line 2:  
==Summary==
 
==Summary==
   −
The '''Virtual Router Redundancy Protocol''' ('''VRRP''') is a computer networking protocol that provides for automatic assignment of available Internet Protocol (IP) routers to participating hosts. This increases the availability and reliability of routing paths via automatic default gateway selections on an IP sub-network. This chapter is an overview of the VRRP function in RUT routers.
+
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.
 +
 
 +
{{Template: Networking_rutxxx_manual_fw_disclosure
 +
| fw_version = {{{fw_version}}}
 +
}}
    
==VRRP configuration==
 
==VRRP configuration==
   −
The <b>VRRP LAN configuration settings</b> 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:{{{file_config}}}]]
Line 45: Line 51:  
==Check Internet connection==
 
==Check Internet connection==
   −
The <b>Check Internet connection</b> section  
+
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.
 +
 
 +
Refer to the figure and table below for information on the fields contained in the Check Internet connection section.
    
[[File:{{{file_connection}}}]]
 
[[File:{{{file_connection}}}]]
Line 51: Line 59:  
<table class="nd-mantable">
 
<table class="nd-mantable">
 
     <tr>
 
     <tr>
         <th>field name</th>
+
         <th>Field</th>
       <th>value</th>
+
       <th>Value</th>
       <th>description</th>
+
       <th>Description</th>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
       <td>Enable</td>
 
       <td>Enable</td>
       <td>yes | no; Default: '''no'''</td>
+
       <td>yes | no; default: <b>no</b></td>
       <td>Toggles 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; Default: " "</td>
+
       <td>ip | host; default: <b>none</b></td>
       <td>A host to send ICMP packets to</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: '''10'''</td>
+
         <td>integer; default: <b>10</b></td>
         <td>Time interval between two Pings (in seconds</td>
+
         <td>Time interval (in seconds) between two Pings </td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
     <td>Ping timeout (sec)</td>
 
     <td>Ping timeout (sec)</td>
         <td>integer [1..9999]; Default: '''1'''</td>
+
         <td>integer [1..9999]; default: <b>1</b></td>
         <td>Response timeout value</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 [0..1000]; Default: " "</td>
+
         <td>integer [0..1000]; default: <b>none</b></td>
         <td>ICMP packet's size</td>
+
         <td>The size (in bytes) of sent ICMP packets.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
     <td>Ping retry count</td>
 
     <td>Ping retry count</td>
         <td>integer [1..9999]; Default: " "</td>
+
         <td>integer [1..9999]; default: <b>none</b></td>
         <td>Failed Ping attempt count before determining that the connection is lost</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>

Navigation menu