Changes

Created page with "__TOC__ ==Summary== The '''Virtual Router Redundancy Protocol''' ('''VRRP''') is a computer networking protocol that provides for automatic assignment of available Internet P..."
__TOC__
==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.

==VRRP configuration==

The <b>VRRP LAN configuration settings</b> section

[[File:{{{file_config}}}]]

<table class="nd-mantable">
<tr>
<th>Field</th>
<th>Value</th>
<th>Description</th>
</tr>
<tr>
<td>Enable</td>
<td>yes | no; default: <b>no</b></td>
<td>Turns VRRP on or off.</td>
</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>
<td>Virtual ID</td>
<td>integer [1..255]; default: <b>1</b></td>
<td>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.</td>
</tr>
<tr>
<td>Priority</td>
<td>integer [1..255]; default: <b>100</b></td>
<td>Specifies the sending VRRP router's priority for the virtual router. Higher values equal higher priority.
<ul>
<li><b>Master router</b> - </li>
<li><b>Backup router</b> - </li>
</ul>
</td>
</tr>
</table>

==Check Internet connection==

The <b>Check Internet connection</b> section

[[File:{{{file_connection}}}]]

<table class="nd-mantable">
<tr>
<th>field name</th>
<th>value</th>
<th>description</th>
</tr>
<tr>
<td>Enable</td>
<td>yes | no; Default: '''no'''</td>
<td>Toggles internet connection checking ON or OFF</td>
</tr>
<tr>
<td>Ping IP address</td>
<td>ip; Default: " "</td>
<td>A host to send ICMP packets to</td>
</tr>
<tr>
<td>Ping interval</td>
<td>integer; Default: '''10'''</td>
<td>Time interval between two Pings (in seconds</td>
</tr>
<tr>
<td>Ping timeout (sec)</td>
<td>integer [1..9999]; Default: '''1'''</td>
<td>Response timeout value</td>
</tr>
<tr>
<td>Ping packet size</td>
<td>integer [0..1000]; Default: " "</td>
<td>ICMP packet's size</td>
</tr>
<tr>
<td>Ping retry count</td>
<td>integer [1..9999]; Default: " "</td>
<td>Failed Ping attempt count before determining that the connection is lost</td>
</tr>
</table>

==See also==

<ul>
<li>[[VRRP_configuration|VRRP configuration example]]</li>
</ul>

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

Navigation menu