200-150 · Question #156
How does a GLBP cluster respond to a host ARP request for the virtual IP address?
The correct answer is A. The AVG responds by using one of the virtual MAC addresses.. In GLBP, the Active Virtual Gateway (AVG) handles all ARP replies for the virtual IP, responding with a virtual MAC address to distribute load across the Active Virtual Forwarders (AVFs).
Question
How does a GLBP cluster respond to a host ARP request for the virtual IP address?
Options
- AThe AVG responds by using one of the virtual MAC addresses.
- BThe highest priority AVF responds by using its own hardware MAC address.
- CThe least utilized router responds by using its own virtual MAC address.
- DThe AVG responds by using its own hardware MAC address.
How the community answered
(59 responses)- A81% (48)
- B5% (3)
- C10% (6)
- D3% (2)
Why each option
In GLBP, the Active Virtual Gateway (AVG) handles all ARP replies for the virtual IP, responding with a virtual MAC address to distribute load across the Active Virtual Forwarders (AVFs).
The AVG is the sole router responsible for answering ARP requests for the shared virtual IP address. It responds with one of the configured virtual MAC addresses (format 0007.b400.xxyy), assigning different virtual MACs to different requesting hosts to achieve load balancing across multiple AVFs. This mechanism is what distinguishes GLBP from HSRP and VRRP, which do not provide per-host load balancing.
AVFs forward traffic using their assigned virtual MAC addresses, not their own hardware MACs, and they do not respond to ARP requests - only the AVG handles ARP for the virtual IP.
GLBP load balancing is controlled by the AVG assigning virtual MACs in a round-robin or weighted manner; individual routers do not independently respond to ARP based on their utilization.
The AVG responds with a virtual MAC address, not its own hardware MAC address - using its hardware MAC would prevent load balancing because all hosts would send traffic to only one physical router.
Concept tested: GLBP AVG ARP response and virtual MAC assignment
Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipapp_fhrp/configuration/xe-16/fhp-xe-16-book/fhp-glbp.html
Topics
Community Discussion
No community discussion yet for this question.