SlideShare une entreprise Scribd logo
1  sur  6
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.

Contenu connexe

Tendances

VRRP (virtual router redundancy protocol)
VRRP (virtual router redundancy protocol)VRRP (virtual router redundancy protocol)
VRRP (virtual router redundancy protocol)Netwax Lab
 
Deploy MPLS Traffic Engineering
Deploy MPLS Traffic EngineeringDeploy MPLS Traffic Engineering
Deploy MPLS Traffic EngineeringAPNIC
 
How to Configure QinQ?
How to Configure QinQ?How to Configure QinQ?
How to Configure QinQ?Huanetwork
 
GLBP (gateway load balancing protocol)
GLBP (gateway load balancing protocol)GLBP (gateway load balancing protocol)
GLBP (gateway load balancing protocol)Netwax Lab
 
Fundamental of Quality of Service(QoS)
Fundamental of Quality of Service(QoS) Fundamental of Quality of Service(QoS)
Fundamental of Quality of Service(QoS) Reza Farahani
 
1 asr9 k platform architecture
1   asr9 k platform architecture1   asr9 k platform architecture
1 asr9 k platform architectureThanh Hung Quach
 
VRF (virtual routing and forwarding)
VRF (virtual routing and forwarding)VRF (virtual routing and forwarding)
VRF (virtual routing and forwarding)Netwax Lab
 
Hot standby router protocol (hsrp) using
Hot standby router protocol (hsrp) usingHot standby router protocol (hsrp) using
Hot standby router protocol (hsrp) usingShubhiGupta94
 
Cisco CCNA- How to Configure Multi-Layer Switch
Cisco CCNA- How to Configure Multi-Layer SwitchCisco CCNA- How to Configure Multi-Layer Switch
Cisco CCNA- How to Configure Multi-Layer SwitchHamed Moghaddam
 
Basic command to configure mikrotik
Basic command to configure mikrotikBasic command to configure mikrotik
Basic command to configure mikrotikTola LENG
 
MQTT - Protocol for the Internet of Things
MQTT - Protocol for the Internet of ThingsMQTT - Protocol for the Internet of Things
MQTT - Protocol for the Internet of ThingsUniversity of Pretoria
 
MPLS Traffic Engineering
MPLS Traffic EngineeringMPLS Traffic Engineering
MPLS Traffic EngineeringAPNIC
 

Tendances (20)

VRRP (virtual router redundancy protocol)
VRRP (virtual router redundancy protocol)VRRP (virtual router redundancy protocol)
VRRP (virtual router redundancy protocol)
 
DHCP Snooping
DHCP SnoopingDHCP Snooping
DHCP Snooping
 
CCNA Lab Guide
CCNA Lab GuideCCNA Lab Guide
CCNA Lab Guide
 
Deploy MPLS Traffic Engineering
Deploy MPLS Traffic EngineeringDeploy MPLS Traffic Engineering
Deploy MPLS Traffic Engineering
 
How to Configure QinQ?
How to Configure QinQ?How to Configure QinQ?
How to Configure QinQ?
 
TFTP
TFTPTFTP
TFTP
 
GLBP (gateway load balancing protocol)
GLBP (gateway load balancing protocol)GLBP (gateway load balancing protocol)
GLBP (gateway load balancing protocol)
 
Spanning tree protocol
Spanning tree protocolSpanning tree protocol
Spanning tree protocol
 
MPLS Presentation
MPLS PresentationMPLS Presentation
MPLS Presentation
 
Introduction to vxlan
Introduction to vxlanIntroduction to vxlan
Introduction to vxlan
 
Fundamental of Quality of Service(QoS)
Fundamental of Quality of Service(QoS) Fundamental of Quality of Service(QoS)
Fundamental of Quality of Service(QoS)
 
Mpls basic
Mpls basicMpls basic
Mpls basic
 
1 asr9 k platform architecture
1   asr9 k platform architecture1   asr9 k platform architecture
1 asr9 k platform architecture
 
VRF (virtual routing and forwarding)
VRF (virtual routing and forwarding)VRF (virtual routing and forwarding)
VRF (virtual routing and forwarding)
 
Hot standby router protocol (hsrp) using
Hot standby router protocol (hsrp) usingHot standby router protocol (hsrp) using
Hot standby router protocol (hsrp) using
 
Cisco CCNA- How to Configure Multi-Layer Switch
Cisco CCNA- How to Configure Multi-Layer SwitchCisco CCNA- How to Configure Multi-Layer Switch
Cisco CCNA- How to Configure Multi-Layer Switch
 
Basic command to configure mikrotik
Basic command to configure mikrotikBasic command to configure mikrotik
Basic command to configure mikrotik
 
Fhrp notes
Fhrp notesFhrp notes
Fhrp notes
 
MQTT - Protocol for the Internet of Things
MQTT - Protocol for the Internet of ThingsMQTT - Protocol for the Internet of Things
MQTT - Protocol for the Internet of Things
 
MPLS Traffic Engineering
MPLS Traffic EngineeringMPLS Traffic Engineering
MPLS Traffic Engineering
 

En vedette

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
 
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 pptsaroj choudhary
 
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 featuresSebastien Langlois
 
Ccna Presentation
Ccna PresentationCcna Presentation
Ccna Presentationbcdran
 
Packet Tracer Tutorial # 2
Packet Tracer Tutorial # 2Packet Tracer Tutorial # 2
Packet Tracer Tutorial # 2Abdul 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 TracerSorath 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 1Nil Menon
 
Difference b/w STP RSTP PVST & MSTP
Difference b/w STP RSTP PVST & MSTPDifference b/w STP RSTP PVST & MSTP
Difference b/w STP RSTP PVST & MSTPNetwax Lab
 

En vedette (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
 
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
 
Difference b/w STP RSTP PVST & MSTP
Difference b/w STP RSTP PVST & MSTPDifference b/w STP RSTP PVST & MSTP
Difference b/w STP RSTP PVST & MSTP
 

Similaire à Packet Tracer: Load Balancing with GLBP and FHRP

Ip services
Ip servicesIp services
Ip servicesStudent
 
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,hsrpSagarR24
 
Class notes fhrp,hsrp,vrrp
Class notes fhrp,hsrp,vrrpClass notes fhrp,hsrp,vrrp
Class notes fhrp,hsrp,vrrpSagarR24
 
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 AccessDhiman 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 + GLBPIT Tech
 
Gateway load balancing protocol
Gateway load balancing protocolGateway load balancing protocol
Gateway load balancing protocolWahyu Nasution
 
Cisco asa active,active failover configuration
Cisco asa active,active failover configurationCisco asa active,active failover configuration
Cisco asa active,active failover configurationIT 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
 
First hop redundancy
First hop redundancyFirst hop redundancy
First hop redundancyMohamed Gamel
 
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 SwitchYutaka Yasuda
 

Similaire à Packet Tracer: Load Balancing with GLBP and FHRP (20)

Ip services
Ip servicesIp services
Ip services
 
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
 

Plus de Rafat Khandaker

Packet Tracer: SNMP, Netflow, Sys-log
Packet Tracer: SNMP, Netflow, Sys-logPacket Tracer: SNMP, Netflow, Sys-log
Packet Tracer: SNMP, Netflow, Sys-logRafat 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 OSPFRafat Khandaker
 
Packet Tracer: Nat protocol
Packet Tracer: Nat protocolPacket Tracer: Nat protocol
Packet Tracer: Nat protocolRafat Khandaker
 
CCNA Security configuration
CCNA Security configurationCCNA Security configuration
CCNA Security configurationRafat Khandaker
 
Packet Tracer: Cisco, Spanning tree protocol
Packet Tracer: Cisco, Spanning tree protocolPacket Tracer: Cisco, Spanning tree protocol
Packet Tracer: Cisco, Spanning tree protocolRafat 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 TrunkingRafat Khandaker
 
CCNA Packet Tracer 1.6.1
CCNA Packet Tracer 1.6.1CCNA Packet Tracer 1.6.1
CCNA Packet Tracer 1.6.1Rafat 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
 

Plus de 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
 

Dernier

Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 

Dernier (20)

Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 

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.