SlideShare a Scribd company logo
2
Most read
4
Most read
5
Most read
Rafat Khandaker
Packet tracer
HSRP / VRRP /GLBP
05-18-16
.
ABSTRACT
In this lab, I will simulate failsafe protocols designed in Cisco routers and layer 3
switches to simulate load balance or distribute traffic through a network. Many protocols such as,
GLBP and FHRP protocols can be used to simulate load balancing functions. In this lab I will
research GLBP and FHRP protocols and explain the difference between them.
GLBP ( summary )
Gateway Load Balancing Protocol, contains AVG roles or "Active virtual gateway,"
while AVFs are " Actvie Virtual forwarders. AVG and AVF assign rotuers as the primary and
secondary access to the gateway. AVG's are responsible for assigning other routers, within the
same group, with a virtual mac within the range 0007.b4xx.xxyy. The Gatway and foreworders
use the same virtual ip address. Members within the group request virtual macs from the AVG
through hello packets. "This protocol was designed to allow distribution of bandwidth in a
network for load balancing or even create a failsafe. The protocol GLBP, itself, is a cisco
proprietary protocol that transmit on multicast address: 224.0.0.102. Load balancing with
RR,weighted or host confguration. Contains upto 1,024 groups with upto 4 virtual forwarders per
group. The default hello and deadtimes are 3 tp 10 seconds. Has a default priority of 100 and can
be manually adjusted. Can only be configured on Router and 4500,6500-series catalyst switches.
Preempt has to be configured manually to set the backup virtual gateway to AVG with a priority
higher than the current AVG
So basically, The benefits of implementing GLBP within a network are.
Load sharing , Multiple virtual routing, pre-emption (backup) and authentication (plain text
passwords).
According to the cisco documentation, GLBP can be implemented with the following commands
First Hop Redundancy Protocol. ( FHRP )
Offers redundancy incase a router fail but does not load balance.
HSRP
Hot Standby Router Protocol ,this is a Cisco Proprietary protocol which operate on
multicast address 224.0.0.2. They operate at active or standby. Hello packets are sent every 3
second with 10 second dead time by default. The priority is set to 100, higher priority takes
value. Other routers are usually set to listen phase. Can support upto 255 groups. Contains a
virtual mac address is at format : 0000.0c07.xxxx. Can be used on routers and layer 3 switches.
Preempt has to be configured manually.
VRRP
Virtual router redundancy protocol is an IETF standard protocl, which is industrial and
can be used by non cisco routers. Use multicast address 224.0.0.18. Default preempt ( with upto
255 groups. Hello and dead times are set to 1 second to 3 seconds with a default priority of 100.
Uses virtual mac address 0000.5e00.01.xx . Master router is active, on router with the highest
priority value. Used on routers and L3 switches.
SIMULATION
AFTER CONFIGURING THE INTERFACE
all the interfaces are configured, all is left is for the GLBP to be configured on the interface to
allow traffic load to be distributed across the three routers. I am also going to simulate a situation
where link failures can occur to see the reaction of the GLBP protcol.
Packet tracer will not allow me to configure the routers to use GLBP.
to configure GLBP on R0 ( default priority )
config t
int fa0/0
glbp 1 ip 192.168.1.1 ( configure ip address for default gateway )
glbp 1 timers msec 500 msec 1500 ( timers of the intervals, set lower for faster convergance)
glbp 1 preempt ( backup )
glbp 1 load-balancing weighted ( configure load balance to weighted )
glbp 1 weighting 100 lower 90 upper 95 ( weight settings .. with thresholds)
glbp 1 weighting track 1 decrement 5 ( when link fail, it will decrement threshold by 5 )
glbp 1 weigting track 2 decrement 5
exit
track 1 int fa0/0 line protocol
track 2 int s2/0 line-protocol
exit
show glbp ( check configuration )
R1
int fa0/1
glbp 1 ip 192.168.1.1
glbp 1 timers msec 500 msec 1500
( use #debug glbp events = Command to view virtual mac arp request)
( R1 will assign AVF for the same ip address on different virtual mac address)
glbp 1 priority 110
glbp 1 preempt
glbp 1 weighting 200 lower 100 upper 110
glbp 1 load-balancing weighted
glbp 1 weighting track 2 decrement 10 ( balancing to the next interface )
glbp 1 weighting track 3 decrement 10
exit
track 1 int fa0/0 line-protocol
track 2 int s2/0 line-protocol
track 3 int s3/0 line-protocol ( basically we can see that the load for the next backup is being
distributed )
end
show glbp ( check configuration )
R3
int fa0/0
glbp 1 ip 192.168.1.1
glbp 1 timers msec 500 msec 1500
glbp 1 priority 95
glbp 1 preempt
glbp 1 weighting 100
glbp 1 load-balancing weighted
exit
show glbp
R2 ( show glbp now should show the role as AVG due to higher priority )
When router 2 fails ( shutdown ) lets say for administration.. router 1 should take over the
network.
R1 ( debug glbp events )
( The AVG router should be active while the other routers are in standby... )
SUMMARY
In this lab I have studied load balancing and the different protocols to administer within
cisco routers.

More Related Content

PPTX
Ppt of routing protocols
PDF
PPTX
Vlans (virtual local area networks)
PDF
VLAN Trunking Protocol
PPTX
Bgp protocol
PPTX
MikroTik MTCNA
PPTX
CCNA ppt
PPT
CCNA PPT
Ppt of routing protocols
Vlans (virtual local area networks)
VLAN Trunking Protocol
Bgp protocol
MikroTik MTCNA
CCNA ppt
CCNA PPT

What's hot (20)

PPTX
Virtual LAN
PDF
pfSense firewall workshop guide
PDF
IOS Cisco - Cheat sheets
PPTX
CCNA Course Training Presentation
PPT
BGP protocol presentation
PPT
Subnetting
PDF
Network Address Translation (NAT)
PPTX
CCNA v6.0 ITN - Chapter 01
PPTX
Fhrp notes
PDF
Router commands
PPT
PPT
PPT
Vlan
PPTX
IPv4 addressing and subnetting
PPT
Switch configuration
PPT
CCNA Basic Switching and Switch Configuration
PDF
NAT (network address translation) & PAT (port address translation)
PPTX
Access Control List (ACL)
PPTX
CCNA ppt Day 1
PPTX
Border Gateway Protocol
Virtual LAN
pfSense firewall workshop guide
IOS Cisco - Cheat sheets
CCNA Course Training Presentation
BGP protocol presentation
Subnetting
Network Address Translation (NAT)
CCNA v6.0 ITN - Chapter 01
Fhrp notes
Router commands
Vlan
IPv4 addressing and subnetting
Switch configuration
CCNA Basic Switching and Switch Configuration
NAT (network address translation) & PAT (port address translation)
Access Control List (ACL)
CCNA ppt Day 1
Border Gateway Protocol
Ad

Viewers also liked (20)

DOCX
CISCO HSRP VRRP GLBP
PDF
Redondance de routeur (hsrp, vrrp, glbp)
PDF
First hop redundancy
PDF
GLBP (gateway load balancing protocol)
DOC
Hướng dẫn cài GNS3 và add iso cho GNS3
PPT
Ccna summer training ppt
PPTX
Rejilla gerencial
PDF
Layer 3 redundancy hsrp
PPTX
Lan Network with Redundancy.ppt
PPTX
CISCO PACKET TRACER
PPT
La Biblia, Un Libro Sagradotema3
PPTX
Packet tracer 6.2 new features
PPT
Ccna Presentation
PPSX
Packet Tracer Tutorial # 2
PDF
Step by Step guide to set up a simple network in Packet Tracer
PPTX
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
PDF
Cisco labs practical6
PDF
Cisco labs practical7
PPTX
Router configuration in packet tracer
PPTX
CCNA 1 Routing and Switching v5.0 Chapter 1
CISCO HSRP VRRP GLBP
Redondance de routeur (hsrp, vrrp, glbp)
First hop redundancy
GLBP (gateway load balancing protocol)
Hướng dẫn cài GNS3 và add iso cho GNS3
Ccna summer training ppt
Rejilla gerencial
Layer 3 redundancy hsrp
Lan Network with Redundancy.ppt
CISCO PACKET TRACER
La Biblia, Un Libro Sagradotema3
Packet tracer 6.2 new features
Ccna Presentation
Packet Tracer Tutorial # 2
Step by Step guide to set up a simple network in Packet Tracer
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
Cisco labs practical6
Cisco labs practical7
Router configuration in packet tracer
CCNA 1 Routing and Switching v5.0 Chapter 1
Ad

Similar to Packet Tracer: Load Balancing with GLBP and FHRP (20)

PPTX
Ip services
PPT
Cisco data center support
PPTX
Mikrotik link redundancy solution
PDF
Class notes fhrp,hsrp
PDF
Class notes fhrp,hsrp,vrrp
PPTX
PPT network protocol First hope redundancy protocol .pptx
PPTX
Dc fabric path
PDF
IP Infusion Application Note for 4G LTE Fixed Wireless Access
PDF
Eigrp Summary (Ccna4.Com)
DOCX
Practice exam #2
DOCX
First Hop Redundancy Protocols in IPv6 HSRP + GLBP
PDF
Gateway load balancing protocol
PDF
PDF
DOCX
Cisco asa active,active failover configuration
PDF
EIGRP (enhanced interior gateway routing protocol)
PPT
In depth understanding network security
PPTX
Redistribution into EIGRP
PDF
First hop redundancy
Ip services
Cisco data center support
Mikrotik link redundancy solution
Class notes fhrp,hsrp
Class notes fhrp,hsrp,vrrp
PPT network protocol First hope redundancy protocol .pptx
Dc fabric path
IP Infusion Application Note for 4G LTE Fixed Wireless Access
Eigrp Summary (Ccna4.Com)
Practice exam #2
First Hop Redundancy Protocols in IPv6 HSRP + GLBP
Gateway load balancing protocol
Cisco asa active,active failover configuration
EIGRP (enhanced interior gateway routing protocol)
In depth understanding network security
Redistribution into EIGRP
First hop redundancy

More from Rafat Khandaker (10)

DOCX
Packet Tracer: SNMP, Netflow, Sys-log
DOCX
Packet Tracer: Routing protocols EIGRP and OSPF
DOCX
Packet Tracer: Nat protocol
DOCX
CCNA Security configuration
DOCX
Packet Tracer: Cisco, Spanning tree protocol
DOCX
Packet Tracer: WAN, point to point links.
DOCX
CCNA- Router on stick, VLAN and Trunking
DOCX
CCNA Packet Tracer 1.6.1
PPTX
Career Prep Exit Project
PPTX
Career Prep Exit Project
Packet Tracer: SNMP, Netflow, Sys-log
Packet Tracer: Routing protocols EIGRP and OSPF
Packet Tracer: Nat protocol
CCNA Security configuration
Packet Tracer: Cisco, Spanning tree protocol
Packet Tracer: WAN, point to point links.
CCNA- Router on stick, VLAN and Trunking
CCNA Packet Tracer 1.6.1
Career Prep Exit Project
Career Prep Exit Project

Recently uploaded (20)

PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
KodekX | Application Modernization Development
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Review of recent advances in non-invasive hemoglobin estimation
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Encapsulation_ Review paper, used for researhc scholars
PPT
Teaching material agriculture food technology
PPTX
Big Data Technologies - Introduction.pptx
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Machine learning based COVID-19 study performance prediction
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
cuic standard and advanced reporting.pdf
MIND Revenue Release Quarter 2 2025 Press Release
Advanced methodologies resolving dimensionality complications for autism neur...
Unlocking AI with Model Context Protocol (MCP)
KodekX | Application Modernization Development
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
The AUB Centre for AI in Media Proposal.docx
Review of recent advances in non-invasive hemoglobin estimation
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Encapsulation_ Review paper, used for researhc scholars
Teaching material agriculture food technology
Big Data Technologies - Introduction.pptx
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Machine learning based COVID-19 study performance prediction
20250228 LYD VKU AI Blended-Learning.pptx
NewMind AI Weekly Chronicles - August'25 Week I
Building Integrated photovoltaic BIPV_UPV.pdf
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Chapter 3 Spatial Domain Image Processing.pdf
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
cuic standard and advanced reporting.pdf

Packet Tracer: Load Balancing with GLBP and FHRP

  • 1. Rafat Khandaker Packet tracer HSRP / VRRP /GLBP 05-18-16 . ABSTRACT In this lab, I will simulate failsafe protocols designed in Cisco routers and layer 3 switches to simulate load balance or distribute traffic through a network. Many protocols such as, GLBP and FHRP protocols can be used to simulate load balancing functions. In this lab I will research GLBP and FHRP protocols and explain the difference between them. GLBP ( summary )
  • 2. Gateway Load Balancing Protocol, contains AVG roles or "Active virtual gateway," while AVFs are " Actvie Virtual forwarders. AVG and AVF assign rotuers as the primary and secondary access to the gateway. AVG's are responsible for assigning other routers, within the same group, with a virtual mac within the range 0007.b4xx.xxyy. The Gatway and foreworders use the same virtual ip address. Members within the group request virtual macs from the AVG through hello packets. "This protocol was designed to allow distribution of bandwidth in a network for load balancing or even create a failsafe. The protocol GLBP, itself, is a cisco proprietary protocol that transmit on multicast address: 224.0.0.102. Load balancing with RR,weighted or host confguration. Contains upto 1,024 groups with upto 4 virtual forwarders per group. The default hello and deadtimes are 3 tp 10 seconds. Has a default priority of 100 and can be manually adjusted. Can only be configured on Router and 4500,6500-series catalyst switches. Preempt has to be configured manually to set the backup virtual gateway to AVG with a priority higher than the current AVG So basically, The benefits of implementing GLBP within a network are. Load sharing , Multiple virtual routing, pre-emption (backup) and authentication (plain text passwords). According to the cisco documentation, GLBP can be implemented with the following commands
  • 3. First Hop Redundancy Protocol. ( FHRP ) Offers redundancy incase a router fail but does not load balance. HSRP Hot Standby Router Protocol ,this is a Cisco Proprietary protocol which operate on multicast address 224.0.0.2. They operate at active or standby. Hello packets are sent every 3 second with 10 second dead time by default. The priority is set to 100, higher priority takes value. Other routers are usually set to listen phase. Can support upto 255 groups. Contains a virtual mac address is at format : 0000.0c07.xxxx. Can be used on routers and layer 3 switches. Preempt has to be configured manually. VRRP Virtual router redundancy protocol is an IETF standard protocl, which is industrial and can be used by non cisco routers. Use multicast address 224.0.0.18. Default preempt ( with upto 255 groups. Hello and dead times are set to 1 second to 3 seconds with a default priority of 100. Uses virtual mac address 0000.5e00.01.xx . Master router is active, on router with the highest priority value. Used on routers and L3 switches. SIMULATION AFTER CONFIGURING THE INTERFACE
  • 4. all the interfaces are configured, all is left is for the GLBP to be configured on the interface to allow traffic load to be distributed across the three routers. I am also going to simulate a situation where link failures can occur to see the reaction of the GLBP protcol. Packet tracer will not allow me to configure the routers to use GLBP. to configure GLBP on R0 ( default priority ) config t int fa0/0 glbp 1 ip 192.168.1.1 ( configure ip address for default gateway ) glbp 1 timers msec 500 msec 1500 ( timers of the intervals, set lower for faster convergance) glbp 1 preempt ( backup ) glbp 1 load-balancing weighted ( configure load balance to weighted )
  • 5. glbp 1 weighting 100 lower 90 upper 95 ( weight settings .. with thresholds) glbp 1 weighting track 1 decrement 5 ( when link fail, it will decrement threshold by 5 ) glbp 1 weigting track 2 decrement 5 exit track 1 int fa0/0 line protocol track 2 int s2/0 line-protocol exit show glbp ( check configuration ) R1 int fa0/1 glbp 1 ip 192.168.1.1 glbp 1 timers msec 500 msec 1500 ( use #debug glbp events = Command to view virtual mac arp request) ( R1 will assign AVF for the same ip address on different virtual mac address) glbp 1 priority 110 glbp 1 preempt glbp 1 weighting 200 lower 100 upper 110 glbp 1 load-balancing weighted glbp 1 weighting track 2 decrement 10 ( balancing to the next interface ) glbp 1 weighting track 3 decrement 10 exit track 1 int fa0/0 line-protocol track 2 int s2/0 line-protocol track 3 int s3/0 line-protocol ( basically we can see that the load for the next backup is being distributed ) end
  • 6. show glbp ( check configuration ) R3 int fa0/0 glbp 1 ip 192.168.1.1 glbp 1 timers msec 500 msec 1500 glbp 1 priority 95 glbp 1 preempt glbp 1 weighting 100 glbp 1 load-balancing weighted exit show glbp R2 ( show glbp now should show the role as AVG due to higher priority ) When router 2 fails ( shutdown ) lets say for administration.. router 1 should take over the network. R1 ( debug glbp events ) ( The AVG router should be active while the other routers are in standby... ) SUMMARY In this lab I have studied load balancing and the different protocols to administer within cisco routers.