HSRP – VRRP – GLBP
HSRP, VRRP and GLBP are the three commonly used first hop redundancy protocols in local area networks and the data center.
In this post, I will briefly describe them and highlight the major differences. I will ask you a design question so we will discuss in the comment section below.
source: Orhan Ergun CCDE Study Guide – Workbook
HSRP and GLBP are the Cisco specific protocols but VRRP is an IETF standard. So if the business requirement states that more than one vendor will be used , then VRRP is the best choice to avoid any vendor interoperability issue.
For the default gateway functionality HSRP and VRRP uses one virtual IP corresponds one Virtual Mac address.
GLBP operates in a different way. Clients still use one virtual IP address but more than one virtual mac address is used. So each default gateway switch has its own virtual Mac address but same virtual IP address.
To illustrate this, lets look at the below picture.
source: Orhan Ergun CCDE Study Guide – Workbook
In the above picture, clients use same gateway mac address since the first hop redundancy protocol is HSRP.
If GLBP was in used, on the PC we would see different gateway Continue reading