




版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1、華為路由器IS-IS基本配置實(shí)例組網(wǎng)需求如圖1所示: · S-switch-A、S-switch-B、S-switch-C和S-switch-D屬于同一自治系統(tǒng),要求他們之間通過IS-IS協(xié)議達(dá)到IP網(wǎng)絡(luò)互連的目的。· S-switch-A、S-switch-B和S-switch-C的區(qū)域號(hào)是10,S-switch-D的區(qū)域號(hào)是20。· S-switch-A和S-switch-B是Level-1設(shè)備,S-switch-C是Level-1-2設(shè)備,S-switch-D是Level-2設(shè)備。圖1 IS-IS基本配置組網(wǎng)圖 S-switch接口對(duì)應(yīng)的VLANIFIP地址
2、S-switch-AGE 0/0/1VLANIF 1010.1.1.2/24S-switch-BGE 0/0/1VLANIF 2010.1.2.2/24S-switch-CGE 0/0/1VLANIF 1010.1.1.1/24S-switch-CGE 0/0/2VLANIF 2010.1.2.1/24S-switch-CGE 0/0/3VLANIF 30192.168.0.1/24S-switch-DGE 0/0/1VLANIF 30192.168.0.2/24S-switch-DGE 0/0/2VLANIF 40172.16.1.1/24配置思路采用如下的思路配置IS-IS的基本功能: 1
3、. 配置各物理接口所屬的VLAN。2. 配置各VLANIF接口的IP地址。3. 在各S-switch上運(yùn)行IS-IS進(jìn)程,指定網(wǎng)絡(luò)實(shí)體,配置level級(jí)別。4. 查看各S-switch的IS-IS數(shù)據(jù)庫信息及路由表信息。數(shù)據(jù)準(zhǔn)備為完成此配置例,需準(zhǔn)備如下的數(shù)據(jù): · 各接口所屬的VLAN ID,具體數(shù)據(jù)如圖1所示。· 各VLANIF接口的IP地址,具體數(shù)據(jù)如圖1所示。· 四臺(tái)S-switch的system id、級(jí)別和所屬區(qū)域號(hào)。 § S-switch-A的system id 0000.0000.0001,區(qū)域號(hào)Area10,為L(zhǎng)evel-1設(shè)備。
4、67; S-switch-B的system id 0000.0000.0002,區(qū)域號(hào)Area10,為L(zhǎng)evel-1設(shè)備。§ S-switch-C的system id 0000.0000.0003,區(qū)域號(hào)Area10,為L(zhǎng)evel-1-2設(shè)備。§ S-switch-D的system id 0000.0000.0004,區(qū)域號(hào)Area20,為L(zhǎng)evel-2設(shè)備。配置步驟1. 配置各接口所屬的VLAN ID(略)2. 配置各VLANIF接口的IP地址(略)3. 在各S-switch上運(yùn)行IS-IS進(jìn)程,指定網(wǎng)絡(luò)實(shí)體,配置level級(jí)別# 配置S-switch-A。S-switc
5、h-A isis 1S-switch-A-isis-1 is-level level-1S-switch-A-isis-1 network-entity 10.0000.0000.0001.00S-switch-A-isis-1 quit# 配置S-switch-B。S-switch-B isis 1S-switch-B-isis-1 is-level level-1S-switch-B-isis-1 network-entity 10.0000.0000.0002.00S-switch-B-isis-1 quit# 配置S-switch-C。S-switch-C isis 1S-switch
6、-C-isis-1 network-entity 10.0000.0000.0003.00S-switch-C-isis-1 quit# 配置S-switch-D。S-switch-D isis 1S-switch-D-isis-1 is-level level-2S-switch-D-isis-1 network-entity 20.0000.0000.0004.00S-switch-D-isis-1 quit4. 在各接口上使能IS-IS進(jìn)程,使能IS-IS small-hello。# 配置S-switch-A。S-switch-A interface vlanif 10S-switch-
7、A-Vlanif10 isis enable 1S-switch-A-Vlanif10 quit# 配置S-switch-B。S-switch-B interface vlanif 20S-switch-B-Vlanif20 isis enable 1S-switch-B-Vlanif20 quit# 配置S-switch-C。S-switch-C interface vlanif 10S-switch-C-Vlanif10 isis enable 1S-switch-C-Vlanif10 quitS-switch-C interface vlanif 20S-switch-C-Vlanif2
8、0 isis enable 1S-switch-C-Vlanif20 quitS-switch-C interface vlanif 30S-switch-C-Vlanif30 isis enable 1S-switch-C-Vlanif30 quit# 配置S-switch-D。S-switch-D interface vlanif 30S-switch-D-Vlanif30 isis enable 1S-switch-D-Vlanif30 quitS-switch-D interface vlanif 40S-switch-D-Vlanif40 isis enable 1S-switch-
9、D-Vlanif40 quit5. 驗(yàn)證配置結(jié)果# 查看各S-switch的IS-IS LSDB信息。S-switch-A display isis lsdb Database information for ISIS(1) - Level-1 Link State Database LSPID Seq Num Checksum Holdtime Length ATT/P/OL-0000.0000.0001.00-00* 0x00000006 0xbf7d 649 68 0/0/00000.0000.0002.00-00 0x00000003 0xef4d 545 68 0/0/00000.0
10、000.0003.00-00 0x00000008 0x3340 582 111 1/0/00000.0000.0003.01-00 0x00000004 0xa7dd 582 55 0/0/00000.0000.0003.02-00 0x00000002 0xc0c4 524 55 0/0/0 *(In TLV)-Leaking Route, *(By LSPID)-Self LSP, +-Self LSP(Extended), ATT-Attached, P-Partition, OL-OverloadS-switch-B display isis lsdb Database inform
11、ation for ISIS(1) - Level-1 Link State Database LSPID Seq Num Checksum Holdtime Length ATT/P/OL-0000.0000.0001.00-00 0x00000006 0xbf7d 642 68 0/0/00000.0000.0002.00-00* 0x00000003 0xef4d 538 68 0/0/00000.0000.0003.00-00 0x00000008 0x3340 574 111 1/0/00000.0000.0003.01-00 0x00000004 0xa7dd 582 55 0/0
12、/00000.0000.0003.02-00 0x00000002 0xc0c4 524 55 0/0/0 *(In TLV)-Leaking Route, *(By LSPID)-Self LSP, +-Self LSP(Extended), ATT-Attached, P-Partition, OL-OverloadS-switch-C display isis lsdb Database information for ISIS(1) - Level-1 Link State Database LSPID Seq Num Checksum Holdtime Length ATT/P/OL
13、-0000.0000.0001.00-00 0x00000006 0xbf7d 638 68 0/0/00000.0000.0002.00-00 0x00000003 0xef4d 533 68 0/0/00000.0000.0003.00-00* 0x00000008 0x3340 569 111 1/0/00000.0000.0003.01-00* 0x00000005 0xa7dd 569 55 0/0/00000.0000.0003.02-00* 0x00000003 0xc0c4 569 55 0/0/0 *(In TLV)-Leaking Route, *(By LSPID)-Se
14、lf LSP, +-Self LSP(Extended), ATT-Attached, P-Partition, OL-Overload Level-2 Link State Database LSPID Seq Num Checksum Holdtime Length ATT/P/OL-0000.0000.0003.00-00* 0x00000008 0x55bb 650 100 0/0/00000.0000.0003.03-00* 0x00000003 0xef91 650 55 0/0/00000.0000.0004.00-00 0x00000005 0x651 629 84 0/0/0
15、 *(In TLV)-Leaking Route, *(By LSPID)-Self LSP, +-Self LSP(Extended), ATT-Attached, P-Partition, OL-Overload S-switch-D display isis lsdb Database information for ISIS(1) - Level-2 Link State Database LSPID Seq Num Checksum Holdtime Length ATT/P/OL-0000.0000.0003.00-00 0x00000008 0x55bb 644 100 0/0/
16、00000.0000.0003.03-00 0x00000003 0xef91 644 55 0/0/00000.0000.0004.00-00* 0x00000005 0x651 624 84 0/0/0 *(In TLV)-Leaking Route, *(By LSPID)-Self LSP, +-Self LSP(Extended), ATT-Attached, P-Partition, OL-Overload# 查看各S-switch的IS-IS路由信息。Level-1設(shè)備的路由表中應(yīng)該有一條缺省路由,且下一跳為L(zhǎng)evel-1-2設(shè)備,Level-2設(shè)備應(yīng)該有所有Level-1和Le
17、vel-2的路由。S-switch-A display isis route Route information for ISIS(1) - ISIS(1) Level-1 Forwarding Table - IPV4 Destination IntCost ExtCost ExitInterface NextHop Flags-0.0.0.0/0 10 NULL Vlanif10 10.1.1.1 A/-/-/- 10.1.1.0/24 10 NULL Vlanif10 Direct D/-/L/- 10.1.2.0/24 20 NULL Vlanif10 10.1.1.1 A/-/-/-
18、 192.168.0.0/24 20 NULL Vlanif10 10.1.1.1 A/-/-/- Flags: D-Direct, A-Added to URT, L-Advertised in LSPs, S-IGP Shortcut, U-Up/Down Bit SetS-switch-C display isis route Route information for ISIS(1) - ISIS(1) Level-1 Forwarding Table - IPV4 Destination IntCost ExtCost ExitInterface NextHop Flags- 10.
19、1.1.0/24 10 NULL Vlanif10 Direct D/-/L/- 10.1.2.0/24 10 NULL Vlanif20 Direct D/-/L/- 192.168.0.0/24 10 NULL Vlanif30 Direct D/-/L/- Flags: D-Direct, A-Added to URT, L-Advertised in LSPs, S-IGP Shortcut, U-Up/Down Bit Set ISIS(1) Level-2 Forwarding Table - IPV4 Destination IntCost ExtCost ExitInterfa
20、ce NextHop Flags- 10.1.1.0/24 10 NULL Vlanif10 Direct D/-/L/- 10.1.2.0/24 10 NULL Vlanif20 Direct D/-/L/- 192.168.0.0/24 10 NULL Vlanif30 Direct D/-/L/- 172.16.0.0/16 20 NULL Vlanif40 192.168.0.2 A/-/-/- Flags: D-Direct, A-Added to URT, L-Advertised in LSPs, S-IGP Shortcut, U-Up/Down Bit Set S-switc
21、h-D display isis route Route information for ISIS(1) - ISIS(1) Level-2 Forwarding Table - IPV4 Destination IntCost ExtCost ExitInterface NextHop Flags- 192.168.0.0/24 10 NULL Vlanif30 Direct D/-/L/- 10.1.1.0/24 20 NULL Vlanif30 192.168.0.1 A/-/-/- 10.1.2.0/24 20 NULL Vlanif30 192.168.0.1 A/-/-/- 172
22、.16.0.0/16 10 NULL Vlanif40 Direct A/-/-/- Flags: D-Direct, A-Added to URT, L-Advertised in LSPs, S-IGP Shortcut, U-Up/Down Bit Set配置文件· S-switch-A的配置文件# sysname S-switch-A# vlan batch 10#isis 1 is-level level-1network-entity 10.0000.0000.0001.00#interface Vlanif10 ip address 10.1.1.2 255.255.2
23、55.0 isis enable 1#interface GigabitEthernet0/0/1 port trunk allow-pass vlan 10#return· S-switch-B的配置文件# sysname S-switch-B# vlan batch 20#isis 1 is-level level-1network-entity 10.0000.0000.0002.00#interface Vlanif20 ip address 10.1.2.2 255.255.255.0 isis enable 1#interface GigabitEthernet0/0/1 port trunk allow-pass vlan 20#return· S-switch-C的配置文件# sysname S-switch-C# vlan batch 10 20 30#isis 1network-entity 10.0000.0000.0003
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 探尋家鄉(xiāng)歷史活動(dòng)方案
- 教學(xué)安全活動(dòng)方案
- 放學(xué)后課余活動(dòng)方案
- 換卡營(yíng)銷活動(dòng)方案
- 放假讀書活動(dòng)方案
- 打糍粑集體活動(dòng)方案
- 石油化工產(chǎn)品供應(yīng)合同
- 教學(xué)反思延伸活動(dòng)方案
- 教育扶貧教師活動(dòng)方案
- 養(yǎng)老護(hù)理質(zhì)量不良事件報(bào)告制度與流程
- 浙江2025年6月高二學(xué)考模擬-數(shù)學(xué)試題及答案
- 臺(tái)胞臺(tái)屬活動(dòng)方案
- 百師聯(lián)盟2023-2024學(xué)年高一年級(jí)下學(xué)期6月期末聯(lián)考考試卷 生物及答案
- 林業(yè)碳匯項(xiàng)目開發(fā)流程與審核要點(diǎn)
- 堅(jiān)持嚴(yán)格陣地管理制度
- 2025-2030全球及中國(guó)實(shí)驗(yàn)室信息管理系統(tǒng)和和LIMS行業(yè)市場(chǎng)現(xiàn)狀供需分析及投資評(píng)估規(guī)劃分析研究報(bào)告
- T/BECC 002-2024智算中心技術(shù)要求和評(píng)估方法
- 2025湖南中考:物理高頻考點(diǎn)
- 轉(zhuǎn)臺(tái)技術(shù)協(xié)議書范本
- 2025年人教版七年級(jí)下冊(cè)生物期末檢測(cè)試卷及答案
- AI與VR在麻醉教學(xué)中的應(yīng)用及個(gè)性化學(xué)習(xí)路徑探討
評(píng)論
0/150
提交評(píng)論