Table of Contents
HSRP(Hot Standby Router Protocol) is a Cisco proprietary First Hop Redundancy Protocol (FHRP). HSRP first hop redundancy mechanism provides alternative path as a proactive action for any failure on a device. In this lesson, we will learn the protocol and in the following lessons, we will also learn HSRP Configuration. You can also view related RFC 2281.
By the way, HSRP Group numbers is mention at the beginning of the confiugration after “standby” keyword. There can be multiple groups of Hot Standby Router Protocol on an interface.
Hot Standby Router Protocol works with HSRP Groups. For each group, there are different routers that has different roles. These roles are:
The Active Router is the router that the traffic flow goes through. It is the router that provides active traffic flow.
The Standby Router is the backup of Active Router. When the active router fails then this router becomes Active and the traffic goes through this router.
Lastly the Listening Routers are the other routers that are participating in the HSRP group.
The main two roles of HSRP are Active and Standby. For these roles, routers does an election between them. In this election two parameters are important. The elections are done according to two parameters. These are:
First of all, HSRP Priority values are used for Active/Standby election. The highest Priority wins and the router that has highest priority becomes Active Router. If the Priority values of HSRP Routers are equal, then the Interface IP addresses are used as tie breaker.The highest IP address wins and become Active Router. The router that has the second highest IP address, becomes Standby Router.
Priority values can be manually set to any value between 0 and 255. The default HSRP Priority is 100.
After the configuration of Hot Standby Router Protocol, some states are passed one by one. After these steps, Active and Standby routers are elected and the HSRP become active. So, what are these states?
These HSRP states are mentioned below respectively:
Only in three states, hellos are sent. Speak, Standby and Active states. As you know standby and active routers already send hellos each other. In the last one, in speak state, hellos are sent to determine the active and standby routers.
There are two HSRP versions. These Hot Standby Router Protocol versions are:
The default version is HSRPv1. It is used by IPv4 networks. In v1, Group numbers can be from 0 to 255. v1 uses 224.0.0.2 as Hot Standby Router Protocol Multicast Address to send Hellos. This is also the address that CGMP Leave process uses.The packet format of v1 is different than v2 packet format.
Leave a Reply