Difference between revisions of "RUT900 VRRP"

From Teltonika Networks Wiki
Line 1: Line 1:
__TOC__
+
{{Template: Networking_rutxxx_manual_vrrp
==Summary==
+
| name            = RUT900
 
+
| series          = RUT9xx
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.
+
| fw_version      = RUT9XX_R_00.06.03.2
 
+
| file_config     = Networking_rut9xx_manual_vrrp_vrrp_lan_configuration_settings_v1.png
==VRRP Configuration==
+
| file_connection = Networking_rutxxx_manual_vrrp_check_internet_connection_v1.png
 
+
}}
[[Image:Services vrrp config.PNG]]
 
 
 
<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 VRRP ON or OFF</td>
 
    </tr>
 
    <tr>
 
      <td>IP address</td>
 
      <td>ip; Default: '''192.168.1.253'''</td>
 
      <td>Virtual IP address for LAN's VRRP cluster</td>
 
     </tr>
 
    <tr>
 
    <td>Virtual ID</td>
 
        <td>integer [1..255]; Default: '''1'''</td>
 
        <td>Routers with same IDs will be grouped in the same VRRP cluster</td>
 
    </tr>
 
    <tr>
 
    <td>Priority</td>
 
        <td>integer [1..255]; Default: '''100'''</td>
 
        <td>The router with the highest priority value on the same VRRP cluster will act as a master</td>
 
    </tr>
 
</table>
 
 
 
You can find more information on configuring VRRP '''[[VRRP_configuration|here]]'''
 
 
 
===Check Internet Connection===
 
----
 
[[Image:Services vrrp check.PNG]]
 
 
 
<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 [0..1000]; 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</td>
 
        <td>integer [1..9999]; Default: " "</td>
 
        <td>Failed Ping attempt count before determining that the connection is lost</td>
 
    </tr>
 
</table>
 
 
 
[[Category:RUT900 WebUI]]
 

Revision as of 14:45, 16 July 2019