Skip to main content

Ccie exam dumps GLBP gateway load balancing protocol principle

Ccie exam dumpsGLBP gateway load balancing protocol principle

GLBP( the Gateway Load Balancing Protocol), is Cisco's proprietary protocol.LBP not only provides redundant gateways, but also provides load balancing between gateways.He compensates for the limitations of existing redundant router protocols. Ccie exam dumps.The goal of designing GLBP is to automatically select and use multiple available gateways simultaneously.Unlike HSRP and VRRP, G LBP can make full use of resources without having to configure multiple groups and manage multiple default gateway configurations.

Up to 4 routers in the GLBP group can be used as the IP default gateway. These gateways are called AVF (Active Virtual Forwarder).ccie exam dumps.GLBP automatically manages the allocation of virtual MAC addresses and decides who is responsible for handling the forwarding work (this is the key to distinguishing between HSRP and VRRP, which has a virtual IP in GLBP but corresponds to multiple virtual MACs).

GLBP provides the following features:

GLBP AVG (Active Virtual Gateway): A member of a GLBP group will elect a gateway to become the AVG for that group.Other group members act as backup gateways for AVG in case AVG fails. ccie exam dumps.AVG assigns a virtual MAC address to each member of the GLBP group.

GLBP AVF (Active Virtual Forwarder): AVG will assign virtual MAC addresses to the gateway, and each gateway has the responsibility to forward those packets sent to this virtual MAC address.These gateways are AVFs of virtual MAC addresses.

GLBP Communication :The GLBP members communicate with each other by sending a Hello packet to the multicast address 224.0.0.102 and UDP3222 every 3 seconds.

Active Gateway Election:

Elect the active gateway using a mechanism similar to HSRP,

Election comparison

1. Priority (1-255 default 100)

2.ip address

The router with the highest priority becomes the active router. If the priorities are the same, the router with the highest IP address becomes the active router. Called Active Virtual Gateway, other non-AVGs provide redundancy.

After a router is elected as AVG, a different job from HSRP begins, and AVG assigns a virtual MAC address to other GLBP group members.

All routers in the GLBP group forward packets, but each router is only responsible for forwarding packets related to its own virtual MAC address.

GLBP allows automatic selection and uses all available gateways in the group at the same time. Members of the GLBP group will elect a gateway to serve as the AVG for the group.Other group members provide backups for AVG to prevent AVG from malfunctioning. AVG assigns a virtual MAC address to each member of the GLBP group.ccie exam dumps..All routers will forward as data frames sent by the AVF to the virtual MAC address. When the client sends an ARP request to get the address of the default gateway, AVG will send these virtual MAC addresses in the ARP response.A maximum of 4 group members can be in a GLBP group. ccie exam dumps..The practice is to provide users with a single IP, each router provides users with different MAC addresses, so that the packets sent by the user to the group IP are successfully shared on each router.

GLBP supports the use of multiple default routers to provide traffic load balancing for the same default gateway IP address. In this environment, GLBP supports the following load sharing modes.

The GLBP protocol supports three load balancing methods:

First: according to the source mac address of different hosts

Second: poll based on arp request

Third: According to the weight distribution of the router, the higher the weight, the more likely it is to be assigned.

bluefox(config-subif)#GLbp 1 load-balancing ?

  host-dependent Load balance equally, source MAC determines forwarder choice

  round-robin Load balance equally using each forwarder in turn

  weighted Load balance in proportion to forwarder weighting

Host-related load sharing algorithm: As long as a virtual MAC address is also involved in traffic forwarding in the GLBP group, it is ensured that a host always uses this virtual MAC address for communication.

Cyclic load sharing algorithm: When the client sends an ARP request to resolve the MAC address of the default gateway, the MAC address contained in the ARP response received by each client is the MAC address of the next available router in the round robin algorithm.The MAC addresses of all routers are put into the address resolution response in order, and the MAC address corresponding to the default gateway IP address is returned to the client.ccie exam dumps.

Weighted load sharing algorithm: The amount of load directed to a router depends on the weighting value advertised by the router.

The weighting of the GLBP determines whether a router acts as a virtual forwarder. ccie exam dumps.The administrator can set the initial weight value and can specify a threshold.The administrator can configure the GLBP to track the interface status and set a decrement value that is used to reduce the weighting value when the tracked interface is closed.When the weight of the GLBP router drops below a certain value, the router will no longer become an active virtual forwarder.When the weighting rises above a certain value, the router can resume its active virtual forwarder role.

The weighting mechanism of GLBP is different from HSRP or VRRP. Only one threshold is defined in HSRP and VRRP. ccie exam dumps.If the router priority drops below this threshold, the router becomes active.Two thresholds are defined in the GLBP: a lower threshold is used when the router weight is reduced, and a higher threshold is used when the router weight is increased.This double threshold mechanism is more flexible than a single threshold system.

Publisher:IE LAB

publish Website: http://ielab.network

WhatsApp: +8617782638871

Skype:live:ielab.anna


Ccie exam dumpsGLBP gateway load balancing protocol principle

Comments

Popular posts from this blog

Cisco ccie exam Linux overview and history

      Cisco ccie exam Linux overview and history Simply put, the Linux operating system is a clone of the UNIX operating system, which was born on October 5, 1991 (the first time it was officially announced). It's the same as Microsoft's Windows, apple's MAC OS and android on mobile phones. Cisco ccie exam.Compared to ordinary people, Linux system may be relatively unfamiliar, and most of them are probably familiar with Windows system. Since the graphical interface of Windows is simpler and easier to use, Windows occupies more markets, and Linux systems are mainly command-line operations, which are more demanding for professionalism.Cisco ccie exam Linux systems are stable, secure, and have strong concurrency, so they are widely used in the server field. The professional servers are almost all Linux systems. Linux is open source, free, everyone can see the source code of Linux, you can use Linux for free. And the Linux kernel is short and lean, and some can only be a ...

Cisco ccie exam You must know about SD-WAN... (1)

Cisco ccie exam You must know about SD-WAN... (1) 1. What is SD-WAN? "SD-WAN is a service formed by applying SDN technology to a wide area network scenario. Cisco ccie exam.This service is used to connect a wide range of enterprise networks, including enterprise branches and data centers."Although in many consulting reports or vendor solutions, SD-WAN is often limited to the networking scenarios where enterprise branch offices are interconnected.However, based on the definition of SD-WAN, the application scenarios of SD-WAN can be summarized into three categories: enterprise interconnection, data center interconnection and cloud interconnection scenarios. The enterprise interconnection SD-EN (SDN based Enterprise Network) focuses on the WAN connection on the user side, providing an efficient SDN-based solution for the connection between the enterprise headquarters and branch offices across the WAN.SD-DCI (SDN based Data Center Interconnection) refers to an SDN-based solutio...

CCIE LAB EXAM Three minutes to learn the application of NAT address translation technology

CCIE LAB EXAM  Three minutes to learn the application of NAT address translation technology NAT translates the private IP address into the external network IP address through the border route, and records the conversion mapping record in the NAT address translation table of the border route.When external data is returned, the route uses NAT technology to query the NAT translation table, and then replaces the destination address with the IP address of the intranet user. ccie lab dumps Before we learned the theoretical information of NAT, we know its specifi...