100% found this document useful (1 vote)
774 views

HSRP VRRP GLBP

The document summarizes several protocols that provide default gateway redundancy: Hot Standby Router Protocol (HSRP), Virtual Router Redundancy Protocol (VRRP), and Gateway Load Balancing Protocol (GLBP). HSRP is Cisco proprietary while VRRP is an open standard, and GLBP supports load balancing in addition to redundancy. The document provides configuration examples and parameters for each protocol.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
774 views

HSRP VRRP GLBP

The document summarizes several protocols that provide default gateway redundancy: Hot Standby Router Protocol (HSRP), Virtual Router Redundancy Protocol (VRRP), and Gateway Load Balancing Protocol (GLBP). HSRP is Cisco proprietary while VRRP is an open standard, and GLBP supports load balancing in addition to redundancy. The document provides configuration examples and parameters for each protocol.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

FIRST HOP REDUNDANCY

Protocols Hot Standby Router Protocol (HSRP)


Provides default gateway redundancy using one active and one standby router; standardized but licensed by Cisco Systems

packetlife.net
Attributes
HSRP VRRP GLBP

Standard RFC 2281 Load Balancing No IPv6 Support Yes Transport UDP/1985 Default Priority 100

RFC 3768 No No IP/112 100 1 sec 224.0.0.18 GLBP

Cisco Yes Yes UDP/3222 100 3 sec 224.0.0.102

Virtual Router Redundancy Protocol (VRRP) An open-standard alternative to Cisco's HSRP, providing the same functionality Gateway Load Balancing Protocol (GLBP) Supports arbitrary load balancing in addition to redundancy across gateways; Cisco proprietary HSRP
100 200 100 100

Default Hello 3 sec Multicast Group 224.0.0.2 VRRP


200 100 100

200

100

Standby

Active

Listen

Backup

Master

Backup

AVF

AVF AVG

AVF

HSRP Configuration
interface FastEthernet0/0 ip address 10.0.1.2 255.255.255.0 standby version {1 | 2} standby 1 ip 10.0.1.1 standby 1 timers <hello> <dead> standby 1 priority <priority> standby 1 preempt standby 1 authentication md5 key-string <password> standby 1 track <interface> <value> standby 1 track <object> decrement <value>

HSRP/GLBP Interface States Speak Gateway election in progress Active Active router/VG Standby Backup router/VG Listen Not the active router/VG VRRP Interface States Master Acting as the virtual router Backup All non-master routers

VRRP Configuration
interface FastEthernet0/0 ip address 10.0.1.2 255.255.255.0 vrrp 1 ip 10.0.1.1 vrrp 1 timers {advertise <hello> | learn} vrrp 1 priority <priority> vrrp 1 preempt vrrp 1 authentication md5 key-string <password> vrrp 1 track <object> decrement <value>

GLBP Roles Active Virtual Gateway (AVG) Answers for the virtual router and assigns virtual MAC addresses to group members Active Virtual Forwarder (AVF) All routers which forward traffic for the group GLBP Load Balancing Round-Robin (default) The AVG answers host ARP requests for the virtual router with the next router in the cycle Host-Dependent Round-robin cycling is used while a consistent AVF is maintained for each host Weighted Determines the proportionate share of hosts handled by each AVF Troubleshooting show standby [brief] show glbp [brief] show vrrp [brief] show track [brief] v2.0

GLBP Configuration
interface FastEthernet0/0 ip address 10.0.1.2 255.255.255.0 glbp 1 ip 10.0.1.1 glbp 1 timers <hello> <dead> glbp 1 timers redirect <redirect> <time-out> glbp 1 priority <priority> glbp 1 preempt glbp 1 forwarder preempt glbp 1 authentication md5 key-string <password> glbp 1 load-balancing <method> glbp 1 weighting <weight> lower <lower> upper <upper> glbp 1 weighting track <object> decrement <value>

by Jeremy Stretch

You might also like