Layer 3 Redundancy Flashcards
FHRP
first hop redundancy protocol. a general category of protocols containing GLBP, HSRP, and VRRP
HSRP
Hot Standy Router Protocol
Designed by Cisco. Provides high network availability and transparent network topology changes. HSRP creates a hot standby router group with a lead router that services all packets sent to the hot standby address. The lead router is monitored by other routers in the group. If it fails, one of the standby routers inherits both the lead position and the hot standby address.
VRRP
Virtual Router Redundancy Protocl
an open FHRP standard that is characterized by the ability to add more than two routers for additional redundancy. Only one router forwards traffic. VRRP is defined in RFC 5798.
GLBP
Gateway Load Balancing Protocol
an FHRP that is designed by Cisco to allow multiple active forwarders to load-balance outgoing traffic.
responsibilities of HSRP primary router
Responds to ARP requests for the default gateway with the MAC address of the virtual router
Assumes the role of active default gateway for the virtual router
Sends periodic hello messages
Knows the virtual router IP address
responsiblities of HSRP backup router
Listens for periodic hello messages from the active router
Assumes the role of default gateway if it does not hear from the active router
default HSRP interface priority
100
HSRP interface tracking
If a tracked interface (member of hsrp) goes down a hello packet is sent out with a decremented priority for the interface. Must be explicitly configured on each participating interface.
what is preemption in the context of HSRP
Preemption allows one HSRP peer to proactively elevate itself to the Active router role if its peer has a lower HSRP priority. Must be explicitly configured on each participating interface.
command to enable HSRP interface tracking on an interface
(config-if)standby [group #] track [interface #] [decrement level, ie 15]
command to enable preemption in HSRP
(config-if)standby [group #] preempt
command to enable HSRP group
standby [group #] ip [virtual ip address]
command to name HSRP group
standby name [group name]
HSRP load balancing
can load balance across trunk links sending one vlan over active router and one vlan over passive router
command to enable VRRP
the same as HSRP, just replace “standby” with “vrrp”
ie vrrp [group #] ip [virtual ip address]