HSRP Flashcards
What is HSRP?
Hot-standby routing protocol. A Cisco-proprietary FHRP.
What are the two router roles in HSRP?
Active and standby.
Do downstream devices know the real MAC/IP of the HSRP routers?
No, downstream devices only know the virtual MAC/IP shared by the routers.
What single command will add an interface to an HSRP group?
From interface config, “standby (group number) ip x.x.x.x”
What command can you use to troubleshoot your HSRP config?
From global config, “Show standby”
Can the virtual MAC/IP be shared by any physical MACs/IPs?
No, the virtual addresses must be unique.
HSRP is configured per ___.
VLAN.
The active router for a VLAN should also be the ___ for that VLAN.
Root bridge.
After initial configuration, what should not typically be occurring in the “show standby” output?
State changes, this usually indicates a problem.
What are the default timer values for HSRP?
Hello is three seconds, hold is ten seconds.
What is the hello timer?
Determines how often HSRP hello packets are sent.
What is the hold timer?
Determines how long the standby server will wait to hear a hello message before it takes over as the active server.
How is the virtual HSRP MAC generated?
By using the MAC address 00-00-0c-07-ac-xx, where “xx” equals the HSRP group number in hex.
Almost all HSRP configuration takes place in what config mode?
SVI configuration mode.
What value determines the active router?
Priority, higher is better.
What is the default HSRP priority?
100.
What command changes the router priority?
From SVI config, “standby __ priority __”
If two routers have equal priorities, which one wins the active router election?
The one with the higher IP.