Abstract
- A Cisco proprietary protocol that provides redundancy to default gateway of a network by having multiple routers sharing the same virtual IP Address and MAC Address
- One of the routers will be selected as active router. If the active router is down, one of the backup routers will become active
Load Balancing with Multiple Groups
- Hot Standby Router Protocol is configured for each interface (per subnet). So when routers connect to multiple subnets, they often join multiple HSRP Groups
- If
R1
is made active on all subnets, it will be over-utilised whileR2
stays idle. A better design is to balance the load by assigningR1
active for some subnets andR2
for others
Virtual Router Redundancy Protocol
- For the same purpose as Hot Standby Router Protocol but it is an open standard, vendor-agnostic
Faster convergence
HSRP → Hello = 3s, Hold = 10s.
VRRP → Advertisement = 1s (faster failover by default).