第八章-EIGRP协议及配置_第1页
第八章-EIGRP协议及配置_第2页
第八章-EIGRP协议及配置_第3页
第八章-EIGRP协议及配置_第4页
第八章-EIGRP协议及配置_第5页
已阅读5页,还剩16页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、 2006, Shenzhen Polytechnic. All rights reserved.1 EIGRP 深圳职业技术学院计算机系网络专业深圳职业技术学院计算机系网络专业 2006 Shenzhen Polytechnic. All rights reserved. 2 教学目标(教学目标( Objectives ) 1. EIGRP关键特征关键特征 (Key Characteristics of EIGRP ) 2. EIGRP三张表三张表 (EIGRP Maintains Three Tables) 3.后继和可行后继后继和可行后继 ( Successor and Feasible

2、 Successor ) 4.可行距离和通告距离(可行距离和通告距离( FD and RD ) 5. EIGRP 数据结构(数据结构(EIGRP Data Structure) 6.配置配置EIGRP(Configuring EIGRP) 7.验证验证EIGRP(Verifying EIGRP) 2006 Shenzhen Polytechnic. All rights reserved. 3 EIGRP关键特征(关键特征(Key Characteristics of EIGRP ) (1)是高级距离向量路由协议,)是高级距离向量路由协议,CISCO私有协议私有协议 It is an enha

3、nced distance vector routing protocol. (2)用带宽、延迟、负载、可靠性作为度量值)用带宽、延迟、负载、可靠性作为度量值 Metric: bandwidth,delay,load,reliability (3)支持非等价负载均衡)支持非等价负载均衡 Uses unequal-cost load balancing. (4)最大跳数为)最大跳数为225 Maximum hop is 225 (5)采用)采用DUAL算法计算到目的地的最短路径算法计算到目的地的最短路径 Uses Diffused Update Algorithm (DUAL) to calcu

4、late the shortest path. (6)合并了距离向量路由协议和链路状态路由协议优点)合并了距离向量路由协议和链路状态路由协议优点 Uses a combination of distance vector and link-state features (7)EIGRP用用“EX”识别外部路由识别外部路由 EIGRP will tag routes by EX learned from any outside source as external . 2006 Shenzhen Polytechnic. All rights reserved. 4 EIGRP三张表三张表 (E

5、IGRP Maintains Three Tables) 1.邻居表(邻居表(Neighbor table ) 在在EIGRP中,邻居表最为重要中,邻居表最为重要 The neighbor table is the most important table in EIGRP. 2.拓扑表(拓扑表(Topology table ) 在自治系统中,路由表由拓扑表计算在自治系统中,路由表由拓扑表计算 The topology table is made up of all the EIGRP routing tables in the autonomous system. 3.路由表(路由表(Rou

6、ting table ) 路由表是到达目标网络的最佳路径,路由器为每种被路由的协议维护路由表是到达目标网络的最佳路径,路由器为每种被路由的协议维护 一张拓扑表和路由表。一张拓扑表和路由表。 The EIGRP routing table holds the best routes to a destination. Each EIGRP router maintains a topology table and routing table for each network protocol. 2006 Shenzhen Polytechnic. All rights reserved. 5 后

7、继(后继( Successor ) 后继路由器是到达指定目的最优的下一跳邻居路由器后继路由器是到达指定目的最优的下一跳邻居路由器 A succesor is a neighbor router that is the next hop in a least-cost path to any given destination. 后继路由是主要路由。后继路由是主要路由。 A successor is a route selected as the primary route to use to reach a destination. 2006 Shenzhen Polytechnic. All

8、 rights reserved. 6 可行后继(可行后继( Feasible Successor ) 通过指定可行后继路由器,通过指定可行后继路由器,EIGRP路由器在后继路由器失效时,能够马上将路由器在后继路由器失效时,能够马上将 该路由安装到路由表该路由安装到路由表 By identifying feasible successors,EIGRP router can immediately install alternate route if a successor fail. 可行后继是备份路由。可行后继是备份路由。 A feasible successor (FS) is a ba

9、ckup route. 2006 Shenzhen Polytechnic. All rights reserved. 7 可行距离和通告距离(可行距离和通告距离( FD and RD ) 1.可行距离是到达目标网络最小的度量值可行距离是到达目标网络最小的度量值 Feasible distance (FD ) is the lowest calculated metric to each destination. 2.通告距离是邻居路由器通告它到达目标网络的通告距离是邻居路由器通告它到达目标网络的 距离距离 Reported distance (RD) is the distance repo

10、rted by an adjacent neighbor to a specific destination. 3.可行性条件(可行性条件(feasible condition):):RDFD 2006 Shenzhen Polytechnic. All rights reserved. 8 EIGRP 算法(算法(EIGRP Algorithm ) 2006 Shenzhen Polytechnic. All rights reserved. 9 EIGRP 数据结构(数据结构(EIGRP Data Structure) Hello 确认(确认( Acknowledgment ) 更新(更新

11、( Update) 查询查询 ( Query ) 应答应答 ( Reply ) 2006 Shenzhen Polytechnic. All rights reserved. 10 Hello 1. EIGRP依靠依靠hello包来发现、验证和再发现邻居路由器。包来发现、验证和再发现邻居路由器。 EIGRP relies on hello packets to discover, verify, and rediscover neighbor routers. 2. EIGRP发送发送hello包的周期,称为包的周期,称为hello interval。 EIGRP routers send h

12、ellos at a fixed but configurable interval, called the hello interval . 3.在在IP网络中,网络中,EIGRP路由器使用组播地址路由器使用组播地址224.0.0.10来发送来发送hello包。包。 On IP networks, EIGRP routers send hellos to the multicast IP address 224.0.0.10. 4.OSPF需要邻居有相同的需要邻居有相同的hello和和dead间隔,而间隔,而EIGRP没有此限制。没有此限制。 OSPF requires neighbor r

13、outers to have the same hello and dead intervals to communicate. EIGRP has no such restriction. 2006 Shenzhen Polytechnic. All rights reserved. 11 EIGRP默认默认hello间隔和间隔和hold时间时间 (Default Hello Intervals and Hold Times for EIGRP) 2006 Shenzhen Polytechnic. All rights reserved. 12 确认(确认(Acknowledgment)

14、1.确认包是单播。确认包是单播。 Acknowledgment packets are unicast. 2.确认能被捎带完成,如应答包。确认能被捎带完成,如应答包。 Acknowledgments can be made by attaching them to other kinds of EIGRP packets, such as reply packets 2006 Shenzhen Polytechnic. All rights reserved. 13 更新(更新(Update) 1.当路由器发现新的邻居时用到更新包。当路由器发现新的邻居时用到更新包。 Update packet

15、s are used when a router discovers a new neighbor. 2. EIGRP 路由器向新的邻居发送单播更新。路由器向新的邻居发送单播更新。 An EIGRP router sends unicast update packets to that new neighbor . 3. EIGRP路由器向所有邻居发送组播更新来通过路由器向所有邻居发送组播更新来通过 网络变化。所有的更新包要可靠传输。网络变化。所有的更新包要可靠传输。 EIGRP router sends a multicast update packet to all neighbors,

16、which alerts them to the change. All update packets are sent reliably. 2006 Shenzhen Polytechnic. All rights reserved. 14 查询和应答(查询和应答(Query and Reply) 1.如果如果EIGRP路由器失去后继,并且没有可行后继,路由器失去后继,并且没有可行后继,DUAL算法将路由算法将路由 置为活跃状态,然后以组播向所有的邻居发送查询包,试图定位后继置为活跃状态,然后以组播向所有的邻居发送查询包,试图定位后继 。邻居路由器必须发送应答包来响应。邻居路由器必须发送应答

17、包来响应。 If an EIGRP router loses its successor and cannot find a feasible successor for a route, DUAL places the route in the Active state. A query is then multicasted to all neighbors in an attempt to locate a successor to the destination network. Neighbors must send replies that either provide infor

18、mation on successors or indicate that no information is available. 2. 查询包可以是组播或单播,应答包一直是单播。查询包可以是组播或单播,应答包一直是单播。 Queries can be multicast or unicast, while replies are always unicast. 3. 查询和应答都要可靠传输。查询和应答都要可靠传输。 Both packet types are sent reliably. 2006 Shenzhen Polytechnic. All rights reserved. 15

19、配置配置EIGRP(Configuring EIGRP) 2006 Shenzhen Polytechnic. All rights reserved. 16 EIGRP 自动汇总自动汇总 (EIGRP Automatically Summarizes) 2006 Shenzhen Polytechnic. All rights reserved. 17 配置配置EIGRP手工汇总手工汇总 (Manual Summarization with EIGRP) EIGRP基于接口来用基于接口来用“summary address”命令手工命令手工 配置汇总配置汇总 2006 Shenzhen Polytechnic. All rights reserved. 18 配置汇总(配置汇总(Configure Summary) RTC(config)#router eigrp 2446 RTC(config-router)#no auto-summary RTC(config-router)#exit RTC(config)#interface serial 0/0 RTC(config-if)

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论