




版權(quán)說(shuō)明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1、一 IRF典型配置舉例1.1.1 IRF典型配置舉例(LACP MAD檢測(cè)方式)1. 組網(wǎng)需求由于公司人員激增,接入層交換機(jī)提供的端口數(shù)目已經(jīng)不能滿足PC的接入需求。現(xiàn)需要在保護(hù)現(xiàn)有投資的基礎(chǔ)上擴(kuò)展端口接入數(shù)量,并要求網(wǎng)絡(luò)易管理、易維護(hù)。2. 組網(wǎng)圖圖1-13 IRF典型配置組網(wǎng)圖(LACP MAD檢測(cè)方式) 3. 配置思路l Device A提供的接入端口數(shù)目已經(jīng)不能滿足網(wǎng)絡(luò)需求,需要另外增加一臺(tái)設(shè)備Device B。(本文以兩臺(tái)設(shè)備組成IRF為例,在實(shí)際組網(wǎng)中可以根據(jù)需要,將多臺(tái)設(shè)備組成IRF,配置思路和配置步驟與本例類似)l
2、0; 鑒于第二代智能彈性架構(gòu)IRF技術(shù)具有管理簡(jiǎn)便、網(wǎng)絡(luò)擴(kuò)展能力強(qiáng)、可靠性高等優(yōu)點(diǎn),所以本例使用IRF技術(shù)構(gòu)建接入層(即在Device A和Device B上配置IRF功能)。l 為了防止萬(wàn)一IRF鏈路故障導(dǎo)致IRF分裂、網(wǎng)絡(luò)中存在兩個(gè)配置沖突的IRF,需要啟用MAD檢測(cè)功能。因?yàn)榻尤雽釉O(shè)備較多,我們采用LACP MAD檢測(cè)。4. 配置步驟為便于區(qū)分,下文配置中假設(shè)IRF形成前Device A的系統(tǒng)名稱為DeviceA,Device B的系統(tǒng)名稱為Device B;中間設(shè)備Device C的系統(tǒng)名稱為DeviceC。 (1)
3、160; 配置設(shè)備編號(hào)# Device A保留缺省編號(hào)為1,不需要進(jìn)行配置。# 在Device B上將設(shè)備的成員編號(hào)修改為2。<DeviceB> system-viewDeviceB irf member 1 renumber 2Warning: Renumbering the switch number may result in configuration change or loss. Continue? Y/N:yDeviceB(2) 將兩臺(tái)設(shè)備斷
4、電后,按圖1-13所示連接IRF鏈路,然后將兩臺(tái)設(shè)備上電。# 在Device A上創(chuàng)建設(shè)備的IRF端口2,與物理端口Ten-GigabitEthernet1/0/25綁定,并保存配置。<DeviceA> system-viewDeviceA interface ten-gigabitethernet 1/0/25DeviceA-Ten-GigabitEthernet1/0/25 shutdownDeviceA irf-port 1/2DeviceA-irf-port 1/2 port group interface ten-gigabitethernet 1/0/25DeviceA
5、-irf-port 1/2 quitDeviceA interface ten-gigabitethernet 1/0/25DeviceA-Ten-GigabitEthernet1/0/25 undo shutdownDeviceA-Ten-GigabitEthernet1/0/25 save# 在Device B上創(chuàng)建設(shè)備的IRF端口1,與物理端口Ten-GigabitEthernet2/0/26綁定,并保存配置。<DeviceB> system-viewDeviceB interface ten-gigabitethernet 2/0/26DeviceB-Ten-Gigabit
6、Ethernet2/0/26 shutdownDeviceB irf-port 2/1DeviceB-irf-port 2/1 port group interface ten-gigabitethernet 2/0/26DeviceB-irf-port 2/1 quitDeviceB interface ten-gigabitethernet 2/0/26DeviceB-Ten-GigabitEthernet2/0/26 undo shutdownDeviceB-Ten-GigabitEthernet2/0/26 save# 激活DeviceA的IRF端口配置。DeviceA-Ten-Gig
7、abitEthernet1/0/25 quitDeviceA irf-port-configuration active# 激活DeviceB的IRF端口配置。DeviceB-Ten-GigabitEthernet2/0/26 quitDeviceB irf-port-configuration active(3) 兩臺(tái)設(shè)備間會(huì)進(jìn)行Master競(jìng)選,競(jìng)選失敗的一方將自動(dòng)重啟,重啟完成后,IRF形成,系統(tǒng)名稱統(tǒng)一為DeviceA。(4) 配置LAC
8、P MAD檢測(cè)# 創(chuàng)建一個(gè)動(dòng)態(tài)聚合端口,并使能LACP MAD檢測(cè)功能。<DeviceA> system-viewDeviceA interface bridge-aggregation 2DeviceA-Bridge-Aggregation2 link-aggregation mode dynamicDeviceA-Bridge-Aggregation2 mad enableDeviceA-Bridge-Aggregation2 quit# 在聚合接口中添加成員端口GigabitEthernet1/0/1和GigabitEthernet2/0/1,專用于兩臺(tái)IRF成員設(shè)
9、備與中間設(shè)備進(jìn)行LACP MAD檢測(cè)。DeviceA interface gigabitethernet 1/0/1DeviceA-GigabitEthernet1/0/1 port link-aggregation group 2DeviceA-GigabitEthernet1/0/1 quitDeviceA interface gigabitethernet 2/0/1DeviceA-GigabitEthernet2/0/1 port link-aggregation group 2(5) 中間設(shè)備Device C的配置
10、Device C作為一臺(tái)中間設(shè)備需要支持LACP功能,用來(lái)轉(zhuǎn)發(fā)、處理LACP協(xié)議報(bào)文,協(xié)助Device A和Device B進(jìn)行多Active檢測(cè)。從節(jié)約成本的角度考慮,使用一臺(tái)支持LACP功能的交換機(jī)即可。# 創(chuàng)建一個(gè)動(dòng)態(tài)聚合端口。<DeviceC> system-viewDeviceC interface bridge-aggregation 2DeviceC-Bridge-Aggregation2 link-aggregation mode dynamicDeviceC-Bridge-Aggregation2 quit# 在聚合端口中添加成員端口Gigab
11、itEthernet1/0/1和GigabitEthernet1/0/2,用于進(jìn)行LACP MAD檢測(cè)。DeviceC interface gigabitethernet 1/0/1DeviceC-GigabitEthernet1/0/1 port link-aggregation group 2DeviceC-GigabitEthernet1/0/1 quitDeviceC interface gigabitethernet 1/0/2DeviceC-GigabitEthernet1/0/2 port link-aggregation group 2# 按圖1-13所示連接LACP
12、 MAD鏈路。1.1.2 IRF典型配置舉例(BFD MAD檢測(cè)方式)1. 組網(wǎng)需求由于網(wǎng)絡(luò)規(guī)模迅速擴(kuò)大,當(dāng)前中心交換機(jī)(Device A)轉(zhuǎn)發(fā)能力已經(jīng)不能滿足需求,現(xiàn)需要在保護(hù)現(xiàn)有投資的基礎(chǔ)上將網(wǎng)絡(luò)轉(zhuǎn)發(fā)能力提高一倍,并要求網(wǎng)絡(luò)易管理、易維護(hù)。2. 組網(wǎng)圖圖1-14 IRF典型配置組網(wǎng)圖(BFD MAD檢測(cè)方式) 3. 配置思路l Device A處于局域網(wǎng)的匯聚層,為了將匯聚層的轉(zhuǎn)發(fā)能力提高一倍,需要另外增加一臺(tái)設(shè)備Device B。l 鑒于第二代智能彈性架構(gòu)IRF技術(shù)具有管理簡(jiǎn)便、網(wǎng)絡(luò)擴(kuò)展
13、能力強(qiáng)、可靠性高等優(yōu)點(diǎn),所以本例使用IRF技術(shù)構(gòu)建網(wǎng)絡(luò)匯聚層(即在Device A和Device B上配置IRF功能),接入層設(shè)備通過(guò)聚合雙鏈路上行。l 為了防止萬(wàn)一IRF鏈路故障導(dǎo)致IRF分裂、網(wǎng)絡(luò)中存在兩個(gè)配置沖突的IRF,需要啟用MAD檢測(cè)功能。因?yàn)槌蓡T設(shè)備比較少,我們采用BFD MAD檢測(cè)方式來(lái)監(jiān)測(cè)IRF的狀態(tài)。4. 配置步驟為便于區(qū)分,下文配置中假設(shè)IRF形成前Device A的系統(tǒng)名稱為DeviceA,Device B的系統(tǒng)名稱為Device B。 (1) 配置設(shè)備編號(hào)
14、# Device A保留缺省編號(hào)為1,不需要進(jìn)行配置。# 在Device B上將設(shè)備的成員編號(hào)修改為2。<DeviceB> system-viewDeviceB irf member 1 renumber 2Warning: Renumbering the switch number may result in configuration change or loss. Continue? Y/N:yDeviceB(2) 將兩臺(tái)設(shè)備斷電后,按圖1-14所示連接IRF鏈路,然后將兩臺(tái)設(shè)備上電。# 在Device A
15、上創(chuàng)建設(shè)備的IRF端口2,與物理端口Ten-GigabitEthernet1/0/25綁定,并保存配置。<DeviceA> system-viewDeviceA interface ten-gigabitethernet 1/0/25DeviceA-Ten-GigabitEthernet1/0/25 shutdownDeviceA irf-port 1/2DeviceA-irf-port 1/2 port group interface ten-gigabitethernet 1/0/25DeviceA-irf-port 1/2 quitDeviceA interface ten-
16、gigabitethernet 1/0/25DeviceA-Ten-GigabitEthernet1/0/25 undo shutdownDeviceA-Ten-GigabitEthernet1/0/25 save# 在Device B上創(chuàng)建設(shè)備的IRF端口1,與物理端口Ten-GigabitEthernet2/0/26綁定,并保存配置。<DeviceB> system-viewDeviceB interface ten-gigabitethernet 2/0/26DeviceB-Ten-GigabitEthernet2/0/26 shutdownDeviceB irf-port
17、2/1DeviceB-irf-port 2/1 port group interface ten-gigabitethernet 2/0/26DeviceB-irf-port 2/1 quitDeviceB interface ten-gigabitethernet 2/0/26DeviceB-Ten-GigabitEthernet2/0/26 undo shutdownDeviceB-Ten-GigabitEthernet2/0/26 save# 激活DeviceA的IRF端口配置。DeviceA-Ten-GigabitEthernet1/0/25 quitDeviceA irf-port-
18、configuration active# 激活DeviceB的IRF端口配置。DeviceB-Ten-GigabitEthernet2/0/26 quitDeviceB irf-port-configuration active(3) 兩臺(tái)設(shè)備間將會(huì)進(jìn)行Master競(jìng)選,競(jìng)選失敗的一方將自動(dòng)重啟,重啟完成后,IRF形成,系統(tǒng)名稱統(tǒng)一為DeviceA。(4) 配置BFD MAD檢測(cè)# 創(chuàng)建VLAN 3,并將Device A上的端口GigabitE
19、thernet1/0/1和Device B上的端口GigabitEthernet2/0/1加入VLAN中。<DeviceA> system-viewDeviceA vlan 3DeviceA-vlan3 port gigabitethernet 1/0/1 gigabitethernet 2/0/1DeviceA-vlan3 quit# 創(chuàng)建VLAN接口3,并配置MAD IP地址。DeviceA interface vlan-interface 3DeviceA-Vlan-interface3 mad bfd enableDeviceA-Vlan-interface3 mad ip
20、 address 192.168.2.1 24 member 1DeviceA-Vlan-interface3 mad ip address 192.168.2.2 24 member 2DeviceA-Vlan-interface3 quit# 按圖1-14所示連接BFD MAD鏈路。# 因?yàn)锽FD MAD和生成樹(shù)功能互斥,所以在GigabitEthernet1/0/1和GigabitEthernet2/0/1上關(guān)閉生成樹(shù)協(xié)議。DeviceA interface gigabitethernet 1/0/1DeviceA-gigabitethernet-1/0/1 undo stp enabl
21、eDeviceA-gigabitethernet-1/0/1 quitDeviceA interface gigabitethernet 2/0/1DeviceA-gigabitethernet-2/0/1 undo stp enable1.1.3 IRF典型配置舉例(ARP MAD檢測(cè)方式)1. 組網(wǎng)需求由于網(wǎng)絡(luò)規(guī)模迅速擴(kuò)大,當(dāng)前中心交換機(jī)(Device A)轉(zhuǎn)發(fā)能力已經(jīng)不能滿足需求,現(xiàn)需要在保護(hù)現(xiàn)有投資的基礎(chǔ)上將網(wǎng)絡(luò)轉(zhuǎn)發(fā)能力提高一倍,并要求網(wǎng)絡(luò)易管理、易維護(hù)。2. 組網(wǎng)圖圖1-15 IRF典型配置組網(wǎng)圖(ARP MAD檢測(cè)方式) 3. 配置思路l
22、; Device A處于局域網(wǎng)的匯聚層,為了將匯聚層的轉(zhuǎn)發(fā)能力提高一倍,需要另外增加一臺(tái)設(shè)備Device B。l 鑒于第二代智能彈性架構(gòu)IRF技術(shù)具有管理簡(jiǎn)便、網(wǎng)絡(luò)擴(kuò)展能力強(qiáng)、可靠性高等優(yōu)點(diǎn),所以本例使用IRF技術(shù)構(gòu)建網(wǎng)絡(luò)接入層(即在Device A和Device B上配置IRF功能),IRF通過(guò)雙鏈路上行。l 為了防止萬(wàn)一IRF鏈路故障導(dǎo)致IRF分裂、網(wǎng)絡(luò)中存在兩個(gè)配置沖突的IRF,需要啟用MAD檢測(cè)功能。因?yàn)槌蓡T設(shè)備比較少,我們采用ARP MAD檢測(cè)方式來(lái)監(jiān)測(cè)IRF的狀態(tài),復(fù)用鏈路上行傳遞ARP MA
23、D報(bào)文。為防止環(huán)路發(fā)生,在IRF和Device C上啟用MSTP功能。4. 配置步驟為便于區(qū)分,下文配置中假設(shè)IRF形成前Device A的系統(tǒng)名稱為DeviceA,Device B的系統(tǒng)名稱為Device B;中間設(shè)備Device C的系統(tǒng)名稱為DeviceC。 (1) 配置設(shè)備編號(hào)# Device A保留缺省編號(hào)為1,不需要進(jìn)行配置。# 在Device B上將設(shè)備的成員編號(hào)修改為2。<DeviceB> system-viewDeviceB irf member 1 renumber 2Warning
24、: Renumbering the switch number may result in configuration change or loss. Continue? Y/N:yDeviceB(2) 將兩臺(tái)設(shè)備斷電后,按圖1-14所示連接IRF鏈路和ARP MAD檢測(cè)鏈路,然后將兩臺(tái)設(shè)備上電。# 在Device A上創(chuàng)建設(shè)備的IRF端口2,與物理端口Ten-GigabitEthernet1/0/25綁定,并保存配置。<DeviceA> system-viewDeviceA interface ten-giga
25、bitethernet 1/0/25DeviceA-Ten-GigabitEthernet1/0/25 shutdownDeviceA irf-port 1/2DeviceA-irf-port 1/2 port group interface ten-gigabitethernet 1/0/25DeviceA-irf-port 1/2 quitDeviceA interface ten-gigabitethernet 1/0/25DeviceA-Ten-GigabitEthernet1/0/25 undo shutdownDeviceA-Ten-GigabitEthernet1/0/25 sa
26、ve# 在Device B上創(chuàng)建設(shè)備的IRF端口1,與物理端口Ten-GigabitEthernet2/0/26綁定,并保存配置。<DeviceB> system-viewDeviceB interface ten-gigabitethernet 2/0/26DeviceB-Ten-GigabitEthernet2/0/26 shutdownDeviceB irf-port 2/1DeviceB-irf-port 2/1 port group interface ten-gigabitethernet 2/0/26DeviceB-irf-port 2/1 quitDeviceB i
27、nterface ten-gigabitethernet 2/0/26DeviceB-Ten-GigabitEthernet2/0/26 undo shutdownDeviceB-Ten-GigabitEthernet2/0/26 save# 激活DeviceA的IRF端口配置。DeviceA-Ten-GigabitEthernet1/0/25 quitDeviceA irf-port-configuration active# 激活DeviceB的IRF端口配置。DeviceB-Ten-GigabitEthernet2/0/26 quitDeviceB irf-port-configuration active(3) 兩臺(tái)設(shè)備間將會(huì)進(jìn)行Master競(jìng)選,競(jìng)選失
溫馨提示
- 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫(kù)網(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ì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 基層醫(yī)療衛(wèi)生機(jī)構(gòu)信息化建設(shè)中的醫(yī)療信息化與醫(yī)療服務(wù)創(chuàng)新機(jī)制研究報(bào)告
- 2025年廢舊塑料回收利用產(chǎn)業(yè)鏈上下游協(xié)同創(chuàng)新模式報(bào)告
- 2025年歷史文化街區(qū)保護(hù)與城市更新項(xiàng)目管理報(bào)告
- 2025-2030中國(guó)銅精粉行業(yè)現(xiàn)狀規(guī)模與投資盈利預(yù)測(cè)報(bào)告
- 2025-2030中國(guó)運(yùn)動(dòng)設(shè)施調(diào)度與管理行業(yè)發(fā)展態(tài)勢(shì)與投資盈利預(yù)測(cè)報(bào)告
- 呼酸、代酸、呼堿、代堿的區(qū)分2025
- 2025-2030中國(guó)蜂蠟錠行業(yè)應(yīng)用動(dòng)態(tài)及投資策略分析報(bào)告
- 2025-2030中國(guó)脫毛預(yù)制蠟條行業(yè)競(jìng)爭(zhēng)態(tài)勢(shì)與銷售趨勢(shì)預(yù)測(cè)報(bào)告
- 音樂(lè)治療理論考核試卷
- 化學(xué)分析在礦石質(zhì)量評(píng)估中的作用考核試卷
- 計(jì)算流體力學(xué)完整課件
- 國(guó)開(kāi)作業(yè)《監(jiān)督學(xué)》形成性考核(三)參考(含答案)238
- 人因工程學(xué)課后習(xí)題及解答
- 供應(yīng)商管理培訓(xùn) 課件
- 2022年廣東省中考地理試卷(含答案)
- 機(jī)關(guān)檔案管理工作培訓(xùn)課件
- 石材產(chǎn)品質(zhì)量保證書(shū)
- 部編版五年級(jí)語(yǔ)文下冊(cè)作文范文全套
- 衰老生物學(xué)ppt課件(PPT 57頁(yè))
- 企業(yè)部門單位工傷事故報(bào)告書(shū)
- 注塑模具皮紋制作知識(shí)簡(jiǎn)介課件
評(píng)論
0/150
提交評(píng)論