设为首页收藏本站language 语言切换
查看: 2772|回复: 10
收起左侧

[已解决] EIGRP负载均衡如何配置??????

[复制链接]
发表于 2009-12-20 18:20:21 | 显示全部楼层 |阅读模式
未命名1.jpg         
请教大虾们,这里面我进行EIGRP负载均衡如何配置 ,本人愚顿,还知道的大虾帮忙忘写清楚点,
非常感谢!!!!
 楼主| 发表于 2009-12-20 18:31:56 | 显示全部楼层
大虾门  快来解决啊
沙发 2009-12-20 18:31:56 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2009-12-24 11:22:01 | 显示全部楼层

指点系词。。。激扬文字。。。

指点系词。。。激扬文字。。。
板凳 2009-12-24 11:22:01 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2009-12-24 11:35:37 | 显示全部楼层

不错收藏了

不错收藏了
地板 2009-12-24 11:35:37 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2009-12-25 12:33:44 | 显示全部楼层

很不错啊

很不错啊
5# 2009-12-25 12:33:44 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2009-12-26 13:19:35 | 显示全部楼层

带给我们的仅仅是视觉上的感受吗。。。 

带给我们的仅仅是视觉上的感受吗。。。 
6# 2009-12-26 13:19:35 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2009-12-26 14:09:59 | 显示全部楼层

顶!!!!!!!!!!!!!!!!!!!!!!!!!

顶!!!!!!!!!!!!!!!!!!!!!!!!!
7# 2009-12-26 14:09:59 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2009-12-26 14:10:34 | 显示全部楼层

看看怎么样

看看怎么样
8# 2009-12-26 14:10:34 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2009-12-26 14:43:42 | 显示全部楼层

什么东西啊?

什么东西啊?
9# 2009-12-26 14:43:42 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2009-12-26 22:08:06 | 显示全部楼层
    
10# 2009-12-26 22:08:06 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2009-12-28 10:07:13 | 显示全部楼层
R1(config)#router eigrp 1 Kxe
R1(config-router)#no auto-summary Kxe
R1(config-router)#network 192.168.12.0 Kxe
R1(config-router)#network 192.168.14.0 Kxe

R2(config)#router eigrp 1 Kxe
R2(config-router)#no auto-summary Kxe
R2(config-router)#network 192.168.12.0 Kxe
R2(config-router)#network 192.168.23.0 Kxe
R2(config-router)#network 2.2.2.2 Kxe

R3(config)#router eigrp 1 Kxe
R3(config-router)#no auto-summary Kxe
R3(config-router)#network 192.168.23.0 Kxe
R3(config-router)#network 192.168.23.0 Kxe
R3(config-router)#network 192.168.34.0 Kxe
R(config)#router eigrp 1 Kxe
R4(config-router)#no auto-summary Kxe
R4(config-router)#network 192.168.34.0 Kxe
R4(config-router)#net 192.168.14.0Kxe



R4#show ip route Kxe
Gateway of last resort is not set Kxe

D    192.168.12.0/24 [90/3193856] via 192.168.34.3, 00:00:41, Serial2/1 Kxe
    2.0.0.0/32 is subnetted, 1 subnets Kxe
D       2.2.2.2 [90/2809856] via 192.168.14.1, 00:00:42, F0/0 192.168.14.0/24 is directly connected, FastEthernet0/0 Kxe
D    192.168.23.0/24 [90/2681856] via 192.168.34.3, 00:00:42, Serial2/1 Kxe
C    192.168.34.0/24 is directly connected, Serial2/1Kxe

\\\\说明了R4到R2的loopback 0 口是走的192.168.14.1这条链路,原因如下:Kxe

R4#show ip eigrp topology Kxe
IP-EIGRP Topology Table for AS(1)/ID(192.168.34.4) Kxe
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply, Kxe
       r - reply Status, s - sia Status Kxe

P 2.2.2.2/32, 1 successors, FD is 2300416 Kxe
        via 192.168.14.1 (2323456/2297856), FastEthernet0/0             via 192.168.34.3 (2809856/2297856), Serial2/1                                    P 192.168.34.0/24, 1 successors, FD is 2169856 Kxe
        via Connected, Serial2/1 Kxe
P 192.168.12.0/24, 1 successors, FD is 2195456 Kxe
        via 192.168.14.1 (2195456/2169856), FastEthernet0/0 Kxe
P 192.168.14.0/24, 1 successors, FD is 51200 Kxe
        via Connected, FastEthernet0/0 Kxe
P 192.168.23.0/24, 1 successors, FD is 2681856 Kxe
        via 192.168.34.3 (2681856/2169856), Serial2/1Kxe

Kxe
\\\\在EIGRP的topology table里看到了到达2.2.2.2 有两条链路。192.168.14.1   和192.168.34.3 。因为192.168.14.1的FD小于192.168.34.3的FD所以在ROUTER TABLE 中只存放了这条,由192.168.34.3 的AD小于192.168.14.1 的FD所以符合了EIGRIP的等价负载条件。Kxe

Kxe

实现等价的负载Kxe

R4(config)#int f0/0 Kxe
R4(config-if)#delay 2000    更改接口的带宽,在计算EIGRP度量值时,不需要在/10所以是2000Kxe

R4#show ip routeKxe
Gateway of last resort is not set Kxe
D    192.168.12.0/24 [90/2681856] via 192.168.14.1, 00:04:21, FastEthernet0/0 Kxe
     2.0.0.0/32 is subnetted, 1 subnets Kxe
D       2.2.2.2 [90/2809856] via 192.168.14.1, 00:04:21, FastEthernet0/0 Kxe
                [90/2809856] via 192.168.34.3, 00:04:21, Serial2/1 Kxe
C    192.168.14.0/24 is directly connected, FastEthernet0/0 Kxe
D    192.168.23.0/24 [90/2681856] via 192.168.34.3, 00:04:21, Serial2/1 Kxe
C    192.168.34.0/24 is directly connected, Serial2/1Kxe

以上看出了到2.2.2.2 走的是两条链路 且他们的metric值一样的所以实现了等价的负载均衡!Kxe深度3G学院

非等价的负载均衡:Kxe

先把R4的F0/0就可设置还原。Kxe
Kxe
R4(config)#router eigrp 1 Kxe
R4(config-router)#variance 2          variance代表了EIGRP支持等价的链路数目。(1-128)默认是一条链路 Kxe
R4#show ip route Kxe
Gateway of last resort is not set Kxe

D    192.168.12.0/24 [90/2195456] via 192.168.14.1, 00:00:20, FastEthernet0/0 Kxe
     2.0.0.0/32 is subnetted, 1 subnets Kxe
D       2.2.2.2 [90/2323456] via 192.168.14.1, 00:00:20, FastEthernet0/0 Kxe
                [90/2809856] via 192.168.34.3, 00:00:20, Serial2/1 Kxe
C    192.168.14.0/24 is directly connected, FastEthernet0/0     \\\\非等价 Kxe
D    192.168.23.0/24 [90/2681856] via 192.168.34.3, 00:00:20, Serial2/1 Kxe
C    192.168.34.0/24 is directly connected, Serial2/1Kxe
Kxe

虽然到2.2.2.2 是走的两条链路但是它们的metric是不一样的。一个是:232456 另一个是:2809856Kxe

所以现在我实现了非等价的负载均衡。Kxe
11# 2009-12-28 10:07:13 回复 收起回复
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 论坛注册

本版积分规则

QQ|Archiver|手机版|小黑屋|sitemap|鸿鹄论坛 ( 京ICP备14027439号 )  

GMT+8, 2025-2-6 09:05 , Processed in 0.070830 second(s), 14 queries , Redis On.  

  Powered by Discuz!

  © 2001-2025 HH010.COM

快速回复 返回顶部 返回列表