How to Configure GLBP in Cisco Router on EVE-NG

Аватар автора
Техника Для Сострадания
#MSKTechMate GLBP [Gateway Load Balancing Protocol] --------------------------------------- 1) It is used to create a virtual gateway that can use for hosts. 2) GLBP are actively forwarding packet. These routers are called as Active Virtual Forwarder (AVF). 3) All devices running GLBP will elect an Active Virtual Gateway (AVG). 4) There are multiple methods for load balancing: 1) Round-robin: In this method round-robin, AVG will reply each ARP request for the GLBP virtual IP with each AVF’s virtual MAC address in turns, so all AVFs will be used equally. 2) Host-dependent: Host-dependent algorithm guarantees that the same gateway will always be used for a specific client, as long as there is no changes on the AVF number. Configuration: Router 2 (In this example) int f0/0 glbp 10 load-balancing host-dependent 3) GLBP Weighted : Weighted algorithm distribute traffic to each AVF based on the weight value assigned to them. An AVF with bigger weight value will get more traffic redirected to it. Configuration: Router 2 (In this example) int f0/0 glbp 10 load-balancing weigted glbp 10 weight 1 Configuration: Router 3 (In this example) int f0/0 glbp 10 load-balancing weigted glbp 10 weight 1 Configuration: Router 4 (In this example) int f0/0 glbp 10 load-balancing weigted glbp 10 weight 2

0/0


0/0

0/0

0/0