一、EIGRP的基本配置
1(1)、进入接口配置IP
R1(config)#inter s1/0
R1(config-if)#ip address 200.1.1.1 255.255.255.0
R1(config-if)#no shut
1(2)、配置环回地址
R1(config)#inter lo 1
R1(config-if)#ip add 1.1.1.1 255.255.255.0

2(1)、路由器2同理配置
R2(config)#inter s1/0
R2(config-if)#ip address 200.1.1.2 255.255.255.0
R2(config-if)#no shut

2(2)
R2(config)#inter lo 1
R2(config-if)#ip add 2.2.2.2 255.255.255.0

1(1)配置EIGRP和宣告
R1(config)#router eigrp 100
R1(config-router)#network 200.1.1.0
R1(config-router)#network 1.1.1.0
1(2)关闭自动汇总
R1(config)#router eigrp 100
R1(config-router)#no auto-summary
1(3)手工汇总
R1(config)#inter s1/0
R1(config-if)#ip summary-address eigrp 100 192.168.10.0 255.255.0.0
2(1)
R2(config)#router eigrp 100
R2(config-router)#network 200.1.1.0
R2(config-router)#network 2.2.2.0
R2(config-router)#network 200.1.1.0 ?
  A.B.C.D  EIGRP wild card bits
  <cr>
R2(config-router)#network 200.1.1.0 0.0.0.255
R2(config-router)#network 2.2.2.0 0.0.0.255 
二、查看EIGRP运行情况
    一、R1#show ip eigrp neighbors(查看邻居表的信息)
    二、R1#show ip route eigrp(查看特定的协议信息)
    三、R1#show ip route (查看路由表中所有的路由)
    四、R1#show ip protocols(查看eigrp的一些信息,比如k值)
    五、R1#show ip eigrp interfaces
    六、R1#show ip eigrp topology
    七、R1#show ip eigrp traffic

三、关闭自动汇总,实现手工汇总
1(1)关闭自动汇总
R1(config)#router eigrp 100
R1(config-router)#no auto-summary
1(2)手工汇总
R1(config)#inter s1/0
R1(config-if)#ip summary-address eigrp 100 192.168.10.0 255.255.0.0

2(1)
R2(config)#router eigrp 100
R2(config-router)#no auto-summary

四、掌握EIGRP的认证
第一步、配置认证
    注意两台路由器的密码需要保持一致
R1(config)#key chain ccna
R1(config-keychain)#key 1
R1(config-keychain-key)#key-string cisco
R1(config-keychain-key)#exit

R2(config)#key chain ccna
R2(config-keychain)#key 1     //定义钥匙
R2(config-keychain-key)#key-string cisco
R2(config-keychain-key)#exit

第二步、在接口上启用认证
1、
R1(config)#inter s1/0
R1(config-if)#ip authentication mode eigrp 100 ?
  md5  Keyed message digest

R1(config-if)#ip authentication mode eigrp 100 md5

2、
R1(config)#inter s1/0                          
R1(config-if)#ip authentication key-chain eigrp 100 ?
  WORD  name of key-chain

R1(config-if)#ip authentication key-chain eigrp 100 ccna

查看
R1#show ip eigrp neighbors
IP-EIGRP neighbors for process 100   //因为R2没有启用认证,所以邻居关系当掉

现将R2开启认证
1、
R2(config)#inter s1/0
R2(config-if)#ip authentication mode eigrp 100 ?
  md5  Keyed message digest

R2(config-if)#ip authentication mode eigrp 100 md5

2、
R2(config-if)#ip authentication key-chain eigrp 100 ccna

再次查看
R2(config-if)#do show ip eigrp neighbors
IP-EIGRP neighbors for process 100
H   Address                 Interface       Hold Uptime   SRTT   RTO  Q  Seq
                                            (sec)         (ms)       Cnt Num
0   200.1.1.1               Se1/0             11 00:01:13 1395  5000  0  19

个人实验记录之EIGRP基本配置的更多相关文章

  1. 实验11:EIGRP

    实验8-1:EIGRP 基本配置 实验目的通过本实验可以掌握:(1)在路由器上启动EIGRP 路由进程(2)启用参与路由协议的接口,并且通告网络(3)EIGRP 度量值的计算方法(4)可行距离(FD) ...

  2. 寻找丢失的微服务-HAProxy热加载问题的发现与分析 原创: 单既喜 一点大数据技术团队 4月8日 在一点资讯的容器计算平台中,我们通过HAProxy进行Marathon服务发现。本文记录HAProxy服务热加载后某微服务50%概率失效的问题。设计3组对比实验,验证了陈旧配置的HAProxy在Reload时没有退出进而导致微服务丢失,并给出了解决方案. Keywords:HAProxy热加

    寻找丢失的微服务-HAProxy热加载问题的发现与分析 原创: 单既喜 一点大数据技术团队 4月8日 在一点资讯的容器计算平台中,我们通过HAProxy进行Marathon服务发现.本文记录HAPro ...

  3. 也用 Log4Net 之将日志记录到数据库的配置 (一)

    也用 Log4Net  之将日志记录到数据库的配置 (一) 前段时间我一直想做一个通用一点的日志记录系统,可以便于不同的业务组调用进行日志记录及分析.本来打算着自己下手写一个,后面发现各业务组可能会需 ...

  4. case7 淋巴瘤子类分类实验记录

    case7 淋巴瘤子类分类实验记录 简介 分类问题:3分类 (identifying three sub-types of lymphoma: Chronic Lymphocytic Leukemia ...

  5. RHCE实验记录总结-2-RHCE

    RHCSA实验总结-点击跳转 RHCE实验 RHCE这边我简单分了下类: ## 网络与安全 1. IPv6 设置(推荐使用GUI程序 nm-connection-editor来完成) 2. team ...

  6. RHCE实验记录总结-1-RHCSA

    不管是运维还是开发系统的了解下Linux或者系统的温习整理一下Linux知识点无疑是较好的,这篇文章是对RHCSA&RHCE实验进行一个汇总,是我为了做实验方便(并分享给朋友)的一篇文章. 前 ...

  7. Log4Net 之将日志记录到数据库的配置 (一)

    原文:Log4Net 之将日志记录到数据库的配置 (一) 前段时间我一直想做一个通用一点的日志记录系统,可以便于不同的业务组调用进行日志记录及分析.本来打算着自己下手写一个,后面发现各业务组可能会需要 ...

  8. 实验3: DHCP 基本配置

    实验3-1: DHCP 基本配置 实验目的通过本实验可以掌握:(1)DHCP 的工作原理和工作过程(2)DHCP 服务器的基本配置和调试(3)客户端配置 拓扑结构 实验步骤n    步骤1:配置路由器 ...

  9. 实验1: Cisco路由器基础配置

    实验 1:  Cisco路由器基础配置 1.    路由器的运行模式:Router>    用户模式,通常用来查看统计信息,但不能修改路由器的设置.Router#    特许模式,可以查看并修改 ...

随机推荐

  1. jqGrid 学习

    jqGrid 学习: 一.下载需要的jqGrid包:http://www.trirand.com/blog/?page_id=6 二.下载JQuery UI:http://jqueryui.com/d ...

  2. servler--请求重定向

    protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletExcepti ...

  3. android 多线程数据库读写分析与优化

    最新需要给软件做数据库读写方面的优化,之前无论读写,都是用一个 SQLiteOpenHelper.getWriteableDataBase() 来操作数据库,现在需要多线程并发读写,项目用的是2.2的 ...

  4. 配置错误 在唯一密钥属性“fileExtension”设置为“.log”时,无法添加类型为“mimeMap”的重复集合项

    错误提示: 配置错误 在唯一密钥属性“fileExtension”设置为“.log”时,无法添加类型为“mimeMap”的重复集合项 配置文件 \\?\D:\www\abc\web.config 出现 ...

  5. [Angular 2] Inject Service with "Providers"

    In this lesson, we’re going to take a look at how add a class to the providers property of a compone ...

  6. C#_自动化测试3_controll IE

    目前市面上有很多Web UI自动化测试框架,比如WatiN, Selinimu,WebDriver,还有VS2010中的Coded UI等等.  这些框架都可以操作Web中的控件,模拟用户输入,点击等 ...

  7. Swift 玩转gif

    众所周知,iOS默认是不支持gif类型图片的显示的,但是我们项目中常常是需要显示gif为动态图片.那肿么办?第三方库?是的 ,很多第三方都支持gif , 如果一直只停留在用第三方上,技术难有提高.上版 ...

  8. Boxes in a Line

    Boxes in a Line You have n boxes in a line on the table numbered 1 . . . n from left to right. Your ...

  9. Window Pains

    http://poj.org/problem?id=2585 Window Pains Time Limit: 1000MS   Memory Limit: 65536K Total Submissi ...

  10. BestCoder Sequence

    hdu  4908  Bestcoder Problem Description Mr Potato is a coder.Mr Potato is the BestCoder. One night, ...