SlideShare ist ein Scribd-Unternehmen logo
1 von 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.

Weitere ähnliche Inhalte

Was ist angesagt?

CCNA Routing Protocols
CCNA Routing ProtocolsCCNA Routing Protocols
CCNA Routing Protocols
Dsunte Wilson
 
Eigrp
EigrpEigrp
Eigrp
firey
 
Attacking the spanning tree protocol
Attacking the spanning tree protocolAttacking the spanning tree protocol
Attacking the spanning tree protocol
Asmadzakirah
 

Was ist angesagt? (20)

IPv6 Address Planning
IPv6 Address PlanningIPv6 Address Planning
IPv6 Address Planning
 
Configuration DHCP
Configuration DHCPConfiguration DHCP
Configuration DHCP
 
CCNA Chapter1
CCNA Chapter1CCNA Chapter1
CCNA Chapter1
 
ACI DHCP Config Guide
ACI DHCP Config GuideACI DHCP Config Guide
ACI DHCP Config Guide
 
EIGRP (enhanced interior gateway routing protocol)
EIGRP (enhanced interior gateway routing protocol)EIGRP (enhanced interior gateway routing protocol)
EIGRP (enhanced interior gateway routing protocol)
 
Nat pat
Nat patNat pat
Nat pat
 
NETCONF YANG tutorial
NETCONF YANG tutorialNETCONF YANG tutorial
NETCONF YANG tutorial
 
Dynamic Routing RIP
Dynamic Routing RIPDynamic Routing RIP
Dynamic Routing RIP
 
Networking in linux
Networking in linuxNetworking in linux
Networking in linux
 
CCNA Routing Protocols
CCNA Routing ProtocolsCCNA Routing Protocols
CCNA Routing Protocols
 
Subnetting
SubnettingSubnetting
Subnetting
 
Eigrp
EigrpEigrp
Eigrp
 
Network Address Translation (NAT)
Network Address Translation (NAT)Network Address Translation (NAT)
Network Address Translation (NAT)
 
Static Routing
Static RoutingStatic Routing
Static Routing
 
FastNetMon Advanced DDoS detection tool
FastNetMon Advanced DDoS detection toolFastNetMon Advanced DDoS detection tool
FastNetMon Advanced DDoS detection tool
 
Attacking the spanning tree protocol
Attacking the spanning tree protocolAttacking the spanning tree protocol
Attacking the spanning tree protocol
 
HSRP ccna
HSRP ccna HSRP ccna
HSRP ccna
 
Understanding and Troubleshooting ASA NAT
Understanding and Troubleshooting ASA NATUnderstanding and Troubleshooting ASA NAT
Understanding and Troubleshooting ASA NAT
 
what is Private and publis ip address
what is Private and publis ip addresswhat is Private and publis ip address
what is Private and publis ip address
 
SSH - Secure Shell
SSH - Secure ShellSSH - Secure Shell
SSH - Secure Shell
 

Andere mochten auch

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
Tài Bùi
 
La Biblia, Un Libro Sagradotema3
La Biblia, Un Libro Sagradotema3La Biblia, Un Libro Sagradotema3
La Biblia, Un Libro Sagradotema3
profe07
 
Ccna Presentation
Ccna PresentationCcna Presentation
Ccna Presentation
bcdran
 
Cisco labs practical6
Cisco labs practical6Cisco labs practical6
Cisco labs practical6
Tai Lam
 
Cisco labs practical7
Cisco labs practical7Cisco labs practical7
Cisco labs practical7
Tai Lam
 
Router configuration in packet tracer
Router configuration in packet  tracerRouter configuration in packet  tracer
Router configuration in packet tracer
Anabia Anabia
 

Andere mochten auch (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
 

Ähnlich wie Packet Tracer: Load Balancing with GLBP and FHRP

Cisco data center support
Cisco data center supportCisco data center support
Cisco data center support
Krunal Shah
 
Practice exam #2
Practice exam #2Practice exam #2
Practice exam #2
Kris Mofu
 
In depth understanding network security
In depth understanding network securityIn depth understanding network security
In depth understanding network security
Thanawan Tuamyim
 
First hop redundancy
First hop redundancyFirst hop redundancy
First hop redundancy
Mohamed Gamel
 

Ähnlich wie Packet Tracer: Load Balancing with GLBP and FHRP (20)

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

Mehr von 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
 

Kürzlich hochgeladen

Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

Kürzlich hochgeladen (20)

MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 

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.