这个实验是关于EIGRP和ISIS网络之间的路由重分发。ISIS也属于链路状态路由,采用的也是分层结构,但与OSPF不同的是ISIS每一个路由器只能属于一个区域,而OSPF则可以将同一个路由器上的不同接口分配到不同的区域中。
先看一下实验的拓扑图吧,这个图有点没画好,配置ISIS的路由器只能属于一个区域,希望大家不要被小圆圈误导
实验用的时小凡的模拟器,路由器连接拓扑如下表:
Router1 S0/0 <----> Router2 S0/1 
Router2 S0/0 <----> Router3 S0/1 
Router3 S0/0 <----> Router4 S0/1

未配置路由重分发前个路由器路由表的状况:
R1#sh ip route

Gateway of last resort is not set
10.0.0.0/8 is variably subnetted, 5 subnets, 2 masks
D       10.0.0.8/30 [90/2681856] via 10.0.0.2, 00:27:40, Serial0/0
C       10.2.0.0/16 is directly connected, Loopback1
C       10.3.0.0/16 is directly connected, Loopback2
C       10.0.0.0/30 is directly connected, Serial0/0
C       10.1.0.0/16 is directly connected, Loopback0
R2#sh ip route

Gateway of last resort is not set
10.0.0.0/8 is variably subnetted, 9 subnets, 2 masks
i L2    10.10.0.0/16 [115/30] via 10.0.0.10, Serial0/0
i L2    10.11.0.0/16 [115/30] via 10.0.0.10, Serial0/0
i L2    10.8.0.0/16 [115/20] via 10.0.0.10, Serial0/0
C       10.0.0.8/30 is directly connected, Serial0/0
i L2    10.9.0.0/16 [115/30] via 10.0.0.10, Serial0/0
D       10.2.0.0/16 [90/2297856] via 10.0.0.1, 00:12:47, Serial0/1
D       10.3.0.0/16 [90/2297856] via 10.0.0.1, 00:12:47, Serial0/1
C       10.0.0.0/30 is directly connected, Serial0/1
D       10.1.0.0/16 [90/2297856] via 10.0.0.1, 00:12:47, Serial0/1
R3#sh ip route

Gateway of last resort is not set
10.0.0.0/8 is variably subnetted, 5 subnets, 2 masks
i L1    10.10.0.0/16 [115/20] via 10.8.0.2, Serial0/0
i L1    10.11.0.0/16 [115/20] via 10.8.0.2, Serial0/0
C       10.8.0.0/16 is directly connected, Serial0/0
C       10.0.0.8/30 is directly connected, Serial0/1
i L1    10.9.0.0/16 [115/20] via 10.8.0.2, Serial0/0
R4#sh ip route
Gateway of last resort is 10.8.0.1 to network 0.0.0.0
10.0.0.0/16 is subnetted, 4 subnets
C       10.10.0.0 is directly connected, Loopback1
C       10.11.0.0 is directly connected, Loopback2
C       10.8.0.0 is directly connected, Serial0/1
C       10.9.0.0 is directly connected, Loopback0
i*L1 0.0.0.0/0 [115/10] via 10.8.0.1, Serial0/1
在路由器R2上配置路由重分发:
R2#sh run | be router
 ip router isis 
 serial restart-delay 0
 isis circuit-type level-2-only
!
router eigrp 100
 redistribute isis metric 2000 100 255 1 1500
 network 10.0.0.0
 auto-summary
!
router isis 
 net 49.0001.2222.2222.2222.00
 is-type level-2-only
 redistribute eigrp 100 metric 20 metric-type external
!
配置完路由重分发后各路由器上的路由表状况:
R1# sh ip route

Gateway of last resort is not set
10.0.0.0/8 is variably subnetted, 9 subnets, 2 masks
D EX    10.10.0.0/16 [170/2195456] via 10.0.0.2, 00:05:00, Serial0/0
D EX    10.11.0.0/16 [170/2195456] via 10.0.0.2, 00:05:00, Serial0/0
D EX    10.8.0.0/16 [170/2195456] via 10.0.0.2, 00:05:00, Serial0/0
D       10.0.0.8/30 [90/2681856] via 10.0.0.2, 00:37:31, Serial0/0
D EX    10.9.0.0/16 [170/2195456] via 10.0.0.2, 00:05:00, Serial0/0
C       10.2.0.0/16 is directly connected, Loopback1
C       10.3.0.0/16 is directly connected, Loopback2
C       10.0.0.0/30 is directly connected, Serial0/0
C       10.1.0.0/16 is directly connected, Loopback0
R2#sh ip route

Gateway of last resort is not set
10.0.0.0/8 is variably subnetted, 9 subnets, 2 masks
i L2    10.10.0.0/16 [115/30] via 10.0.0.10, Serial0/0
i L2    10.11.0.0/16 [115/30] via 10.0.0.10, Serial0/0
i L2    10.8.0.0/16 [115/20] via 10.0.0.10, Serial0/0
C       10.0.0.8/30 is directly connected, Serial0/0
i L2    10.9.0.0/16 [115/30] via 10.0.0.10, Serial0/0
D       10.2.0.0/16 [90/2297856] via 10.0.0.1, 00:22:53, Serial0/1
D       10.3.0.0/16 [90/2297856] via 10.0.0.1, 00:22:53, Serial0/1
C       10.0.0.0/30 is directly connected, Serial0/1
D       10.1.0.0/16 [90/2297856] via 10.0.0.1, 00:22:53, Serial0/1
R3#sh ip route

Gateway of last resort is not set
10.0.0.0/8 is variably subnetted, 9 subnets, 2 masks
i L1    10.10.0.0/16 [115/20] via 10.8.0.2, Serial0/0
i L1    10.11.0.0/16 [115/20] via 10.8.0.2, Serial0/0
C       10.8.0.0/16 is directly connected, Serial0/0
C       10.0.0.8/30 is directly connected, Serial0/1
i L1    10.9.0.0/16 [115/20] via 10.8.0.2, Serial0/0
i L2    10.2.0.0/16 [115/94] via 10.0.0.9, Serial0/1
i L2    10.3.0.0/16 [115/94] via 10.0.0.9, Serial0/1
i L2    10.0.0.0/30 [115/94] via 10.0.0.9, Serial0/1
i L2    10.1.0.0/16 [115/94] via 10.0.0.9, Serial0/1
R4#sh ip route

Gateway of last resort is 10.8.0.1 to network 0.0.0.0
10.0.0.0/16 is subnetted, 4 subnets
C       10.10.0.0 is directly connected, Loopback1
C       10.11.0.0 is directly connected, Loopback2
C       10.8.0.0 is directly connected, Serial0/1
C       10.9.0.0 is directly connected, Loopback0
i*L1 0.0.0.0/0 [115/10] via 10.8.0.1, Serial0/1
走过路过,谢谢啊!

本文转自 tiger506 51CTO博客,原文链接:http://blog.51cto.com/tiger506/107861,如需转载请自行联系原作者

CCNP路由重分发(四)EIGRP-to-ISIS相关推荐

  1. 为什么要使用路由重分发?

    为什么要使用路由重分发? <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" ...

  2. 4.CCNP闫辉视频笔记路由重分发

    名词 ASBR Boundary Router边界路由器 重分发是在边界路由器上进行的 单点双向重分发(缺陷:若该点down了,两边路由域就断了) Seed Metric 种子度量值default-m ...

  3. 路由-策略Policy(路由重分发、路由过滤、路由策略)

    Preifx-list前缀列表,用于抓取路由: Distribute-list分发列表,用于RIP和EIGRP过滤路由: Filter-list过滤列表,用于OSPF过滤路由: Route-map路由 ...

  4. 现实生活中常用的动态路由—OSPF路由重分发

    OSPF路由重分发 一.路由重分发 1.1路由重分发的考虑 1.2重分发到OSPF的路径类型 1.2.1OSPF的路径类型的优先级 2.OSPF重分发配置命令 二.NSSA区域 三.地址汇总的作用 四 ...

  5. 路由重分发中尽然忘记了这件事

    路由重分发中尽然忘记了这件事 前言 一.题目 二.需求 三.命令 1.R1 2.R2 3.R3 4.R4 5.R5 6.R6 四.问题出现 1.R3 2.R4 3.R5 4.R6 五.问题 六.回想原 ...

  6. 初识OSPF(三)——路由重分发及虚链路

    初识OSPF(三)--路由重分发及虚链路 前言 一.路由重分发 1.理解路由重分发 2.路由重分发的考虑 3.重分发到OSPF域中路由的路径类型 4.配置命令 二.NSSA区域 1.NSSA 2.配置 ...

  7. OSPF —— 多区域部署 + ABR + ASBR + 路由重分发

    目录 一.OSPF多区域的部署: (1)部署多区域注意点: (2)单区域缺点: (3)划分区域的好处: 二.ABR || ASBR 路由器: (1)ABR路由器(区域边界路由器)简介: (2)ABR路 ...

  8. 你知道OSPF多区域配置和区域优化吗?(华为OSPF多区域理论,路由重分发,末梢区域和完全末梢区域的优化,NSSA区域的优化)

    文章目录 前言 一:要用到的理论 1.1:还记得6类链路通告吗? 1.2:什么是stub区域? 1.3:什么是非纯末梢区域? 二:实验分析 2.1:环境 2.2:拓扑图 2.3:路由器配置 2.3.1 ...

  9. 20.三层技术之OSPF区域划分与路由重分发(2)

    OSPF引入了区域划分的技术,OSPF可以将整个AS分割成多个小区域.Area0默认为骨干区域,其他为标准区域. OSPF区域中将路由器分为内部路由器(IR),区域间路由器(ABR),自治系统边界路由 ...

最新文章

  1. LeetCode简单题之最长特殊序列 Ⅰ
  2. 智能网联汽车高精地图白皮书(2020)
  3. hadoop 第一课 启动dfs 文件系统
  4. Oracle10g SQL tune adviser简单介绍【转自ITPUB zhouwf0726】
  5. linux进程同步/通信,线程同步/通信的区别
  6. 4、JVM垃圾回收机制、新生代的GC、GC(Minor GC、FullGC)、GC日志、JVM参数选项、元空间(笔记)
  7. Repeater\DataList\GridView实现分页,数据编辑与删除
  8. mysql瓶颈分析_网站瓶颈分析—MYSQL性能分析
  9. 【Openstack】实录手动部署Openstack Rocky 双节点(5)- Neutron
  10. [Java] 蓝桥杯ALGO-117 算法训练 友好数
  11. mysql-cluster 安装篇(1)---简介
  12. java多线程-线程安全
  13. 前端安全- 常见的网络攻击
  14. MySQL数据库如何启动?
  15. python如何输入特殊符号_用Python打印列表中的特殊字符
  16. pytorch学习笔记7--循环神经网络、GAN
  17. 追本溯源,回归根本:第一届区块链技术及应用峰会(BTA)·中国“区块链核心技术”分论坛预告大放送...
  18. 基于微信小程序在线论坛bbs交流系统设计springboot后端
  19. 计算存储分离在京东云消息中间件JCQ上的应用
  20. 小米TWRP格式化data无限重启变砖解决办法

热门文章

  1. 【简易教程】人体时钟 ホネホネ・クロック [時計・ブログパーツ]
  2. AgreementMaker:Efficient Matching for Large Real-World 翻译
  3. 微软Skype推出Slack整合预览版
  4. 《1024伐木累》-小白篇之需求-总章节八
  5. 贪心算法——字典序最小问题
  6. 怎样使用libmad
  7. “成功”没那么有道理
  8. 耿丹16-1第一次作业
  9. 我的MYSQL学习心得(十三) 权限管理
  10. Drupal常用开发工具(二)——Drupal for Firebug