1. <var id="fe6gj"></var>

    <rp id="fe6gj"><nav id="fe6gj"></nav></rp>

    <noframes id="fe6gj"><cite id="fe6gj"></cite>

    <ins id="fe6gj"><button id="fe6gj"><p id="fe6gj"></p></button></ins>
    1. <tt id="fe6gj"><i id="fe6gj"><sub id="fe6gj"></sub></i></tt>
        始創于2000年 股票代碼:831685
        咨詢熱線:0371-60135900 注冊有禮 登錄
        • 掛牌上市企業
        • 60秒人工響應
        • 99.99%連通率
        • 7*24h人工
        • 故障100倍補償
        您的位置: 網站首頁 > 幫助中心>文章內容

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

        發布時間:  2012/6/15 17:44:11
         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缺省路由。


        本文出自:億恩科技【www.endtimedelusion.com】

        服務器租用/服務器托管中國五強!虛擬主機域名注冊頂級提供商!15年品質保障!--億恩科技[ENKJ.COM]

      1. 您可能在找
      2. 億恩北京公司:
      3. 經營性ICP/ISP證:京B2-20150015
      4. 億恩鄭州公司:
      5. 經營性ICP/ISP/IDC證:豫B1.B2-20060070
      6. 億恩南昌公司:
      7. 經營性ICP/ISP證:贛B2-20080012
      8. 服務器/云主機 24小時售后服務電話:0371-60135900
      9. 虛擬主機/智能建站 24小時售后服務電話:0371-60135900
      10. 專注服務器托管17年
        掃掃關注-微信公眾號
        0371-60135900
        Copyright© 1999-2019 ENKJ All Rights Reserved 億恩科技 版權所有  地址:鄭州市高新區翠竹街1號總部企業基地億恩大廈  法律顧問:河南亞太人律師事務所郝建鋒、杜慧月律師   京公網安備41019702002023號
          1
         
         
         
         

        0371-60135900
        7*24小時客服服務熱線

         
         
        av不卡不卡在线观看_最近2018年中文字幕_亚洲欧美一区二区三区_一级A爱做片免费观看国产_日韩在线中文天天更新_伊人中文无码在线