SlideShare a Scribd company logo
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

What's hot

Cisco ASA Firewalls
Cisco ASA FirewallsCisco ASA Firewalls
Cisco ASA Firewalls
Bryley Systems Inc.
 
EMEA Airheads- LACP and distributed LACP – ArubaOS Switch
EMEA Airheads- LACP and distributed LACP – ArubaOS SwitchEMEA Airheads- LACP and distributed LACP – ArubaOS Switch
EMEA Airheads- LACP and distributed LACP – ArubaOS Switch
Aruba, a Hewlett Packard Enterprise company
 
Fortigate Training
Fortigate TrainingFortigate Training
Fortigate Training
NCS Computech Ltd.
 
20 palo alto site to site
20 palo alto site to site20 palo alto site to site
20 palo alto site to site
Mostafa El Lathy
 
7 palo alto security zones & interfaces concepts
7 palo alto security zones & interfaces concepts7 palo alto security zones & interfaces concepts
7 palo alto security zones & interfaces concepts
Mostafa El Lathy
 
8 palo alto security policy concepts
8 palo alto security policy concepts8 palo alto security policy concepts
8 palo alto security policy concepts
Mostafa El Lathy
 
Benefits of vlan
Benefits of vlanBenefits of vlan
Benefits of vlan
Logitrain
 
CCNA-LAB-GUIDE-V3_LAST-ADDITION (4).pdf
CCNA-LAB-GUIDE-V3_LAST-ADDITION (4).pdfCCNA-LAB-GUIDE-V3_LAST-ADDITION (4).pdf
CCNA-LAB-GUIDE-V3_LAST-ADDITION (4).pdf
poojaswami31
 
Packets never lie: An in-depth overview of 802.11 frames
Packets never lie: An in-depth overview of 802.11 framesPackets never lie: An in-depth overview of 802.11 frames
Packets never lie: An in-depth overview of 802.11 frames
Aruba, a Hewlett Packard Enterprise company
 
HSRP (hot standby router protocol)
HSRP (hot standby router protocol)HSRP (hot standby router protocol)
HSRP (hot standby router protocol)
Netwax Lab
 
Aci presentation
Aci presentationAci presentation
Aci presentation
Joe Ryan
 
Access Management with Aruba ClearPass
Access Management with Aruba ClearPassAccess Management with Aruba ClearPass
Access Management with Aruba ClearPass
Aruba, a Hewlett Packard Enterprise company
 
101 CCNA LABS.pdf
101 CCNA LABS.pdf101 CCNA LABS.pdf
101 CCNA LABS.pdf
AKSHAYKARMANKAR3
 
How BGP Works
How BGP WorksHow BGP Works
How BGP Works
ThousandEyes
 
Access Control List 1
Access Control List 1Access Control List 1
Access Control List 1
Kishore Kumar
 
10 palo alto nat policy concepts
10 palo alto nat policy concepts10 palo alto nat policy concepts
10 palo alto nat policy concepts
Mostafa El Lathy
 
17 palo alto threat prevention concept
17 palo alto threat prevention concept17 palo alto threat prevention concept
17 palo alto threat prevention concept
Mostafa El Lathy
 
Aruba ClearPass Exchange Deep Dive
Aruba ClearPass Exchange Deep DiveAruba ClearPass Exchange Deep Dive
Aruba ClearPass Exchange Deep Dive
Aruba, a Hewlett Packard Enterprise company
 
6 pan-os software update & downgrade instruction
6 pan-os software update & downgrade instruction6 pan-os software update & downgrade instruction
6 pan-os software update & downgrade instruction
Mostafa El Lathy
 

What's hot (20)

Cisco ASA Firewalls
Cisco ASA FirewallsCisco ASA Firewalls
Cisco ASA Firewalls
 
EMEA Airheads- LACP and distributed LACP – ArubaOS Switch
EMEA Airheads- LACP and distributed LACP – ArubaOS SwitchEMEA Airheads- LACP and distributed LACP – ArubaOS Switch
EMEA Airheads- LACP and distributed LACP – ArubaOS Switch
 
Fortigate Training
Fortigate TrainingFortigate Training
Fortigate Training
 
20 palo alto site to site
20 palo alto site to site20 palo alto site to site
20 palo alto site to site
 
7 palo alto security zones & interfaces concepts
7 palo alto security zones & interfaces concepts7 palo alto security zones & interfaces concepts
7 palo alto security zones & interfaces concepts
 
8 palo alto security policy concepts
8 palo alto security policy concepts8 palo alto security policy concepts
8 palo alto security policy concepts
 
Benefits of vlan
Benefits of vlanBenefits of vlan
Benefits of vlan
 
CCNA-LAB-GUIDE-V3_LAST-ADDITION (4).pdf
CCNA-LAB-GUIDE-V3_LAST-ADDITION (4).pdfCCNA-LAB-GUIDE-V3_LAST-ADDITION (4).pdf
CCNA-LAB-GUIDE-V3_LAST-ADDITION (4).pdf
 
Packets never lie: An in-depth overview of 802.11 frames
Packets never lie: An in-depth overview of 802.11 framesPackets never lie: An in-depth overview of 802.11 frames
Packets never lie: An in-depth overview of 802.11 frames
 
HSRP (hot standby router protocol)
HSRP (hot standby router protocol)HSRP (hot standby router protocol)
HSRP (hot standby router protocol)
 
Aci presentation
Aci presentationAci presentation
Aci presentation
 
Access Management with Aruba ClearPass
Access Management with Aruba ClearPassAccess Management with Aruba ClearPass
Access Management with Aruba ClearPass
 
101 CCNA LABS.pdf
101 CCNA LABS.pdf101 CCNA LABS.pdf
101 CCNA LABS.pdf
 
How BGP Works
How BGP WorksHow BGP Works
How BGP Works
 
Access Control List 1
Access Control List 1Access Control List 1
Access Control List 1
 
10 palo alto nat policy concepts
10 palo alto nat policy concepts10 palo alto nat policy concepts
10 palo alto nat policy concepts
 
17 palo alto threat prevention concept
17 palo alto threat prevention concept17 palo alto threat prevention concept
17 palo alto threat prevention concept
 
Aruba ClearPass Exchange Deep Dive
Aruba ClearPass Exchange Deep DiveAruba ClearPass Exchange Deep Dive
Aruba ClearPass Exchange Deep Dive
 
6 pan-os software update & downgrade instruction
6 pan-os software update & downgrade instruction6 pan-os software update & downgrade instruction
6 pan-os software update & downgrade instruction
 
Vlan
Vlan Vlan
Vlan
 

Viewers also liked

CISCO HSRP VRRP GLBP
CISCO HSRP VRRP GLBPCISCO HSRP VRRP GLBP
CISCO HSRP VRRP GLBP
YACINE MESSAOUI
 
Redondance de routeur (hsrp, vrrp, glbp)
Redondance de routeur (hsrp, vrrp, glbp)Redondance de routeur (hsrp, vrrp, glbp)
Redondance de routeur (hsrp, vrrp, glbp)
EL AMRI El Hassan
 
GLBP (gateway load balancing protocol)
GLBP (gateway load balancing protocol)GLBP (gateway load balancing protocol)
GLBP (gateway load balancing protocol)
Netwax Lab
 
Hướng dẫn cài GNS3 và add iso cho GNS3
Hướng dẫn cài GNS3 và add iso cho GNS3Hướng dẫn cài GNS3 và add iso cho GNS3
Hướng dẫn cài GNS3 và add iso cho GNS3Tài Bùi
 
Ccna summer training ppt
Ccna summer training pptCcna summer training ppt
Ccna summer training ppt
saroj choudhary
 
Rejilla gerencial
Rejilla gerencialRejilla gerencial
Rejilla gerencial
arnoldivgoma
 
Lan Network with Redundancy.ppt
Lan Network with Redundancy.pptLan Network with Redundancy.ppt
Lan Network with Redundancy.ppt
Santanu Mukhopadhyay
 
La Biblia, Un Libro Sagradotema3
La Biblia, Un Libro Sagradotema3La Biblia, Un Libro Sagradotema3
La Biblia, Un Libro Sagradotema3profe07
 
Packet tracer 6.2 new features
Packet tracer 6.2 new featuresPacket tracer 6.2 new features
Packet tracer 6.2 new features
Sebastien Langlois
 
Ccna Presentation
Ccna PresentationCcna Presentation
Ccna Presentationbcdran
 
Packet Tracer Tutorial # 2
Packet Tracer Tutorial # 2Packet Tracer Tutorial # 2
Packet Tracer Tutorial # 2
Abdul Basit
 
Step by Step guide to set up a simple network in Packet Tracer
Step by Step guide to set up a simple network in Packet TracerStep by Step guide to set up a simple network in Packet Tracer
Step by Step guide to set up a simple network in Packet Tracer
Sorath Asnani
 
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
Tarun Khaneja
 
Cisco labs practical6
Cisco labs practical6Cisco labs practical6
Cisco labs practical6Tai Lam
 
Cisco labs practical7
Cisco labs practical7Cisco labs practical7
Cisco labs practical7Tai Lam
 
Router configuration in packet tracer
Router configuration in packet  tracerRouter configuration in packet  tracer
Router configuration in packet tracerAnabia Anabia
 
CCNA 1 Routing and Switching v5.0 Chapter 1
CCNA 1 Routing and Switching v5.0 Chapter 1CCNA 1 Routing and Switching v5.0 Chapter 1
CCNA 1 Routing and Switching v5.0 Chapter 1
Nil Menon
 

Viewers also liked (20)

CISCO HSRP VRRP GLBP
CISCO HSRP VRRP GLBPCISCO HSRP VRRP GLBP
CISCO HSRP VRRP GLBP
 
Redondance de routeur (hsrp, vrrp, glbp)
Redondance de routeur (hsrp, vrrp, glbp)Redondance de routeur (hsrp, vrrp, glbp)
Redondance de routeur (hsrp, vrrp, glbp)
 
First hop redundancy
First hop redundancyFirst hop redundancy
First hop redundancy
 
GLBP (gateway load balancing protocol)
GLBP (gateway load balancing protocol)GLBP (gateway load balancing protocol)
GLBP (gateway load balancing protocol)
 
Hướng dẫn cài GNS3 và add iso cho GNS3
Hướng dẫn cài GNS3 và add iso cho GNS3Hướng dẫn cài GNS3 và add iso cho GNS3
Hướng dẫn cài GNS3 và add iso cho GNS3
 
Ccna summer training ppt
Ccna summer training pptCcna summer training ppt
Ccna summer training ppt
 
Rejilla gerencial
Rejilla gerencialRejilla gerencial
Rejilla gerencial
 
Layer 3 redundancy hsrp
Layer 3 redundancy   hsrpLayer 3 redundancy   hsrp
Layer 3 redundancy hsrp
 
Lan Network with Redundancy.ppt
Lan Network with Redundancy.pptLan Network with Redundancy.ppt
Lan Network with Redundancy.ppt
 
CISCO PACKET TRACER
CISCO PACKET TRACERCISCO PACKET TRACER
CISCO PACKET TRACER
 
La Biblia, Un Libro Sagradotema3
La Biblia, Un Libro Sagradotema3La Biblia, Un Libro Sagradotema3
La Biblia, Un Libro Sagradotema3
 
Packet tracer 6.2 new features
Packet tracer 6.2 new featuresPacket tracer 6.2 new features
Packet tracer 6.2 new features
 
Ccna Presentation
Ccna PresentationCcna Presentation
Ccna Presentation
 
Packet Tracer Tutorial # 2
Packet Tracer Tutorial # 2Packet Tracer Tutorial # 2
Packet Tracer Tutorial # 2
 
Step by Step guide to set up a simple network in Packet Tracer
Step by Step guide to set up a simple network in Packet TracerStep by Step guide to set up a simple network in Packet Tracer
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...
ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
 
Cisco labs practical6
Cisco labs practical6Cisco labs practical6
Cisco labs practical6
 
Cisco labs practical7
Cisco labs practical7Cisco labs practical7
Cisco labs practical7
 
Router configuration in packet tracer
Router configuration in packet  tracerRouter configuration in packet  tracer
Router configuration in packet tracer
 
CCNA 1 Routing and Switching v5.0 Chapter 1
CCNA 1 Routing and Switching v5.0 Chapter 1CCNA 1 Routing and Switching v5.0 Chapter 1
CCNA 1 Routing and Switching v5.0 Chapter 1
 

Similar to Packet Tracer: Load Balancing with GLBP and FHRP

Fhrp notes
Fhrp notesFhrp notes
Fhrp notes
Krunal Shah
 
Cisco data center support
Cisco data center supportCisco data center support
Cisco data center supportKrunal Shah
 
Mikrotik link redundancy solution
Mikrotik link redundancy solution Mikrotik link redundancy solution
Mikrotik link redundancy solution
S M Tipu
 
Class notes fhrp,hsrp
Class notes  fhrp,hsrpClass notes  fhrp,hsrp
Class notes fhrp,hsrp
SagarR24
 
Class notes fhrp,hsrp,vrrp
Class notes fhrp,hsrp,vrrpClass notes fhrp,hsrp,vrrp
Class notes fhrp,hsrp,vrrp
SagarR24
 
Dc fabric path
Dc fabric pathDc fabric path
Dc fabric path
ASHISH SEHGAL
 
IP Infusion Application Note for 4G LTE Fixed Wireless Access
IP Infusion Application Note for 4G LTE Fixed Wireless AccessIP Infusion Application Note for 4G LTE Fixed Wireless Access
IP Infusion Application Note for 4G LTE Fixed Wireless Access
Dhiman Chowdhury
 
Eigrp Summary (Ccna4.Com)
Eigrp Summary  (Ccna4.Com)Eigrp Summary  (Ccna4.Com)
Eigrp Summary (Ccna4.Com)
CCNAResources
 
Practice exam #2
Practice exam #2Practice exam #2
Practice exam #2Kris Mofu
 
First Hop Redundancy Protocols in IPv6 HSRP + GLBP
First Hop Redundancy Protocols in IPv6 HSRP + GLBPFirst Hop Redundancy Protocols in IPv6 HSRP + GLBP
First Hop Redundancy Protocols in IPv6 HSRP + GLBP
IT Tech
 
Gateway load balancing protocol
Gateway load balancing protocolGateway load balancing protocol
Gateway load balancing protocol
Wahyu Nasution
 
Cisco asa active,active failover configuration
Cisco asa active,active failover configurationCisco asa active,active failover configuration
Cisco asa active,active failover configuration
IT Tech
 
EIGRP (enhanced interior gateway routing protocol)
EIGRP (enhanced interior gateway routing protocol)EIGRP (enhanced interior gateway routing protocol)
EIGRP (enhanced interior gateway routing protocol)
Netwax Lab
 
In depth understanding network security
In depth understanding network securityIn depth understanding network security
In depth understanding network securityThanawan Tuamyim
 
Redistribution into EIGRP
Redistribution into EIGRPRedistribution into EIGRP
Redistribution into EIGRP
NetProtocol Xpert
 
First hop redundancy
First hop redundancyFirst hop redundancy
First hop redundancyMohamed Gamel
 
Rip
RipRip
FPGA based 10G Performance Tester for HW OpenFlow Switch
FPGA based 10G Performance Tester for HW OpenFlow SwitchFPGA based 10G Performance Tester for HW OpenFlow Switch
FPGA based 10G Performance Tester for HW OpenFlow Switch
Yutaka Yasuda
 

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

Fhrp notes
Fhrp notesFhrp notes
Fhrp notes
 
Cisco data center support
Cisco data center supportCisco data center support
Cisco data center support
 
Mikrotik link redundancy solution
Mikrotik link redundancy solution Mikrotik link redundancy solution
Mikrotik link redundancy solution
 
Class notes fhrp,hsrp
Class notes  fhrp,hsrpClass notes  fhrp,hsrp
Class notes fhrp,hsrp
 
Class notes fhrp,hsrp,vrrp
Class notes fhrp,hsrp,vrrpClass notes fhrp,hsrp,vrrp
Class notes fhrp,hsrp,vrrp
 
Dc fabric path
Dc fabric pathDc fabric path
Dc fabric path
 
IP Infusion Application Note for 4G LTE Fixed Wireless Access
IP Infusion Application Note for 4G LTE Fixed Wireless AccessIP Infusion Application Note for 4G LTE Fixed Wireless Access
IP Infusion Application Note for 4G LTE Fixed Wireless Access
 
Eigrp Summary (Ccna4.Com)
Eigrp Summary  (Ccna4.Com)Eigrp Summary  (Ccna4.Com)
Eigrp Summary (Ccna4.Com)
 
Practice exam #2
Practice exam #2Practice exam #2
Practice exam #2
 
First Hop Redundancy Protocols in IPv6 HSRP + GLBP
First Hop Redundancy Protocols in IPv6 HSRP + GLBPFirst Hop Redundancy Protocols in IPv6 HSRP + GLBP
First Hop Redundancy Protocols in IPv6 HSRP + GLBP
 
Gateway load balancing protocol
Gateway load balancing protocolGateway load balancing protocol
Gateway load balancing protocol
 
Hsrp
HsrpHsrp
Hsrp
 
Hsrp
HsrpHsrp
Hsrp
 
Cisco asa active,active failover configuration
Cisco asa active,active failover configurationCisco asa active,active failover configuration
Cisco asa active,active failover configuration
 
EIGRP (enhanced interior gateway routing protocol)
EIGRP (enhanced interior gateway routing protocol)EIGRP (enhanced interior gateway routing protocol)
EIGRP (enhanced interior gateway routing protocol)
 
In depth understanding network security
In depth understanding network securityIn depth understanding network security
In depth understanding network security
 
Redistribution into EIGRP
Redistribution into EIGRPRedistribution into EIGRP
Redistribution into EIGRP
 
First hop redundancy
First hop redundancyFirst hop redundancy
First hop redundancy
 
Rip
RipRip
Rip
 
FPGA based 10G Performance Tester for HW OpenFlow Switch
FPGA based 10G Performance Tester for HW OpenFlow SwitchFPGA based 10G Performance Tester for HW OpenFlow Switch
FPGA based 10G Performance Tester for HW OpenFlow Switch
 

More from Rafat Khandaker

Packet Tracer: SNMP, Netflow, Sys-log
Packet Tracer: SNMP, Netflow, Sys-logPacket Tracer: SNMP, Netflow, Sys-log
Packet Tracer: SNMP, Netflow, Sys-log
Rafat Khandaker
 
Packet Tracer: Routing protocols EIGRP and OSPF
Packet Tracer: Routing protocols EIGRP and OSPFPacket Tracer: Routing protocols EIGRP and OSPF
Packet Tracer: Routing protocols EIGRP and OSPF
Rafat Khandaker
 
Packet Tracer: Nat protocol
Packet Tracer: Nat protocolPacket Tracer: Nat protocol
Packet Tracer: Nat protocol
Rafat Khandaker
 
CCNA Security configuration
CCNA Security configurationCCNA Security configuration
CCNA Security configuration
Rafat Khandaker
 
Packet Tracer: Cisco, Spanning tree protocol
Packet Tracer: Cisco, Spanning tree protocolPacket Tracer: Cisco, Spanning tree protocol
Packet Tracer: Cisco, Spanning tree protocol
Rafat Khandaker
 
Packet Tracer: WAN, point to point links.
Packet Tracer: WAN, point to point links.Packet Tracer: WAN, point to point links.
Packet Tracer: WAN, point to point links.
Rafat Khandaker
 
CCNA- Router on stick, VLAN and Trunking
CCNA- Router on stick, VLAN and TrunkingCCNA- Router on stick, VLAN and Trunking
CCNA- Router on stick, VLAN and Trunking
Rafat Khandaker
 
CCNA Packet Tracer 1.6.1
CCNA Packet Tracer 1.6.1CCNA Packet Tracer 1.6.1
CCNA Packet Tracer 1.6.1
Rafat Khandaker
 
Career Prep Exit Project
Career Prep Exit ProjectCareer Prep Exit Project
Career Prep Exit ProjectRafat Khandaker
 
Career Prep Exit Project
Career Prep Exit ProjectCareer Prep Exit Project
Career Prep Exit ProjectRafat Khandaker
 

More from Rafat Khandaker (10)

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

Recently uploaded

Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
RinaMondal9
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
Sri Ambati
 
Assure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyesAssure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
Ralf Eggert
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
sonjaschweigert1
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
nkrafacyberclub
 
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdfSAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
Peter Spielvogel
 

Recently uploaded (20)

Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
 
Assure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyesAssure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyes
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
 
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdfSAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.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.