Benutzer-Werkzeuge

Webseiten-Werkzeuge


glbp

Inhaltsverzeichnis

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

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
glbp.txt · Zuletzt geändert: 2023/11/04 21:56 (Externe Bearbeitung)