HSRP and VRRP have one router actively forwarding for the virtual IP while the others sit idle. GLBP (Gateway Load Balancing Protocol) is different - it can use ALL routers in the group simultaneously. One router is the Active Virtual Gateway (AVG), responsible for answering ARP requests, but it hands out DIFFERENT virtual MACs to different hosts. Each host then sends traffic to a different Active Virtual Forwarder (AVF) - effectively load-balancing host traffic across multiple routers. This lab configures GLBP between R1 and R2 on the base topology.
What you will learn
- The GLBP architecture: AVG, AVF, the role split
- How GLBP load-balances at the ARP layer (different hosts get different MACs)
- The three load-balancing methods: round-robin, weighted, host-dependent
- Why GLBP is Cisco-only and what alternatives exist (multi-chassis link aggregation)
What this lab does NOT cover
- GLBP forwarder tracking with object trackers
- GLBP authentication
Topology
Download the CCNA Base Topology .yaml
The PingLabz CCNA Base Topology - 3 iol-xe routers + 1 alpine + 1 ioll2-xe switch.