20 - Implementing HSRP for First Hop Routing Flashcards
What are 3 types of First Hop Redundancy Protocols (FHRP)?
HSRP, VRRP, and GLBP
In addition to the minimum single command needed to implement HSRP, what other commands can be used?
* standby ver 2 * standby 1 ip 10.1.1.1 * standby 1 priority 110 * standby 1 name whatever
What is the default priority in HSRP?
100
In HSRP if the two routers are brought up at the same time who wins the election as active router?
The router with the highest priority
What ‘show’ cmd tells you which router is active?
show standby brief’
What does ‘standby preempt’ do?
If an HSRP router comes up and finds another HSRP router that is active it checks priority. If it 1) has a higher priority and 2) is configured with ‘standby preempt’ it will take over the active role
What are the two versions of HSRP?
version 1 and version 2
Do two routers in an HSRP group have to run the same version?
yes.
What will happen if two HSRP routers are using two different HSRP versions?
They won’t recognize each other.
What are the 6 differences between HSRP version 1 and version 2?
- ver 2 supports IPv6
- ver 2 supports faster Hello timer
- ver 2 supports up to 4095 group numbers
- ver 2 configures its vmac address differently
- ver 2 uses different multicast address
- ver 2 supports unique identifier for each HSRP router
What is the difference between HSRP ver 1 vmac and ver 2 vmac?
ver 1 vmac the last two hex digits are variable, ver 2 the last 3 hex digits are variable
What version of HSRP uses a vmac address of 0000.0C07.Acxx ?
version 1
What version of HSRP uses a vmac address of 0000.0C9F.Fxxx ?
version 2
For 2 routers in an HSRP group, what config parameters must match?
- version number
- same standby group #
- same virtual IP
- virtual IP must be in same subnet as IP address
- same VLAN
In addition to checking the parameters that must match what other troubleshooting steps should you do?
- make sure no ACL is filtering UDP port 1985
- ver 1 sends to 224.0.0.2
- ver 2 sends to 224.0.0.102