--------------------------------------------R1----------------------------------------
R1#conf t
R1(config)#interface fa 0/0
R1(config-if)#ip add 192.168.10.10
R1(config-if)#no shutdown
R1(config-if)#glbp 1 192.168.10.254
R1(config-if)#glbp 1 priority 120
R1(config-if)#glbp 1 preempt delay min 30 (HSRP, VRRP 참조, AVG 라우터에서 설정하는 것)
R1(config-if)#glbp 1 load-balancing round-robin (default)
R1(config-if)#glbp 1 auth md5 key-string glbp
---------------------------------------------------------------------------------------
※뒤의 serial의 대한 track을 설정 할 수 있다. 방식은 vrrp와 같으나 GLBP는 Priority가 아닌 weight로 나타냄 (VRRP, HSRP 참조)
#glbp 1 weighting track xx decrement 20 (track에 정의된대로 발생시 가중치 20 하락)
--------------------------------------------R1----------------------------------------
R2#conf t
R2(config)#interface fa 0/0
R2(config-if)#ip add 192.168.10.20 255.255.255.0
R2(config-if)#no shutdown
R2(config-if)#glbp 1 192.168.10.254
R2(config-if)#glbp 1 priority 100 (default로 100)
R2(config-if)#glbp 1 forwarder preempt delay min 30 (AVF 라우터에서 설정하는 것)
R2(config-if)#glbp 1 load-balancing round-robin (default)
R2(config-if)#glbp 1 auth md5 key-string glbp
---------------------------------------------------------------------------------------
*확인
R1#show glbp brief