IT猫扑网:您身边最放心的安全下载站! 最新更新| 软件分类| 专题汇总| 手机版

您当前所在位置:IT猫扑网 > 系统集成 > 网络故障 > IS-IS同时下发缺省路由出现路由环路问题的解决方法

IS-IS同时下发缺省路由出现路由环路问题的解决方法

时间:2015-06-28 00:00 来源:IT猫扑网|http://www.itmop.com/ 作者:网管联盟 我要评论(0)

IS-IS(中间系统到中间系统的路由选择协议)是由 ISO 提出的一种路由选择协议。它是一种链路状态协议。在该协议中,IS(路由器)负责交换基于链路开销的路由信息并决定网络拓扑结构。IS-IS 类似于 TCP/IP 网络的开放最短路径优先(OSPF)协议。

网络环境

NE80E_A、NE80E_B与NE40三台设备都运行在IS-IS Level-2区域中。为了引导NE40的上行流量负载分担,NE80E_A与NE80E_B同时对NE40下发了IS-IS缺省路由,出现路由环路。

故障分析

步骤 1 在NE80E_A 、NE80E_B和NE40设备上分别执行命令display current-configuration查看接口上IS-IS的配置情况,发现NE80E_A 、 NE80E_B和NE40设备的IS-IS配置正确,如下所示。

  1. [NE80E_A] display current-configuration  
  2. #  
  3. sysname RouterA  
  4. #  
  5. aps fast-interval 0  
  6. #  
  7. isis 1  
  8. is-level level-2  
  9. network-entity 10.0000.0000.0001.00  
  10. default-route-advertise always  
  11. #  
  12. interface Serial1/0/0  
  13. link-protocol ppp  
  14. ip address 1.1.1.1 255.255.255.0  
  15. isis enable 1  
  16. #  
  17. interface Serial1/0/1  
  18. link-protocol ppp  
  19. ip address 3.3.3.1 255.255.255.0  
  20. isis enable 1  
  21. #  
  22. interface Serial1/0/2  
  23. link-protocol ppp  
  24. ip address 10.10.10.1 255.255.255.0  
  25. isis enable 1  
  26. [NE80E_B] display current-configuration  
  27. #  
  28. sysname RouterB  
  29. #  
  30. aps fast-interval 0  
  31. #  
  32. isis 1  
  33. is-level level-2  
  34. network-entity 10.0000.0000.0002.00  
  35. default-route-advertise always  
  36. #  
  37. interface Serial1/0/0  
  38. link-protocol ppp  
  39. ip address 2.2.2.1 255.255.255.0  
  40. isis enable 1  
  41. #  
  42. interface Serial1/0/1  
  43. link-protocol ppp  
  44. ip address 4.4.4.1 255.255.255.0  
  45. isis enable 1  
  46. #  
  47. interface Serial1/0/2  
  48. link-protocol ppp  
  49. ip address 10.10.10.2 255.255.255.0  
  50. isis enable 1  
  51.    
  52. [NE40] display current-configuration  
  53. #  
  54. sysname RouterC  
  55. #  
  56. aps fast-interval 0  
  57. #  
  58. isis 1  
  59. is-level level-2  
  60. network-entity 10.0000.0000.0003.00  
  61. #  
  62. interface Serial1/0/0  
  63. link-protocol ppp  
  64. ip address 3.3.3.2 255.255.255.0  
  65. isis enable 1  
  66. #  
  67. interface Serial1/0/1  
  68. link-protocol ppp  
  69. ip address 4.4.4.2 255.255.255.0  
  70. isis enable 1 

步骤 2 在NE40设备上执行命令display isis peer,查看邻居状况,发现NE40已 分别与NE80E_A 和NE80E_B建立邻居关系。

  1. [NE40] display isis peer  
  2.  
  3. Peer information for ISIS(1)  
  4.  
  5. System Id Interface Circuit Id State HoldTime Type PRI  
  6.  
  7. -------------------------------------------------------------------------------  
  8.  
  9. 0000.0000.0001 S1/0/0 0000000002 Up 23s L2 --  
  10.  
  11. 0000.0000.0002 S1/0/1 0000000002 Up 29s L2 -- 

步骤 3 在NE40设备上执行命令display isis route,发现存在NE80E_A 和 NE80E_B的缺省路由。在NE80E_A 和NE80E_B设备上分别执行命令 display isis route发现NE80E_A 和NE80E_B能互相学习到对方的 缺 省路由,因此而形成了路由环路,如下所示。

  1. [NE40] display isis route  
  2. Route information for ISIS(1)  
  3. -----------------------------  
  4. ISIS(1) Level-2 Forwarding Table  
  5. --------------------------------  
  6. IPV4 Destination IntCost ExtCost ExitInterface NextHop Flags  
  7. ----------------------------------------------------------------------------  
  8. 0.0.0.0/0 10 NULL S1/0/0 3.3.3.1 A/-/-/-  
  9. S1/0/1 4.4.4.1 4.4.4.0/24 10 NULL S1/0/1 Direct D/-/L/-  
  10. 10.10.10.0/24 20 NULL S1/0/0 3.3.3.1 A/-/-/-  
  11. S1/0/1 4.4.4.1  
  12. 3.3.3.0/24 10 NULL S1/0/0 Direct D/-/L/-  
  13. 2.2.2.0/24 20 NULL S1/0/1 4.4.4.1 A/-/-/-  
  14. 1.1.1.0/24 20 NULL S1/0/0 3.3.3.1 A/-/-/-  
  15. Flags: D-Direct, A-Added to URT, L-Advertised in LSPs, S-IGP Shortcut,  
  16. U-Up/Down Bit Set 
  1. [NE80E_A] display isis route  
  2. Route information for ISIS(1)  
  3. -----------------------------  
  4. ISIS(1) Level-2 Forwarding Table  
  5. ----------

    关键词标签:IS-IS,路由,路由环路

相关阅读 提示dns服务错误怎么办 dns错误问题多种解决方法 “无法浏览网页” 十招解决疑难杂症 路由器无线不能上网等故障排除 解决VPN路由设置不能访问外网的问题 以前单位同事一次DHCP snooping排错经历 路由器未接地引起的无法拨号故障解决

文章评论
发表评论

热门文章 提示dns服务错误怎么办 dns错误问题多种解决方法 提示dns服务错误怎么办 dns错误问题多种解决方法 三小招教你修复无线网络断线的问题 三小招教你修复无线网络断线的问题 从协议出发 排除企业网络中稀奇故障 从协议出发 排除企业网络中稀奇故障 电信WLAN故障诊断案例 电信WLAN故障诊断案例 光纤头端接接续故障的主要因素 光纤头端接接续故障的主要因素 上网故障 别总拿ARP欺骗病毒说事 上网故障 别总拿ARP欺骗病毒说事

相关下载

人气排行 解决VPN路由设置不能访问外网的问题 登录SSH服务器失败问题的分析及解决 光纤上网 路由器设置页面进不去怎么办 核心交换机故障现象及解决办法 无线网卡连接不上怎么办_无线网卡连接不上解决方法 路由设置不当 导致VPN无法访问外网 提示dns服务错误怎么办 dns错误问题多种解决方法 彻底避免环路问题 正确配置交换机步骤 本机IP设置不当造成路由异常故障分析 经验分享:网关配置不当导致外网不通 解惑:双网络接口下的间歇性断网故障 无线宽带错误代码大全