成人免费xxxxx在线视频软件_久久精品久久久_亚洲国产精品久久久_天天色天天色_亚洲人成一区_欧美一级欧美三级在线观看

IS-IS同時下發缺省路由出現路由環路解決

運維 網絡運維
IS-IS 被設計來提供域內或一個區域內的路由。IS-IS與 CLNP、ES-IS 和 IDRP協議相結合,為整個網絡提供完整的路由選擇。

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. --------------------------------  
  6. IPV4 Destination IntCost ExtCost ExitInterface NextHop Flags  
  7. ----------------------------------------------------------------------------  
  8. 0.0.0.0/0 10 NULL S1/0/2 10.10.10.2 A/-/-/-  
  9. 4.4.4.0/24 20 NULL S1/0/2 10.10.10.2 A/-/-/-  
  10. S1/0/1 3.3.3.2  
  11. 10.10.10.0/24 10 NULL S1/0/2 Direct D/-/L/-  
  12. 3.3.3.0/24 10 NULL S1/0/1 Direct D/-/L/-  
  13. 2.2.2.0/24 20 NULL S1/0/2 10.10.10.2 A/-/-/-  
  14. S1/0/0 1.1.1.2  
  15. 1.1.1.0/24 10 NULL S1/0/0 Direct D/-/L/-  
  16. Flags: D-Direct, A-Added to URT, L-Advertised in LSPs, S-IGP Shortcut,  
  17. U-Up/Down Bit Set  
  18. [NE80E_B] dislay isis route  
  19. Route information for ISIS(1)  
  20. -----------------------------  
  21. ISIS(1) Level-2 Forwarding Table  
  22. --------------------------------  
  23. IPV4 Destination IntCost ExtCost ExitInterface NextHop Flags  
  24. ----------------------------------------------------------------------------  
  25. 0.0.0.0/0 10 NULL S1/0/2 10.10.10.1 A/-/-/-  
  26. 4.4.4.0/24 10 NULL S1/0/1 Direct D/-/L/-  
  27. 10.10.10.0/24 10 NULL S1/0/2 Direct D/-/L/-  
  28. 3.3.3.0/24 20 NULL S1/0/2 10.10.10.1 A/-/-/-  
  29. S1/0/1 4.4.4.2  
  30. 2.2.2.0/24 10 NULL S1/0/0 Direct D/-/L/-  
  31. 1.1.1.0/24 20 NULL S1/0/2 10.10.10.1 A/-/-/-  
  32. S1/0/0 2.2.2.2  
  33. Flags: D-Direct, A-Added to URT, L-Advertised in LSPs, S-IGP Shortcut,  
  34. U-Up/Down Bit Set 

 

處理步驟

步驟 1 分別在NE80E_A 和NE80E_B設備上進行以下操作。

步驟 2 執行命令system-view,進入系統視圖。

步驟 3 執行命令isis 1,進入IS-IS視圖。

步驟 4 執行命令acl number 2008,創建 ACL 2008并進入ACL視圖。

步驟 5 執行命令rule 5 deny source 0.0.0.0 0,增加一個基于ACL 2008的規則5,過濾源地址為0.0.0.0的路由。

步驟 6 執行命令rule 10 permit,增加一個基于ACL 2008的規則10,允許任何報文通過。

步驟 7 執行命令isis 1,進入IS-IS視圖。

步驟 8 執行命令filter-policy 2008 import,使用ACL 2008對接收的路由進行過濾。

步驟 9 完成上述操作后,NE80E_A 和NE80E_B可以過濾彼此的IS-IS缺省路由,該故障排除。

案例總結

對于IS-IS路由協議Level-2區域中兩臺設備同時下發IS-IS默認路由時,雙方會將對方發布的默認路由條目放入路由轉發表中,產生的缺省路由會讓他們互相指向從而形成環路,因此需要過濾掉彼此的IS-IS缺省路由。

【編輯推薦】

  1. 路由器故障:BGP鄰居無法建立
  2. 路由器故障:OSPF鄰居無法建立
  3. 路由器故障:OSPF路由選路失敗
  4. 路由器故障:OSPF鄰居建立不成功
  5. 路由器故障:黑洞路由導致業務中斷
  6. 路由器故障:OSPF鄰居無法正常建立 
責任編輯:佚名 來源: 51cto整理
相關推薦

2011-05-17 10:15:02

BGPIS-IS

2011-04-15 10:01:39

2011-04-08 17:10:54

路由靜態路由

2011-04-08 17:22:40

路由

2010-06-11 14:51:34

IS-IS路由協議

2011-04-08 18:05:31

2010-06-11 14:42:01

IS-IS路由協議

2011-09-16 16:14:21

路由環路路由

2013-08-08 09:38:34

OSPF協議OSPF

2012-09-27 10:13:48

路由器IBGP

2011-05-11 14:28:31

IS-IS路由IP-Trunk

2010-06-25 15:45:32

2013-04-18 10:14:33

路由器換路現象

2011-05-17 13:31:48

IBGP路由EBGP

2011-05-11 14:23:07

路由IS-IS

2014-10-13 09:56:21

路由器更新

2011-05-11 14:37:41

IS-IS路由

2010-06-21 17:33:38

IS-IS路由協議

2024-06-12 08:00:00

IS-ISOSPF

2014-10-13 10:03:19

路由
點贊
收藏

51CTO技術棧公眾號

主站蜘蛛池模板: 69热视频在线观看 | 伊人网站| 久久久久久久一区 | 国产在线精品一区二区三区 | 久草在线视频中文 | 9191在线观看 | 久久香焦| 成人在线a | 天天操天天怕 | 久久aⅴ乱码一区二区三区 亚洲欧美综合精品另类天天更新 | 久久视频精品在线 | 久久亚洲国产精品日日av夜夜 | 亚洲精品久久久久久久不卡四虎 | 日本一区不卡 | 日本不卡高清视频 | 国产一区二区三区久久久久久久久 | 国产精品永久免费 | 午夜免费影视 | 久久精品毛片 | 亚洲第一成年免费网站 | 成人动漫一区二区 | 亚洲成av | 伊人爽 | 午夜国产精品视频 | 黑人巨大精品欧美一区二区免费 | 男女又爽又黄视频 | 狠狠干天天干 | 中文字幕av在线 | 国产日屁 | 国产资源一区二区三区 | 国产 日韩 欧美 在线 | 国产一区二区免费 | 欧美日韩中文字幕在线 | 97在线播放 | 日日夜夜免费精品 | 成人深夜小视频 | 精品国产91亚洲一区二区三区www | 亚洲成人毛片 | 精品网 | 久草视频在线看 | 亚洲精品一区二区三区中文字幕 |