Gateway Load Balancing Protocol (GLBP)

Gateway Load Balancing Protocol (GLBP) is the last FHRP you need for the CCNA. If you’re new to First Hop Redundancy, start with the FHRP lesson first. Here, you’ll learn how GLBP works, ensures redundancy, balances traffic, and differs from HSRP and VRRP.

  • In a LAN, every device depends on a default gateway router to reach external networks. If this router fails, all hosts lose connectivity to the outside world.

    To prevent this, Cisco developed First Hop Redundancy Protocols (FHRPs) such as HSRP, VRRP, and GLBP. These protocols allow multiple routers to share the gateway function so that end hosts always maintain access, even if one router goes down.

    glbp topology example\n

    Figure 1 – Basic GLBP topology with a shared virtual IP (.3).

    What makes GLBP different is that it not only provides redundancy but also shares traffic between routers. Instead of having one active router and another sitting idle, GLBP allows all routers in the group to actively forward packets.

    Hosts can use different routers at the same time. This boosts efficiency and helps avoid wasting network resources.

    GLBP topology with two routers sharing a virtual IP and balancing traffic between PCs

    Figure 2 – GLBP load sharing: PC1 via R1, PC2 via R2.

    GLBP works with GLBP groups, identified by a number, that share a single Virtual IP address (VIP). This VIP is configured as the default gateway on the hosts.

    Answer the question below

    What IP do all routers in a GLBP group share?