HSRP - Host Standby Router Protocol Flashcards
What does HSRP stand for?
HSRP - Host Standby Router Protocol
What are the different types of first hop redundancy protocols?
(3)
- HSRP - Cisco Proprietary. Deployed in active/standby
- VSRP - Open Standard. Deployeyed in active/standby. Similar to HSRP
- GLBP - Cisco Proprietary. Supports Active/Active
What do the devices in HSRP pairs share?
Virtual MAC and Virtual IP addresses.
How to configure HSRP
On inside interface of each router:
R1(config-if)#standby 1 ip 10.10.10.1
R2(config-if)#standby 1 ip 10.10.10.1
can also set the version:
R1(config-if)#standby version 2
Command to view HSRP status?
R1# show standby
In HSRP, does the higher or lower priority win?
Higher
In HSRP, what is the default priority?
100
If priorities of the two routers in an HSRP pair are the same, how is the active chosen?
The one with the higher IP address.
True or False?
If a higher priority router comes back online with pre-emption enabled, the higher priority router will take back over as the active router
True
Commands to config HSRP priority and preemption?
R1(config-if)# standby 1 ip 10.10.10.1
R1(config-if)# standby 1 priority 110
R1(config-if)# standby 1 pre-empt