码迷,mamicode.com
首页 > 系统相关 > 详细

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

时间:2019-08-19 20:47:54      阅读:120      评论:0      收藏:0      [点我收藏+]

标签:要求   cisco实验   bsp   关闭自动   路由设置   清空   route   eigrp   router   

一、要求

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

 

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

标签:要求   cisco实验   bsp   关闭自动   路由设置   清空   route   eigrp   router   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!