GLBP (Gateway load balancing protocol) ist ein Cisco proprietäres sog. First Hop Redundancy Protocol. Siehe auch [[HSRP]], [[VRRP]].
Der aktive Router wird AVG (Active virtual gateway) genannt.
Man kann bis zu 4 AVF (Active virtual forwarders) haben.
Default Auswahl ist Round-Robin.
=====Lab=====
{{glbp_lab_gns3.png}}
Der PC hat 10.0.0.1 als Gateway.
!R1
int fa1/0
glbp 10 ip 10.0.0.1
glbp preempt
glbp 10 authentication md5 key-string cisco
! Optional, Default ist 100
glbp 10 priority 110
end
!R2
int fa1/0
glbp 10 ip 10.0.0.1
glbp 10 preempt
glbp 10 authentication md5 key-string cisco
end
sh glbp brief
=====Links=====
* [[https://www.youtube.com/watch?v=JflJSgXD09o|Kevin Wallace - Understanding and configuring GLBP - Youtube]]