Open In App

Firsthop Redundancy Protocol

As the name suggests it is a redundancy protocol that manages multiple gateway routers, i.e., it automatically replaces a failed gateway router with a functional backup (redundant) gateway router. FHRP is a not single protocol in general, but a class of protocols that provide similar functions:

Working of FHRP:

 

Hot Standby Router Protocol (HSRP):

Working:



HSRP Router Election Criteria:

  1. Highest Priority (range 1 – 255, default – 100)
  2. The highest IP address on the interface (which is part of the HSRP group)

Devices participating in HSRP must progress their interfaces through the following states: 



  1. Disabled
  2. Init
  3. Listen
  4. Speak
  5. Standby
  6. Act

Preemption is a feature in FHRP which enables all the routers in the group to participate in the Active Router election based on the highest priority (at any point in time). By default, Preemption is disabled in HSRP, and therefore once the Active router is elected it does not change its role until preemption is enabled. Whereas, Elections between other routers for the role of Standby can take place any time based on the eligibility criteria.

Virtual Router Redundancy Protocol (VRRP):

  1. Open Standard protocol
  2. IP protocol no. 112
  3. Uses Multicast address 224.0.0.18 to send its advertisements.
  4. Preemption is enabled by default. 
  5. Versions: 
    o VRRP v2 supports IPv4 only.
    o VRRP v3 supports IPv4 and IPv6 (whereas both versions of IP addresses cannot be used simultaneously).

Working:

  1. Routers or Multi-Layer Switches (MLS) that are supposed to provide redundancy for a given gateway address are assigned to common VRRP group.
  2. One router is elected as the Master Router, while all the remaining routers are Backup Routers.
  3. Master Router sends Advertisements at regular intervals (default 1 second) while all the other Backup Routers learn this advertisement.

VRRP Router Election Criteria: 

  1. Highest Priority (range 1 – 255, default – 100)
  2. The highest IP address on the interface (which is part of the VRRP group)

Gateway Load Balancing Protocol (GLBP):

  1. Cisco proprietary protocol
  2. Uses port no. 3222
  3. Uses multicast address 224.0.0.102 to send its hello messages (default – 3 seconds).
  4. Preemption is disabled by default.
  5. Provides load-balancing in such a way that all the routers in a GLBP group can forward traffic coming from the end hosts.

 Components of GLBP:

How GLBP provides Load-Balancing: 

Article Tags :