10.2GLBP Round-robin //0.8.6

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了10.2GLBP Round-robin //0.8.6相关的知识,希望对你有一定的参考价值。

一、实验拓扑:
和10.1相同
四、验证:
1、默认就是Round-robin:轮循下方MAC地址
PC3#show arp
Protocol Address Age (min) Hardware Addr Type Interface
Internet 192.168.10.3 - cc0b.f7cc.0000 ARPA FastEthernet0/0
Internet 192.168.10.254 0 0007.b400.0101 ARPA FastEthernet0/0

PC4#show arp
Protocol Address Age (min) Hardware Addr Type Interface
Internet 192.168.10.4 - cc0a.f7cc.0000 ARPA FastEthernet0/0
Internet 192.168.10.254 0 0007.b400.0102 ARPA FastEthernet0/0

PC5#show arp
Protocol Address Age (min) Hardware Addr Type Interface
Internet 192.168.10.5 - cc09.f7cc.0000 ARPA FastEthernet0/0
Internet 192.168.10.254 0 0007.b400.0101 ARPA FastEthernet0/0

PC6#show arp
Protocol Address Age (min) Hardware Addr Type Interface
Internet 192.168.10.6 - cc0c.f7cc.0000 ARPA FastEthernet0/0
Internet 192.168.10.254 0 0007.b400.0102 ARPA FastEthernet0/0
2、传数据时轮流传数据:
PC3#traceroute 3.3.3.3
Type escape sequence to abort.
Tracing the route to 3.3.3.3

1 *
192.168.10.2 28 msec 16 msec
2 23.1.1.3 44 msec 40 msec 40 msec

PC4#traceroute 3.3.3.3
Type escape sequence to abort.
Tracing the route to 3.3.3.3

1 192.168.10.1 1028 msec 16 msec 12 msec
2 *
192.168.10.2 88 msec 16 msec
3 23.1.1.3 44 msec 76 msec 60 msec

PC5#traceroute 3.3.3.3
Type escape sequence to abort.
Tracing the route to 3.3.3.3

1 *
192.168.10.2 40 msec 20 msec
2 23.1.1.3 84 msec 20 msec 20 msec

PC6#traceroute 3.3.3.3 //这种很奇怪,Ping的时候2条路线抓包,都会有10个Ping包;但是第二次再Ping就只走一个方向
Type escape sequence to abort.
Tracing the route to 3.3.3.3

1 192.168.10.1 16 msec 16 msec 20 msec
2 192.168.10.2 24 msec 36 msec 24 msec
3 23.1.1.3 64 msec 60 msec 52 msec

以上是关于10.2GLBP Round-robin //0.8.6的主要内容,如果未能解决你的问题,请参考以下文章

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

角度更新 10.2 到 11

CodeSmith7.0.2连接Oracle10.2

python 用Python编写的循环算法实现。 #round-robin #scheduling #algorithm #python

RR调度(Round-robin scheduling)简单介绍

java 这是一种用Java实现的循环算法。 #round-robin #scheduling #algorithm #java