一、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. maven使用.01.Hello World

    要说Java世界有什么东西是我最为留恋的:在写其他语言程序的时候,我最为想要的东西,那非maven莫属. 什么是Maven? Maven能做什么? Maven是一个针对Java的自动构建工具.所谓自动 ...

  2. cocos2d-x 图形绘制

    转自:http://blog.csdn.net/zhy_cheng/article/details/8480048 图形绘制的话,在cocos2d-x自带的TestCpp里有,包括绘制点,直线,多边形 ...

  3. update更新两个字段

    update更新两个字段时的sql语句: update tj_record set is_recycle_reprint_guide='1' , recycle__guide_date=now() w ...

  4. OA系统权限管理设计(转载)

    不论什么系统都离不开权限的管理,有一个好的权限管理模块,不仅使我们的系统操作自如,管理方便,也为系统加入亮点. l         不同职责的人员,对于系统操作的权限应该是不同的.优秀的业务系统,这是 ...

  5. 暂停和恢复Activity Android

    暂停和恢复Activity(Pausing and Resuming an Activity) 在正常的应用程序使用,前台activity有时会被其他可视化组件遮挡,从而 造成activity的暂停. ...

  6. [AngularJS] Directive with Transcluded Elements

    Create a wrapWith directive using advanced transclusion techniques. transclude - compile the content ...

  7. 《Linux内核设计与实现》读书笔记

    http://www.cnblogs.com/wang_yb/tag/linux-kernel/

  8. VRP相关知识整理

    一.扩展问题分类: ★ the capacitated vehicle routing problem (CVRP) , 即classical VRP ★ the vehicle routing pr ...

  9. Java_eclipse软件与git配合使用创建git仓库

    一.在eclipse上安装git,和安装其他插件一样 help->Install new software->add... 在弹出框中输入name,location;点击-->ok ...

  10. [Security] Automatically adding CSRF tokens to ajax calls when using jQuery--转

    地址:http://erlend.oftedal.no/blog/?blogid=118 When building a ajax based application, you want to pro ...