ICND2 Section 2 - FHRP Flashcards
3 major FHRP protocols
- HSRP
- VRRP
- GLBP
What does GLBP stand for?
Gateway Load Balancing Protocol
What does FHRP stand for?
First Hop Redundancy Protocol
What does VRRP stand for?
Virtual Router Redundancy Protocol
What does HSRP stand for?
Hot Standby Router Protocol
How does HSRP implement loadbalancing?
By allowing different routers be the active router for different subnets.
What’s the biggest difference between GLBP and HSRP/VRRP?
GLBP uses an active/active model, so traffic can be distributed between multiple routers even if the hosts are in the same subnets.
What function does the AVG perform?
In GLBP, the AVG replies to all ARP requests for the virtual IP address. It will LB the responses so that the hosts end up balanced between all the routers in the group.
What does AVG stand for?
Active Virtual Gateway
How does the AVG direct hosts to utilize different routers as their gateways?
By providing the MAC addresses of different routers in the LB group for the virtual IP address.
HSRP syntax to set up the VIP for a LB group
conf t
interface gi1/0
standby group # ip VIP
5 basic HSRP attributes that can be configured under an interface
- VIP
- Group name
- Priority
- Version
- Preempt
HSRP syntax to set priority for a LB group
conf t
interface gi1/0
standby group # priority priority value
For HSRP, what is the default priority?
100
For HSRP, what is the priority range?
1 - 255