一、要求

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、手工汇总

 

相关文章:

  • 2021-07-11
  • 2021-11-14
  • 2021-07-16
  • 2022-12-23
  • 2022-12-23
  • 2021-08-20
  • 2021-04-18
猜你喜欢
  • 2021-06-17
  • 2022-03-10
  • 2021-04-30
  • 2021-11-08
  • 2021-11-04
  • 2021-11-11
相关资源
相似解决方案