Virtual Router Redundancy Protocol (VRRP)

VRRP protects your network from a single point of failure at the default gateway.
In this lesson, you will discover how VRRP ensures redundancy, how the Master and Backup roles operate, and what sets it apart from HSRP.

  • Virtual Router Redundancy Protocol (VRRP) is an open standard protocol defined in RFC 5798 and is designed to provide gateway redundancy in IP networks. Instead of depending on a single physical router, VRRP allows several routers to share a Virtual IP address (VIP) that end devices use as their default gateway. This way, users always have a reliable gateway to reach external networks.

    VRRP topology showing a host using a virtual IP with Master and Backup routers

    Figure 1 – VRRP topology with Master and Backup routers

    VRRP belongs to the family of First Hop Redundancy Protocols (FHRPs), alongside HSRP and GLBP. These protocols all aim to protect the default gateway from failure, but each operates in a slightly different way. In this lesson, we will focus on VRRP.

    HSRP is a Cisco proprietary protocol, while VRRP is an open standard that works across many vendors. For the CCNA exam, you only need to learn VRRP as a concept, which we’ll explore together.

    Answer the question below