EIGRP协议概述

EIGRP是最典型的平衡混合路由选择协议,它融合了距离

矢量和链路状态两种路由选择协议的优点,使用闪速更新

算法,能最快的达到网络收敛(convergence

EIGRP特点如下:

采用不定期更新,即只在路由器改变计量标准或拓扑出

现变化时发送部分更新路由

更新条目中包含掩码,支持VLSM,支持不连续子网

具有相同的自治系统号的EIGRP和IGRP之间,

可无缝交换路由信息

EIGRP主要功能

通过协议相关模块支持IP,IPX,AppleTalk

无类

支持VLSM和CIDR

支持概要和不练许网络

有效邻居发现

基于可靠传输协议(RTP)的通信

基于弥散更新算法(DUAL)的最佳路径的选择

路由发现和维护

三表:

邻居关系表:以建立的邻居关系

拓扑表:互联网中每个路由器从每个邻居 接受到的路由通告

路由表:当前使用的用于路由判断的路由度量:0带宽1,延迟,负载,可靠性,最大传输单

配置 EIGRP

Router(config)#router eigrp {as-number}

启动EIGRP

Router(config-router)#network {network-number

宣告直连主类网络号

用试验验证EIGRP的配置。

试验环境介绍

R1的ip地址为 192.168.1.1 (S0/0) 网络掩码为 255.255.255.0

R2的ip地址为 192.168.1.2 (S0/0) 192.168.2.1 (S0/1)网络掩码为 255.255.255.0

R3的ip地址为 192.168.2.2 (S0/1) 网络掩码为 255.255.255.0

R1的S0/0端口和R2的S0/1端口为DCE端口

AS号为100

试验目的,通过在路由器间配置EIGRP协议,使路由器间能相互通讯,实现全网全通

下面分别是在R1 R2 R3上的配置。(红色字体为配置内容)

R1

Router>en

Router#conf t

Enter configuration commands, .e per line. End with CNTL/Z.

Router(config)#host r1

r1(config)#int s0/0

r1(config-if)#ip addr 192.168.1.1 255.255.255.0

r1(config-if)#clock rate 64000

r1(config-if)#no shut

r1(config-if)#exit

r1(config)#router eigrp 100

r1(config-router)#network 192.168.1.0

R2

Router>en

Router#conf t

Enter configuration commands, .e per line. End with CNTL/Z.

Router(config)#host r2

r2(config)#int s0/0

r2(config-if)#ip addr 192.168.1.2 255.255.255.0

r2(config-if)#no shut

r2(config-if)#exit

r2(config)#int s0/1

r2(config-if)#ip addr 192.168.2.1 255.255.255.0

r2(config-if)#clock rate 64000

r2(config-if)#no shut

r2(config-if)#exit

r2(config)#router eigrp 100

r2(config-router)#network 192.168.1.0

r2(config-router)#network 192.168.2.0

R3

Router>en

Router#conf t

Enter configuration commands, .e per line. End with CNTL/Z.

Router(config)#host r3

r3(config)#int s0/1

r3(config-if)#ip addr 192.168.2.2 255.255.255.0

r3(config-if)#no shut

r3(config-if)#exit

r3(config)#router eigrp 100

r3(config-router)#network 192.168.2.0

如下是在路由器R1上分别ping R2 R3的信息,

试验证明R1 R2 R3已经实现全网全通。

r1#ping 192.168.1.2

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 192.168.1.2, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 144/445/576 ms

r1#ping 192.168.2.1

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 192.168.2.1, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 364/788/1224 ms

r1#ping 192.168.2.2

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 192.168.2.2, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 720/1085/1412 ms

如下是在路由器R1 R2 R3上查看路由协议。结果表明,R1 R2 R3之间是通过Eigrp 实现全网全通的

R1

r1#show ip protocols

Routing Protocol is "eigrp 100"

Outgoing update filter list for all interfaces is not set

Incoming update filter list for all interfaces is not set

Default networks flagged in outgoing updates

Default networks accepted from incoming updates

EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0

EIGRP maximum hopcount 100

EIGRP maximum metric variance 1

Redistributing: eigrp 100

EIGRP NSF-aware route hold timer is 240s

Automatic network summarization is in effect

Maximum path: 4

Routing for Networks:

192.168.1.0

Routing Information Sources:

Gateway Distance Last Update

192.168.1.2 90 00:04:24

Distance: internal 90 external 170

R2

r2>show ip protocols

Routing Protocol is "eigrp 100"

Outgoing update filter list for all interfaces is not set

Incoming update filter list for all interfaces is not set

Default networks flagged in outgoing updates

Default networks accepted from incoming updates

EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0

EIGRP maximum hopcount 100

EIGRP maximum metric variance 1

Redistributing: eigrp 100

EIGRP NSF-aware route hold timer is 240s

Automatic network summarization is in effect

Automatic address summarization:

192.168.1.0/24 for Serial0/1

Maximum path: 4

Routing for Networks:

192.168.1.0

192.168.2.0

Routing Information Sources:

Gateway Distance Last Update

192.168.2.2 90 00:00:05

Distance: internal 90 external 170

R3

r3#show ip protocols

Routing Protocol is "eigrp 100"

Outgoing update filter list for all interfaces is not set

Incoming update filter list for all interfaces is not set

Default networks flagged in outgoing updates

Default networks accepted from incoming updates

EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0

EIGRP maximum hopcount 100

EIGRP maximum metric variance 1

Redistributing: eigrp 100

EIGRP NSF-aware route hold timer is 240s

Automatic network summarization is in effect

Maximum path: 4

Routing for Networks:

192.168.2.0

Routing Information Sources:

Gateway Distance Last Update

192.168.2.1 90 00:00:44

Distance: internal 90 external 170

OK,试验成功啦!

下面是一些验证命令:

Show ip eigrp neighbors 用于显示运行eigrp路由协议的邻居关系

Show ip eigrp toplogy 显示eigrp 路由协议的拓扑表

Show ip route eigrp 显示eigrp 路由协议的路由表

Show ip eigrp traffic 显示eigrp协议数据包的通讯状态

本文出自 “范琳琳学习笔记” 博客,请务必保留此出处http://fanlinlin.blog.51cto.com/535085/132487

本文出自 51CTO.COM技术博客

转载于:https://blog.51cto.com/llier/133978

CCNA配置试验之三 EIGRP协议的配置相关推荐

  1. CCNA配置试验之六 标准ACL和扩展ACL的配置

    访问控制列表分为标准访问控制列表和扩展访问控制列表:<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office: ...

  2. EIGRP协议(NA、NP知识点)

    目录 1.前言 2.术语 3.EIGRP的功能: 4.EIGRP相关知识点 5.配置命令 6.实验拓扑图​ 7.实验目的 8.实验配置 9.配置验证 1.前言 EIGRP (Enhanced Inte ...

  3. 实验十 配置EIGRP协议

    实验十 配置EIGRP协议 实验目的:1.了解混合路由选择协议的工作原理,使用的度量值, 2.了解EIGRP协议的优点,掌握eigrp路由协议的配置方法. 实验设备:三台cisco路由器,三台pc,三 ...

  4. EIGRP协议工作过程与配置详解

    EIGRP:增强内部网关路由协议-是Cisco的私有路由协议 100%无环 收敛速度最快的协议(网络发生变动时 拓扑表中存在路径会更新路由表重新回复网络)(在中大型网络中) 支持多种被路由协议(ip. ...

  5. cisco路由器基本实验之三 动态路由之RIP协议的配置(Boson NetSim)

    言归正传,Boson Netsim的实验规划,默认路由下一个实验应该是RIP协议的配置.众所周知,RIP(Routing Information Protocol),即路由信息协议,它与IGRP,OS ...

  6. 【Cisco NP】EIGRP的基本配置

    R1 端口配置IP地址 R1(config)#interface loopback 0 R1(config-if)#ip add 10.1.4.1 255.255.255.0 R1(config-if ...

  7. EIGRP的基本配置

    EIGRP的基本配置 1.  实验目的: 通过本次的实验,我们可以掌握如下技能: 1)        在路由器上启用EIGRP路由进程 2)        启用参与路由协议的借口,并且通告网络 3)  ...

  8. 配置和调试EIGRP

    [实验目的]: 在本次实验中,你将安装增强的内部网关路由协议(EIGRP)和观察它的缺省行为.然后优化EIGRP配置. 在完成本次实验之后,你需要完成下列任务: 核心和其他机架使用EIGRP路由协议 ...

  9. Cisco交换机与路由器常用协议及其配置命令

    对于网络而言,在整个网络通信中交换机与路由器是都是必不可少的网络设备. 今天我们就来了解一下交换机与路由器在网络中是如何运行的,又是如何利用一些网络协议来保证网络通信的安全与效率的. 首先,从交换机开 ...

最新文章

  1. Cacti Weathermap添加主机在线状态图示检测
  2. MPB:北大口腔陈峰、陈智滨等-口腔常见微生物的培养方法
  3. 施一公:世界如此未知,还有什么物事必须难以释怀?
  4. 通过连接实例解读TCP/IP协议
  5. 用MXnet实战深度学习之二:Neural art
  6. 经典论文复现 | 基于深度学习的图像超分辨率重建
  7. 2019河北省大学生程序设计竞赛(重现赛)B 题 -Icebound and Sequence ( 等比数列求和的快速幂取模)...
  8. 遍历DataTable内存数据的三种方法性能对比
  9. “约见”面试官系列之常见面试题第十九篇之数组去重(建议收藏)
  10. 。rdquo;小杉很平静的飞鸽传书2009
  11. 双向链表(不带头结点)
  12. sshclientCRT连接linux使用技巧
  13. python 闭包和装饰器详解_实力讲解,一文读懂Python闭包与装饰器!
  14. 关于SQL Server对于表的一些查询
  15. XPath 获取两个node中间的HTML Nodes
  16. 【白皮书分享】2020中国美颜消费趋势白皮书.pdf(附下载链接)
  17. PHP的HashTable实现
  18. 清华同方计算机教程,清华同方电脑u盘重装系统win10教程
  19. centos7网络环境配置(optenstack环境配置)
  20. 禅道下载mysql_本地已有mysql 数据库,安装禅道后数据库访问不了

热门文章

  1. 两个对于Apriltag图片处理问题讨论
  2. 第十六届全国大学生智能车竞赛线上赛点赛道审核 - 华东赛区
  3. 人工智能电磁车模如何入手?
  4. mongodb索引生成HTML页面,MongoDB高级索引
  5. oracle mysql 适配器_Oracle协议适配器错误解决办法
  6. sae mysql django_Python+Django+SAE系列教程12-----配置MySQL数据库
  7. JAVA项目代码手写吗_一个老程序员是如何手写Spring MVC的
  8. java实型常量用十六进制表示_[Java入门笔记] Java语言基础(二):常量、变量与数据类型...
  9. python入门经典以解决计算问题为导向_Python入门经典 以解决计算问题为导向的Python编程 待完善...
  10. php substr 去掉前n位_用PHP是如何做图片防盗链的