真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

配置MST實(shí)現(xiàn)負(fù)載均衡-創(chuàng)新互聯(lián)

配置MST實(shí)現(xiàn)負(fù)載均衡

創(chuàng)新互聯(lián)建站是一家集網(wǎng)站建設(shè),瓊結(jié)企業(yè)網(wǎng)站建設(shè),瓊結(jié)品牌網(wǎng)站建設(shè),網(wǎng)站定制,瓊結(jié)網(wǎng)站建設(shè)報(bào)價(jià),網(wǎng)絡(luò)營(yíng)銷,網(wǎng)絡(luò)優(yōu)化,瓊結(jié)網(wǎng)站推廣為一體的創(chuàng)新建站企業(yè),幫助傳統(tǒng)企業(yè)提升企業(yè)形象加強(qiáng)企業(yè)競(jìng)爭(zhēng)力??沙浞譂M足這一群體相比中小企業(yè)更為豐富、高端、多元的互聯(lián)網(wǎng)需求。同時(shí)我們時(shí)刻保持專業(yè)、時(shí)尚、前沿,時(shí)刻以成就客戶成長(zhǎng)自我,堅(jiān)持不斷學(xué)習(xí)、思考、沉淀、凈化自己,讓我們?yōu)楦嗟钠髽I(yè)打造出實(shí)用型網(wǎng)站。

一、     實(shí)驗(yàn)拓?fù)?

               (華為eNSP模擬器)

配置MST實(shí)現(xiàn)負(fù)載均衡

二、     實(shí)驗(yàn)環(huán)境要求:

1.  VLAN規(guī)劃如圖;

2.  SW1與SW2之間做鏈路捆綁;

3.  配置MST實(shí)現(xiàn)負(fù)載均衡

三、     配置文件及步驟:

1. SW1的配置

  • 配置以太網(wǎng)通道

sy

[Huawei]sysname SW1

[SW1]vlan batch 1 to 4    //批量創(chuàng)建vlan 1到4

[SW1]int Eth-Trunk 1      //創(chuàng)建二層Eth-Trunk接口

[SW1-Eth-Trunk1]q

[SW1]int Ethernet 0/0/1

[SW1-Ethernet0/0/1]eth-trunk 1   //將接口加入eth-trunk 1

[SW1-Ethernet0/0/1]q

[SW1]int Ethernet 0/0/2

[SW1-Ethernet0/0/2]eth-trunk 1

[SW1]dis eth-trunk 1

配置MST實(shí)現(xiàn)負(fù)載均衡

[SW1]int Eth-Trunk 1

[SW1-Eth-Trunk1]port link-type trunk    //將Eth-Trunk 1設(shè)為trunk類型

[SW1-Eth-Trunk1]port trunk allow-pass vlan all  //允許所有VLAN流量通過(guò)

[SW1-Eth-Trunk1]int e0/0/3

[SW1-Ethernet0/0/3]port link-type trunk

[SW1-Ethernet0/0/3]port trunk allow-pass vlan all

dis vlan

配置MST實(shí)現(xiàn)負(fù)載均衡

  • 配置mstp

[SW1]stp mode mstp   //設(shè)置交換機(jī)的工作模式為mstp

[SW1]stp region-configuration    //進(jìn)入MST域配置沒(méi)事

[SW1-mst-region]region-name test     //配置MST域的域名為test

[SW1-mst-region]instance 1 vlan 1 to 2    //配置多生成樹實(shí)例和VLAN的映射關(guān)系,實(shí)例1對(duì)應(yīng)VLAN1到2

[SW1-mst-region]instance 2 vlan 3 to 4

[SW1-mst-region]active region-configuration  //激活MST域的配置

[SW1-mst-region]q

[SW1]stp instance 1 root primary     //配置SW1是實(shí)例1的根橋

[SW1]stp instance 2 root secondary    //配置SW1是實(shí)例2的備份根橋

或者[SW1]stp instance 1 priority0

[SW2]stp instance 2 priority 0

或者[SW1]stp instance 2 priority4096

   [SW2]stpinstance 1 priority 4096

[SW1]stp enable    //啟用交換機(jī)的mstp功能

[SW1]int Eth-Trunk 1

[SW1-Eth-Trunk1]stp enable   //啟用交換機(jī)端口的mstp功能

[SW1-Eth-Trunk1]stp root-protection   //啟用根保護(hù)

[SW1-Eth-Trunk1]int e0/0/3

[SW1-Ethernet0/0/3]stp enable

[SW1-Ethernet0/0/3]stp root-protecti

2. SW2的配置

  • 配置以太網(wǎng)通道

sy

[Huawei]sysname SW2

[SW2]int Eth-Trunk 1

[SW2-Eth-Trunk1]q

[SW2]int Ethernet 0/0/1

[SW2-Ethernet0/0/1]eth-trunk 1

[SW2]int Ethernet 0/0/2

[SW2-Ethernet0/0/2]eth-trunk 1

[SW2]dis eth-trunk 1

配置MST實(shí)現(xiàn)負(fù)載均衡

[SW2]vlan batch 1 to 4

[SW2]int Eth-Trunk 1

[SW2-Eth-Trunk1]port link-type trunk

[SW2-Eth-Trunk1]port trunk allow-pass vlan all

[SW2-Eth-Trunk1]int e0/0/3

[SW2-Ethernet0/0/3]port link-type trunk

[SW2-Ethernet0/0/3]port trunk allow-pass vlan all

dis vlan

配置MST實(shí)現(xiàn)負(fù)載均衡

  • 配置mstp

[SW2]stpmode mstp

[SW2]stp region-configuration

[SW2-mst-region]region-nametest

[SW2-mst-region]instance 1vlan 1 to 2

[SW2-mst-region]instance 2vlan 3 to 4

[SW2-mst-region]activeregion-configuration

[SW2-mst-region]q

[SW2]stp instance 2 rootprimary

[SW2]stp instance 1 rootsecondary

[SW2]stp enable

[SW2]int Eth-Trunk 1

[SW2-Eth-Trunk1]stp enable

[SW2-Eth-Trunk1]stp root-protection

[SW2-Eth-Trunk1]int e0/0/3

[SW2-Ethernet0/0/3]stp enable

[SW2-Ethernet0/0/3]stproot-protection

3. SW3的配置

  • 配置以太網(wǎng)通道

sy

[Huawei]sysname SW3

[SW3]vlan batch 1 to 4

[SW3]int e0/0/1

[SW3-Ethernet0/0/1]port link-type trunk

[SW3-Ethernet0/0/1]port trunk allow-pass vlan all

[SW3-Ethernet0/0/1]int e0/0/2

[SW3-Ethernet0/0/2]port link-type trunk

[SW3-Ethernet0/0/2]port trunk allow-pass vlan all

dis vlan

配置MST實(shí)現(xiàn)負(fù)載均衡

  • 配置mstp

[SW3]stp mode mstp

[SW3]stp region-configuration

[SW3-mst-region]region-name test

[SW3-mst-region]instance 1 vlan 1 to 2

[SW3-mst-region]instance 2 vlan 3 to 4

[SW3-mst-region]active region-configuration

[SW3]stp enable

[SW3]int e0/0/1

[SW3-Ethernet0/0/1]stp enable

[SW3-Ethernet0/0/1]int e0/0/2

[SW3-Ethernet0/0/2]stp enable

四、 結(jié)果驗(yàn)證 :

[SW1]dis stp brief  //查看端口狀態(tài)和端口的保護(hù)類型

配置MST實(shí)現(xiàn)負(fù)載均衡

配置MST實(shí)現(xiàn)負(fù)載均衡

通過(guò)上面的圖可以得出:SW1為實(shí)例1即VLAN1和2的根橋,Eth-Trunk1和Ethernet0/0/3都是指定端口;在實(shí)例2即VLAN3和4中為非根橋,Eth-Trunk1為根端口,Ethernet0/0/3為指定端口。

[SW2]dis stp brief

配置MST實(shí)現(xiàn)負(fù)載均衡

配置MST實(shí)現(xiàn)負(fù)載均衡

通過(guò)上面的圖可以得出:SW2為實(shí)例2的根橋,Eth-Trunk1和Ethernet0/0/3都是指定端口;在實(shí)例1中為非根橋,Eth-Trunk1為根端口,Ethernet0/0/3為指定端口。

[SW3]dis stp brief

配置MST實(shí)現(xiàn)負(fù)載均衡

配置MST實(shí)現(xiàn)負(fù)載均衡

通過(guò)上面的圖可以得出:SW3既不是實(shí)例1的根橋也不是實(shí)例2 的根橋,在實(shí)例1 中Ethernet0/0/1 為根端口,Ethernet0/0/2為阻塞端口;在實(shí)例2中Ethernet0/0/2 為根端口,Ethernet0/0/1為阻塞端口

結(jié)論:

RSTP和MSTP

RSTP:局域網(wǎng)內(nèi)所有的VLAN共享一棵生成樹,因此無(wú)法在VLAN間實(shí)現(xiàn)數(shù)據(jù)流量的負(fù)載均衡,鏈路被阻塞后將不承載任何流量,造成帶寬浪費(fèi),還有可能造成部分VLAN的報(bào)文無(wú)法轉(zhuǎn)發(fā)

MSTP:可以為每個(gè)VLAN生成一個(gè)生成樹,不同的VLAN通過(guò)不同的生成樹轉(zhuǎn)發(fā)流量,每棵生成樹之間相互獨(dú)立,互不影響,可在VLAN間實(shí)現(xiàn)負(fù)載均衡

另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)cdcxhl.cn,海內(nèi)外云服務(wù)器15元起步,三天無(wú)理由+7*72小時(shí)售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國(guó)服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡(jiǎn)單易用、服務(wù)可用性高、性價(jià)比高”等特點(diǎn)與優(yōu)勢(shì),專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場(chǎng)景需求。


分享文章:配置MST實(shí)現(xiàn)負(fù)載均衡-創(chuàng)新互聯(lián)
網(wǎng)站路徑:http://weahome.cn/article/cegdhd.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部