What does FHRP stand for? First Hop Redundancy Protocol What are 3 FHRPs? HSRP, VRRP, and GLBP. What does HSRP stand for? Hot Standby Routing Protocol (HSRP). What does VRRP stand for? Virtual Router Redundancy Protocol (VRRP). What does GLBP stand for? Gateway Load Balancing Protocol (GLBP). Which FHRP is open an IEEE standard? VRRP. Which FHRP are Cisco proprietary? HSRP and GLBP are Cisco proprietary. What are the 3 types of routers in a HSRP group? Active Router Standby Router Virtual Router How long are the HSRP hello and dead timers? Hello timer is 3 seconds . Dead timer is 10 seconds. What is a good rule of thumb on how much longer a HSRP dead timer is than the hello timer? Usually you want the dead timer to be 3 times longer than the hello timer. What command do you use to set up HSRP? Router(config-if)#standby 1 ip 10.1.1.10 Where do you set set the HSRP "standby" command? You set it at the interface. How do you view the router HSRP information? "show standby" command. What is the HSRP default priority? HSRP default priority is 100. How does priority play a role in HSRP? HSRP uses the router with the highest priority to be the active router if they come up at the same time. How many members can there be in a GLBP group? GLBP can have up to 4 members. With GLBP what is the AVG? The AVG (Active Virtual Gateway) is the router that is elected to assign the MAC addresses to the AVFs and sending the information to the clients. What command do you use to set GLBP? Router(config-if)#glbp 1 ip 10.1.1.10