




版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡介
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ù)具有管理簡便、網(wǎng)絡(luò)擴(kuò)展能力強(qiáng)、可靠性高等優(yōu)點(diǎn),所以本例使用IRF技術(shù)構(gòu)建接入層(即在Device A和Device B上配置IRF功能)。l 為了防止萬一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競選,競選失敗的一方將自動(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功能,用來轉(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ù)具有管理簡便、網(wǎng)絡(luò)擴(kuò)展
13、能力強(qiáng)、可靠性高等優(yōu)點(diǎn),所以本例使用IRF技術(shù)構(gòu)建網(wǎng)絡(luò)匯聚層(即在Device A和Device B上配置IRF功能),接入層設(shè)備通過聚合雙鏈路上行。l 為了防止萬一IRF鏈路故障導(dǎo)致IRF分裂、網(wǎng)絡(luò)中存在兩個(gè)配置沖突的IRF,需要啟用MAD檢測(cè)功能。因?yàn)槌蓡T設(shè)備比較少,我們采用BFD MAD檢測(cè)方式來監(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競選,競選失敗的一方將自動(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和生成樹功能互斥,所以在GigabitEthernet1/0/1和GigabitEthernet2/0/1上關(guān)閉生成樹協(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ù)具有管理簡便、網(wǎng)絡(luò)擴(kuò)展能力強(qiáng)、可靠性高等優(yōu)點(diǎn),所以本例使用IRF技術(shù)構(gòu)建網(wǎng)絡(luò)接入層(即在Device A和Device B上配置IRF功能),IRF通過雙鏈路上行。l 為了防止萬一IRF鏈路故障導(dǎo)致IRF分裂、網(wǎng)絡(luò)中存在兩個(gè)配置沖突的IRF,需要啟用MAD檢測(cè)功能。因?yàn)槌蓡T設(shè)備比較少,我們采用ARP MAD檢測(cè)方式來監(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競選,競選失
溫馨提示
- 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ì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 河南藝術(shù)機(jī)構(gòu)管理辦法
- 高職人才培養(yǎng)質(zhì)量增值評(píng)價(jià)研究
- 比質(zhì)比價(jià)采購管理辦法
- 鋼結(jié)構(gòu)維護(hù)與結(jié)構(gòu)施工技術(shù)指南
- 新教師教學(xué)工作中存在的問題分析
- 小學(xué)隊(duì)列隊(duì)形教學(xué)計(jì)劃
- 春節(jié)技師放假管理辦法
- 體育與藝術(shù)融合發(fā)展的實(shí)施路徑研究
- 梧州學(xué)院專業(yè)管理辦法
- 接地系統(tǒng)安裝工藝與技術(shù)研究
- GB/T 39024-2020木桿鉛筆黑鉛芯分類和直徑
- GB/T 32957-2016液壓和氣動(dòng)系統(tǒng)設(shè)備用冷拔或冷軋精密內(nèi)徑無縫鋼管
- GB/T 3280-1992不銹鋼冷軋鋼板
- GB/T 27622-2011畜禽糞便貯存設(shè)施設(shè)計(jì)要求
- GB/T 18380.33-2022電纜和光纜在火焰條件下的燃燒試驗(yàn)第33部分:垂直安裝的成束電線電纜火焰垂直蔓延試驗(yàn)A類
- J波與J波綜合征課件
- 微整面部美學(xué)設(shè)計(jì)面部風(fēng)水設(shè)計(jì)課件
- 5噸龍門吊安裝與拆除專項(xiàng)施工方案
- 康復(fù)科護(hù)理質(zhì)量監(jiān)測(cè)指標(biāo)
- 農(nóng)藥基本常識(shí)課件
- 六年級(jí)數(shù)學(xué)分?jǐn)?shù)除法、解方程計(jì)算題 (含答案)
評(píng)論
0/150
提交評(píng)論