10-GLBP Weighting //2.1.5(GNS3版本,后面都是如此注明)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了10-GLBP Weighting //2.1.5(GNS3版本,后面都是如此注明)相关的知识,希望对你有一定的参考价值。

一、实验拓扑:
技术分享图片
二、实验要求:
1、R1、R2、R3、R4部署EIGRP 90协议;
2、R1、R2、R3的f1/0接口配置192.168.10.X、24地址;
3、PC1的默认网关为:192.168.10.254;
4、R1、R2、R3部署GLBP协议,应用:Weigh方式;
5、验证:Round-robin模式地址分配、Weight模式下流量Ping包的方式:依然先走优先级最高的,当断掉后自动切换为次优先级高的,在断掉,走次次优先级的,而且是自动的?
三、命令部署:
R1(config)#int f1/0
R1(config-if)#glbp 1 ip 192.168.10.254 //定义GLBP组的虚拟IP地址
R1(config-if)#glbp 1 priority 200 //定义路由器在组中的优先级
R1(config-if)#glbp 1 timers 3 10 //定义hello间隔时间为3秒,抑制时间为10秒
R1(config-if)#glbp 1 preempt delay minimum 40 //定义抢占:主路由器恢复后推迟40秒后抢回主路由器权

R1(config-if)#glbp 1 weighting 200 lower 120 upper 200 //定义成为AVF的权值,最大权值为200,较小权值为120,较高权值为200

R1(config-if)#glbp 1 weighting track 1 decrement 90//监视track 组1中的接口,当track 1中的接口出现故障时,权值降低90

R1(config)#track 1 interface f0/0 line-protocol //定义track组, 即定义监控的端口:监控f0/0端口

R2、R3和R1部署除优先级外其余都相同:
R2(config-if)#glbp 1 priority 180
R3(config-if)#glbp 1 priority 160

四、验证:
PC1#ping 4.4.4.4
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 4.4.4.4, timeout is 2 seconds:.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 72/92/104 ms

R1#show glbp bri
Interface Grp Fwd Pri State Address Active router Standby route
Fa1/0 1 - 200 Active 192.168.10.254 local 192.168.10.3
Fa1/0 1 1 7 Active 0007.b400.0101 local -
Fa1/0 1 2 7 Listen 0007.b400.0102 192.168.10.3 -

结论:R1为AVG、R3为备份AVG、R2为AVF,这里出现了问题:R2优先级高于R3为什么R3是Standby,而R2是Listen。

技术分享图片

以上是关于10-GLBP Weighting //2.1.5(GNS3版本,后面都是如此注明)的主要内容,如果未能解决你的问题,请参考以下文章

10.1-GLBP Round-robin //IOU(用VM中的GNS3镜像来做的)

What Are You Weighting For?

What Are You Weighting For?

Term Weighting

做题Codeforces Round #453 (Div. 1) D. Weighting a Tree——拆环

CSSE7014 讲解