時(shí)間:2015-06-28 00:00:00 來(lái)源:IT貓撲網(wǎng) 作者:網(wǎng)管聯(lián)盟 我要評(píng)論(0)
IS-IS(中間系統(tǒng)到中間系統(tǒng)的路由選擇協(xié)議)是由 ISO 提出的一種路由選擇協(xié)議。它是一種鏈路狀態(tài)協(xié)議。在該協(xié)議中,IS(路由器)負(fù)責(zé)交換基于鏈路開(kāi)銷(xiāo)的路由信息并決定網(wǎng)絡(luò)拓?fù)浣Y(jié)構(gòu)。IS-IS 類(lèi)似于 TCP/IP 網(wǎng)絡(luò)的開(kāi)放最短路徑優(yōu)先(OSPF)協(xié)議。
網(wǎng)絡(luò)環(huán)境
NE80E_A、NE80E_B與NE40三臺(tái)設(shè)備都運(yùn)行在IS-IS Level-2區(qū)域中。為了引導(dǎo)NE40的上行流量負(fù)載分擔(dān),NE80E_A與NE80E_B同時(shí)對(duì)NE40下發(fā)了IS-IS缺省路由,出現(xiàn)路由環(huán)路。
故障分析
步驟 1 在NE80E_A 、NE80E_B和NE40設(shè)備上分別執(zhí)行命令display current-configuration查看接口上IS-IS的配置情況,發(fā)現(xiàn)NE80E_A 、 NE80E_B和NE40設(shè)備的IS-IS配置正確,如下所示。
- [NE80E_A]?display?current-configuration ?
- # ?
- sysname?RouterA ?
- # ?
- aps?fast-interval?0 ?
- # ?
- isis?1 ?
- is-level?level-2 ?
- network-entity?10.0000.0000.0001.00 ?
- default-route-advertise?always ?
- # ?
- interface?Serial1/0/0 ?
- link-protocol?ppp ?
- ip?address?1.1.1.1?255.255.255.0 ?
- isis?enable?1 ?
- # ?
- interface?Serial1/0/1 ?
- link-protocol?ppp ?
- ip?address?3.3.3.1?255.255.255.0 ?
- isis?enable?1 ?
- # ?
- interface?Serial1/0/2 ?
- link-protocol?ppp ?
- ip?address?10.10.10.1?255.255.255.0 ?
- isis?enable?1 ?
- [NE80E_B]?display?current-configuration ?
- # ?
- sysname?RouterB ?
- # ?
- aps?fast-interval?0 ?
- # ?
- isis?1 ?
- is-level?level-2 ?
- network-entity?10.0000.0000.0002.00 ?
- default-route-advertise?always ?
- # ?
- interface?Serial1/0/0 ?
- link-protocol?ppp ?
- ip?address?2.2.2.1?255.255.255.0 ?
- isis?enable?1 ?
- # ?
- interface?Serial1/0/1 ?
- link-protocol?ppp ?
- ip?address?4.4.4.1?255.255.255.0 ?
- isis?enable?1 ?
- # ?
- interface?Serial1/0/2 ?
- link-protocol?ppp ?
- ip?address?10.10.10.2?255.255.255.0 ?
- isis?enable?1 ?
- ? ?
- [NE40]?display?current-configuration ?
- # ?
- sysname?RouterC ?
- # ?
- aps?fast-interval?0 ?
- # ?
- isis?1 ?
- is-level?level-2 ?
- network-entity?10.0000.0000.0003.00 ?
- # ?
- interface?Serial1/0/0 ?
- link-protocol?ppp ?
- ip?address?3.3.3.2?255.255.255.0 ?
- isis?enable?1 ?
- # ?
- interface?Serial1/0/1 ?
- link-protocol?ppp ?
- ip?address?4.4.4.2?255.255.255.0 ?
- isis?enable?1?
步驟 2 在NE40設(shè)備上執(zhí)行命令display isis peer,查看鄰居狀況,發(fā)現(xiàn)NE40已 分別與NE80E_A 和NE80E_B建立鄰居關(guān)系。
- [NE40]?display?isis?peer ?
- ?
- Peer?information?for?ISIS(1) ?
- ?
- System?Id?Interface?Circuit?Id?State?HoldTime?Type?PRI ?
- ?
- ------------------------------------------------------------------------------- ?
- ?
- 0000.0000.0001?S1/0/0?0000000002?Up?23s?L2?-- ?
- ?
- 0000.0000.0002?S1/0/1?0000000002?Up?29s?L2?--?
步驟 3 在NE40設(shè)備上執(zhí)行命令display isis route,發(fā)現(xiàn)存在NE80E_A 和 NE80E_B的缺省路由。在NE80E_A 和NE80E_B設(shè)備上分別執(zhí)行命令 display isis route發(fā)現(xiàn)NE80E_A 和NE80E_B能互相學(xué)習(xí)到對(duì)方的 缺 省路由,因此而形成了路由環(huán)路,如下所示。
- [NE40]?display?isis?route ?
- Route?information?for?ISIS(1) ?
- ----------------------------- ?
- ISIS(1)?Level-2?Forwarding?Table ?
- -------------------------------- ?
- IPV4?Destination?IntCost?ExtCost?ExitInterface?NextHop?Flags ?
- ---------------------------------------------------------------------------- ?
- 0.0.0.0/0?10?NULL?S1/0/0?3.3.3.1?A/-/-/- ?
- S1/0/1?4.4.4.1?4.4.4.0/24?10?NULL?S1/0/1?Direct?D/-/L/- ?
- 10.10.10.0/24?20?NULL?S1/0/0?3.3.3.1?A/-/-/- ?
- S1/0/1?4.4.4.1 ?
- 3.3.3.0/24?10?NULL?S1/0/0?Direct?D/-/L/- ?
- 2.2.2.0/24?20?NULL?S1/0/1?4.4.4.1?A/-/-/- ?
- 1.1.1.0/24?20?NULL?S1/0/0?3.3.3.1?A/-/-/- ?
- Flags:?D-Direct,?A-Added?to?URT,?L-Advertised?in?LSPs,?S-IGP?Shortcut, ?
- U-Up/Down?Bit?Set?
- [NE80E_A]?display?isis?route ?
- Route?information?for?ISIS(1) ?
- ----------------------------- ?
- ISIS(1)?Level-2?Forwarding?Table ?
- ----------
關(guān)鍵詞標(biāo)簽:IS-IS,路由,路由環(huán)路
相關(guān)閱讀
熱門(mén)文章 提示dns服務(wù)錯(cuò)誤怎么辦 dns錯(cuò)誤問(wèn)題多種解決方法 “無(wú)法瀏覽網(wǎng)頁(yè)” 十招解決疑難雜癥 路由器無(wú)線不能上網(wǎng)等故障排除 解決VPN路由設(shè)置不能訪問(wèn)外網(wǎng)的問(wèn)題
人氣排行 解決VPN路由設(shè)置不能訪問(wèn)外網(wǎng)的問(wèn)題 登錄SSH服務(wù)器失敗問(wèn)題的分析及解決 光纖上網(wǎng) 路由器設(shè)置頁(yè)面進(jìn)不去怎么辦 核心交換機(jī)故障現(xiàn)象及解決辦法 無(wú)線網(wǎng)卡連接不上怎么辦_無(wú)線網(wǎng)卡連接不上解決方法 路由設(shè)置不當(dāng) 導(dǎo)致VPN無(wú)法訪問(wèn)外網(wǎng) 提示dns服務(wù)錯(cuò)誤怎么辦 dns錯(cuò)誤問(wèn)題多種解決方法 徹底避免環(huán)路問(wèn)題 正確配置交換機(jī)步驟