Basic VRRP Functions
VRRP load balancing can be implemented in two modes. For details, see VRRP Fundamentals in HUAWEI NetEngine 8000 F Series Router Feature Description - Network Reliability.
Basic VRRP Concepts
VRID: virtual router ID. A group of devices with the same VRID form a virtual router.
Virtual IP address: IP address of a virtual router. A virtual router can have one or more virtual IP addresses, which are manually assigned.
Virtual MAC address: MAC address that is generated by the virtual router based on the VRID. A virtual router has one virtual MAC address, in the format of 00-00-5E-00-01-{VRID} (VRRP for IPv4) or 00-00-5E-00-02-{VRID} (VRRP for IPv6). A virtual router uses the virtual MAC address instead of the actual interface MAC address to respond to ARP (VRRP for IPv4) or NS (VRRP for IPv6) requests.
IP address owner: A VRRP device is considered an IP address owner if it uses the virtual IP address as a real interface address. If an IP address owner is available, it usually functions as the master in a VRRP group.
Primary IP address: an IP address (usually the first configured one) selected from the set of real interface IP addresses. The primary IP address is used as the source IP address in a VRRP Advertisement packet.
Virtual router master: a VRRP device that forwards packets.
Virtual router backup: a group of VRRP devices that do not forward packets. Instead, they can be elected as the new master if the current master fails.
Priority: priority of a router in a VRRP group. A VRRP group elects the master and backup devices based on priorities.
Preemption mode: In this mode, a backup device preempts the master role if it has a higher priority than that of the current master.
Non-preemption mode: In this mode, a backup device does not preempt the master role even if it has a higher priority than that of the current master, provided that the current master is working properly.