




版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)
文檔簡介
1、一 IRF典型配置舉例1.1.1 IRF典型配置舉例(LACP MAD檢測方式)1. 組網(wǎng)需求由于公司人員激增,接入層交換機提供的端口數(shù)目已經(jīng)不能滿足PC的接入需求?,F(xiàn)需要在保護現(xiàn)有投資的基礎(chǔ)上擴展端口接入數(shù)量,并要求網(wǎng)絡(luò)易管理、易維護。2. 組網(wǎng)圖圖1-13 IRF典型配置組網(wǎng)圖(LACP MAD檢測方式) 3. 配置思路l Device A提供的接入端口數(shù)目已經(jīng)不能滿足網(wǎng)絡(luò)需求,需要另外增加一臺設(shè)備Device B。(本文以兩臺設(shè)備組成IRF為例,在實際組網(wǎng)中可以根據(jù)需要,將多臺設(shè)備組成IRF,配置思路和配置步驟與本例類似)l
2、0; 鑒于第二代智能彈性架構(gòu)IRF技術(shù)具有管理簡便、網(wǎng)絡(luò)擴展能力強、可靠性高等優(yōu)點,所以本例使用IRF技術(shù)構(gòu)建接入層(即在Device A和Device B上配置IRF功能)。l 為了防止萬一IRF鏈路故障導(dǎo)致IRF分裂、網(wǎng)絡(luò)中存在兩個配置沖突的IRF,需要啟用MAD檢測功能。因為接入層設(shè)備較多,我們采用LACP MAD檢測。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è)備編號# Device A保留缺省編號為1,不需要進行配置。# 在Device B上將設(shè)備的成員編號修改為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) 將兩臺設(shè)備斷
4、電后,按圖1-13所示連接IRF鏈路,然后將兩臺設(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) 兩臺設(shè)備間會進行Master競選,競選失敗的一方將自動重啟,重啟完成后,IRF形成,系統(tǒng)名稱統(tǒng)一為DeviceA。(4) 配置LAC
8、P MAD檢測# 創(chuàng)建一個動態(tài)聚合端口,并使能LACP MAD檢測功能。<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,專用于兩臺IRF成員設(shè)
9、備與中間設(shè)備進行LACP MAD檢測。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作為一臺中間設(shè)備需要支持LACP功能,用來轉(zhuǎn)發(fā)、處理LACP協(xié)議報文,協(xié)助Device A和Device B進行多Active檢測。從節(jié)約成本的角度考慮,使用一臺支持LACP功能的交換機即可。# 創(chuà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,用于進行LACP MAD檢測。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檢測方式)1. 組網(wǎng)需求由于網(wǎng)絡(luò)規(guī)模迅速擴大,當前中心交換機(Device A)轉(zhuǎn)發(fā)能力已經(jīng)不能滿足需求,現(xiàn)需要在保護現(xiàn)有投資的基礎(chǔ)上將網(wǎng)絡(luò)轉(zhuǎn)發(fā)能力提高一倍,并要求網(wǎng)絡(luò)易管理、易維護。2. 組網(wǎng)圖圖1-14 IRF典型配置組網(wǎng)圖(BFD MAD檢測方式) 3. 配置思路l Device A處于局域網(wǎng)的匯聚層,為了將匯聚層的轉(zhuǎn)發(fā)能力提高一倍,需要另外增加一臺設(shè)備Device B。l 鑒于第二代智能彈性架構(gòu)IRF技術(shù)具有管理簡便、網(wǎng)絡(luò)擴展
13、能力強、可靠性高等優(yōu)點,所以本例使用IRF技術(shù)構(gòu)建網(wǎng)絡(luò)匯聚層(即在Device A和Device B上配置IRF功能),接入層設(shè)備通過聚合雙鏈路上行。l 為了防止萬一IRF鏈路故障導(dǎo)致IRF分裂、網(wǎng)絡(luò)中存在兩個配置沖突的IRF,需要啟用MAD檢測功能。因為成員設(shè)備比較少,我們采用BFD MAD檢測方式來監(jiān)測IRF的狀態(tài)。4. 配置步驟為便于區(qū)分,下文配置中假設(shè)IRF形成前Device A的系統(tǒng)名稱為DeviceA,Device B的系統(tǒng)名稱為Device B。 (1) 配置設(shè)備編號
14、# Device A保留缺省編號為1,不需要進行配置。# 在Device B上將設(shè)備的成員編號修改為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) 將兩臺設(shè)備斷電后,按圖1-14所示連接IRF鏈路,然后將兩臺設(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) 兩臺設(shè)備間將會進行Master競選,競選失敗的一方將自動重啟,重啟完成后,IRF形成,系統(tǒng)名稱統(tǒng)一為DeviceA。(4) 配置BFD MAD檢測# 創(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鏈路。# 因為BFD 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檢測方式)1. 組網(wǎng)需求由于網(wǎng)絡(luò)規(guī)模迅速擴大,當前中心交換機(Device A)轉(zhuǎn)發(fā)能力已經(jīng)不能滿足需求,現(xiàn)需要在保護現(xiàn)有投資的基礎(chǔ)上將網(wǎng)絡(luò)轉(zhuǎn)發(fā)能力提高一倍,并要求網(wǎng)絡(luò)易管理、易維護。2. 組網(wǎng)圖圖1-15 IRF典型配置組網(wǎng)圖(ARP MAD檢測方式) 3. 配置思路l
22、; Device A處于局域網(wǎng)的匯聚層,為了將匯聚層的轉(zhuǎn)發(fā)能力提高一倍,需要另外增加一臺設(shè)備Device B。l 鑒于第二代智能彈性架構(gòu)IRF技術(shù)具有管理簡便、網(wǎng)絡(luò)擴展能力強、可靠性高等優(yōu)點,所以本例使用IRF技術(shù)構(gòu)建網(wǎng)絡(luò)接入層(即在Device A和Device B上配置IRF功能),IRF通過雙鏈路上行。l 為了防止萬一IRF鏈路故障導(dǎo)致IRF分裂、網(wǎng)絡(luò)中存在兩個配置沖突的IRF,需要啟用MAD檢測功能。因為成員設(shè)備比較少,我們采用ARP MAD檢測方式來監(jiān)測IRF的狀態(tài),復(fù)用鏈路上行傳遞ARP MA
23、D報文。為防止環(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è)備編號# Device A保留缺省編號為1,不需要進行配置。# 在Device B上將設(shè)備的成員編號修改為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) 將兩臺設(shè)備斷電后,按圖1-14所示連接IRF鏈路和ARP MAD檢測鏈路,然后將兩臺設(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) 兩臺設(shè)備間將會進行Master競選,競選失
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
- 6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 知識產(chǎn)權(quán)轉(zhuǎn)讓保護協(xié)議簽署細節(jié)要求說明
- 描述家鄉(xiāng)美景的抒情作文6篇
- 合作銷售代理合同詳細內(nèi)容
- 公共交通建設(shè)進度管理措施
- 北京交通大學2025年自主招生自薦信成功案例
- 小學體育教學研究與發(fā)展計劃
- 一年級語文階段性教學計劃
- 公共設(shè)施安全隱患自查及整改措施
- 職業(yè)院校普通話教學改革計劃
- 初中語文跨文化交流教學范文
- 禁止胎兒性別鑒定管理制度
- 氣門搖桿支座工藝與工裝設(shè)計
- 《扣件式鋼管腳手架安全技術(shù)規(guī)范》JGJ130-2011
- 清華斯維爾清單計價用戶手冊
- 基于“生活教育”理念下部編小學語文教材中“小練筆”教學策略研究 論文
- 高中生物必修一實驗通知單
- 課件:第四章 社會工作項目的執(zhí)行(《社會工作項目策劃與評估》課程)
- 冷庫施工組織設(shè)計施工方案
- 咯血診斷與治療課件
- 醫(yī)學影像專業(yè)個人簡歷
- 檢驗科 醫(yī)院感染管理質(zhì)量督查評分表
評論
0/150
提交評論