首页 > 其他分享 >TCPIP路由技术第一卷第七章第五部分案例研究一非等价负载均衡以及最大路径

TCPIP路由技术第一卷第七章第五部分案例研究一非等价负载均衡以及最大路径

时间:2024-08-19 20:07:11浏览次数:7  
标签:负载 show ip route eigrp 一非 路由 TCPIP

tcp/ip_eigrp-2案例研究

1.非等价负载均衡AD<FD,max-path variance(取整)

2.max-path,当有多条负载均衡的路由的时候,该值决定能够出现的路由表的数量.

3.同一设备多个eigrp进程需要重分布解决路由问题,passive接口停止在该接口发出的hello包.

4.eigrp的自动汇总自身的直连(主类前缀不同的前提)

5.手工汇总r1的e1/0做手工汇总ip summary-address eigrp 90 10.1.4.0 255.255.252.0 5(默认为5的ad)

r1:

show ip protocol

maximum path:4(最大负载均衡条目)

variance:差异变量,命令用来确定哪些路由在非等价负载均衡中是可以使用的.variance的缺省值是1,这意味着如果要实现负载均衡,多条路由的度量值必须是相同的.variance必须是整数.

r1:

router eigrp 90

variance 2

maximum-paths 4

show ip route eigrp

1.基于目标的负载

2.基于包的负载

转发方式

1.cef(arp.adj)no ip cef

2.fast switch一次路由多次交换no ip route-cache

3.process进程交换.

r1:

show ip cef detail

show adjacency detail

show ip route 44.1.1.0

ip access-list extended 100

permit ip any host 44.1.1.1

debug ip packet detail 100

show ip route 44.1.1.00

ping 44.1.1.1 repeat 1

int s0/0

no ip route-cache

int s0/1

no ip route-cache

ping 44.1.1.1 repeat 1

traffic-share balanred(负载)存在多条路径的时候为了使用最小代价路径,可以把缺省配置改成traffic-share min.如果有多条相等的最小代价的路径,并配置了traffic-share min,那么eigrp将执行等价负载均衡.

r1:

router eigrp 90

traffic-share min across-interfaces

maximum-paths 4

no variance

标签:负载,show,ip,route,eigrp,一非,路由,TCPIP
From: https://www.cnblogs.com/smoke520/p/18368003

相关文章