Template:Networking rutos manual vrrp: Difference between revisions
No edit summary |
No edit summary |
||
Line 66: | Line 66: | ||
<tr> | <tr> | ||
<td>IP address</td> | <td>IP address</td> | ||
<td>ip; default: <b> | <td>ip; default: <b>none</b></td> | ||
<td>Virtual IP address for the router's VRRP cluster.</td> | <td>Virtual IP address for the router's VRRP cluster.</td> | ||
</tr> | </tr> |
Revision as of 15:25, 18 June 2020
Template:Networking rutos manual fw disclosure
Summary
Virtual Router Redundancy Protocol (VRRP) 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}}} routers.
VRRP
To begin configuring VRRP you must first add a new VRRP configuration instance. You can do that by entering a custom name for the configuration and clicking the 'Add' button. A new VRRP configuration instance will appear in the "VRRP Configurations" list.
File:Networking rutx manual vrrp vrrp configurations v1.png
VRRP configuration
To begin configuring a VRRP instance, click the button that looks like a pencil next to it.
The VRRP LAN configuration settings 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:Networking rutx manual vrrp vrrp configuration settings v1.png
Field | Value | Description |
---|---|---|
Enable | off | on; default: off | Turns VRRP on or off. |
Virtualize MAC | off | on; default: off | Turns the possibility to use virtual MAC addresses on or off. |
Virtual ID | integer [1..255]; default: 1 | 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. |
Priority | integer [1..255]; default: 100 | VRRP priority of the virtual router. Higher values equal higher priority. The router with the highest priority is considered to be the Master router while other routers are Backup routers.
|
Interface | network interface; default: LAN | Selects which interface VRRP will operate on. |
IP address | ip; default: none | Virtual IP address for the router's VRRP cluster. |
See also
[[Category:{{{name}}} Services section]]