VRRP example

Wiki mirrorView source
The information on this page is updated in accordance with the 00.07.13.4 firmware version.

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.

VRRP Configuration

The VRRP Configuration section lists VRRP instances currently existing on the device. By default the list is empty thus, you must first create at least one instance in order to begin configuring VRRP.
  1. Enter a custom name for the new VRRP configuration in the 'Name' field.
  2. Click the 'Add' button.
  3. Click the 'Edit' button next to the newly created instance.
After clicking the 'Edit' button you should be redirected to that VRRP instance's configuration page, which should look similar to this:
FieldValueDescription
Enableoff | on; default: offTurns VRRP on or off.
Virtualize MACoff | on; default: offTurns the possibility to use virtual MAC addresses on or off.
Virtual IDinteger [1..255]; default: 1The 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.
Priorityinteger [1..255]; default: 100VRRP 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.
    sends periodic VRRP Advertisement messages
  • Master router - the first hop router in the VRRP cluster (i.e., the router that provides connectivity to LAN devices by default).
  • Backup router - assumes the role of Master router in case it becomes unavailable. If there multiple Backup routers in the VRRP cluster, the one with the highest priority will assume the role of Master.
Advertisement intervalinteger [1..255]; default: 1Time interval in seconds between advertisements.
Interfacenetwork interface; default: LANSelects which interface VRRP will operate on.
IP addressip; default: noneVirtual IP address for the router's VRRP cluster.

Check connection

The Check connection section is used to set the parameters that define how the router will determine whether the connection is still available or not. This is done by periodically sending ICMP packets from interface, configured in VRRP Configuration section, 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 connection section.
FieldValueDescription
Enableyes | no; default: noTurns connection checking on or off.
IP address or hostnameip | host; default: noneIP address or hostname to which the router will send ICMP packets. This is used to determine whether the connection is still available or not. ICMP packets will be send from interface, configured in VRRP Configuration section, therefore make sure you enter reachable IP address or hostname.
Ping intervalinteger; default: 10Time interval (in seconds) between two pings.
Ping timeoutinteger; default: 1The maximum amount of time in seconds the router will wait for a response to a ping request. If it does not receive a response within the amount of time defined in this field, the ping request will be considered to have failed.
Ping packet sizeinteger; default: 56The size (in bytes) of sent ICMP packets.
Ping attemptsinteger; default: 4Number of ping packets sent.
Ping retry countinteger; default: 5How many times the router will retry sending ping requests before determining that the connection has failed.