EIGRP分解试验部分-LAB2:EIGRP手工汇总

 

LAB2:EIGRP手工汇总
拓扑图:

EIGRP分解试验部分-LAB2:EIGRP手工汇总_第1张图片

实用场合:
一般在大型网络部署中,作为HUB点的路由器,会从Spoke端收到很多的路由。这样导致HUB点的路由表过大,查表缓慢,并且消耗路由器资源,为了减少路由表大小。加快收敛速度,我们需要设计良好的IP地址规划,便于做路由聚合技术。
 
主要配置指令:
在三台路由器上配置好EIGRP协议,参考上面试验配置。
 
R1配置路由聚合命令
interface Serial1/2
ip address 12.1.1.1 255.255.255.0
ip summary-address eigrp 1 1.1.0.0 255.255.252.0 5
 
检验:
R2#show ip route
Gateway of last resort is not set
1.0.0.0/22 is subnetted, 1 subnets
D 1.1.0.0 [90/2297856] via 12.1.1.1, 00:00:39, Serial1/3
3.0.0.0/24 is subnetted, 1 subnets
D 3.3.3.0 [90/2297856] via 23.1.1.3, 00:39:34, Serial1/2
23.0.0.0/24 is subnetted, 1 subnets
C 23.1.1.0 is directly connected, Serial1/2
12.0.0.0/24 is subnetted, 1 subnets
C 12.1.1.0 is directly connected, Serial1/3

你可能感兴趣的:(分解,汇总,手工,EIGRP,试验)