Review - Chapter 6 Flashcards
First-Hop Redundancy
A set of routers/Layer 3 switches work together to present the illusion of a single virtual router to hosts on the LAN by sharing an IP and MAC address
Hot Standby Router Protocol (HSRP)
Active and Standby routers send hello messages to multicast address using UDP port 1985 which are used to communicate between routers in the HSRP group
HSRP Multicast Addresses
- 224.0.0.2 (V1)
* 224.0.0.102 / FF02::66 (V2)
Active Router
- Forwards data and transmits hello messages for the Virtual Router
- Highest priority/IP address
Standby Router
- Primary backup for the Active Router
* Second highest priority/IP address
Standby Group
A set of routers that emulate a virtual router (255 V1, 4095 V2)
HSRP Hello Interval
Interval between hellos (3s)
HSRP Hold Interval
Amount of time a hello is valid (10s)
HSRP States
- Initial
- Learn (Rare)
- Listen (Duration = Hold time)
- Speak
- Standby
- Active
Virtual Router Redundancy Protocol (VRRP)
- Allows a group of routers to form a single virtual router
- Priority can be 0-255
- Preempt is enabled by default
VRRP Advertisements
- Sent to multicast 244.0.0.18 protocol 112
- Default interval 1s
- Default hold time 3s
VRRP Dynamic Failover
Three timers:
• advertisement (1s)
• master down (3x Ad.Int + skew)
• skew time (256 - priority) / 256
Gateway Load Balancing Protocol (GLBP)
- Provides redundancy
* Allows a group of routers to share the load of the default gateway on a LAN (different ARP reply to different hosts)
GLBP Operational Modes
- Weighted
- Host-dependent
- Round-robin (default)