The Virtual Router Redundancy Protocol (VRRP) specifies an election protocol that dynamically assigns responsibility for a virtual router to VRRP routers on a LAN. It allows several routers on a subnet to use the same virtual IP address, with the physical routers representing a virtual logical router. There are two roles in VRRP: master and backup. The master represents the virtual router and forwards traffic. If the master fails, the backup router can automatically take the responsibilities for forwarding traffic.
As networks rapidly develop and applications become more diverse, various value-added services (VASs) such as Internet Protocol television (IPTV) and video conferencing have become increasingly widespread. Users require a reliable network infrastructure to ensure uninterrupted transmission.
Generally, all hosts on one network segment are configured with the same default route, which has the gateway address as the next hop address. The hosts use the default route to send packets to the gateway, which forwards the packets to other network segments. When the gateway fails, all hosts on this network segment are cut off from the rest of the network. To improve network reliability, multiple egress gateways can be configured. However, route selection between the gateways becomes an issue.
VRRP resolves this issue by virtualizing a group of routers into a single virtual router without changing the networking. The virtual router IP address is configured as the default gateway address. When a gateway fails, VRRP selects a new gateway to transmit service traffic, ensuring reliable communication.
With VRRP, you can configure multiple routers as the default gateway router. If a single point of failure occurs on the network, a backup link is used to transmit traffic, ensuring uninterrupted transmission.
Load sharingVRRP enables multiple available routers to share the load more uniformly, reducing the traffic burden on the master.
Object tracking