CISCO实验记录六:EIGRP路由协议

一、要求

1、查看当前路由协议

2、清空路由设置

3、使用EIGRP协议创建路由

4、查看EIGRP的邻居表

5、关闭自动汇总

6、使用手工汇总

二、实现

1、查看当前路由协议

#show ip protocols

2、清空路由设置

#clear ip route *

#no router rip

3、使用EIGRP协议创建路由

#router eigrp 100

#network 192.168.4.0

4、查看EIGRP的邻居表

#show ip eigrp neighbors

5、关闭自动汇总

#router eigrp 100

#no auto-summary

6、手工汇总

原文地址:https://www.cnblogs.com/cation/p/11378568.html