乡下人产国偷v产偷v自拍,国产午夜片在线观看,婷婷成人亚洲综合国产麻豆,久久综合给合久久狠狠狠9

  • <output id="e9wm2"></output>
    <s id="e9wm2"><nobr id="e9wm2"><ins id="e9wm2"></ins></nobr></s>

    • 分享

      華為、H3C和銳捷:一起學(xué)習(xí)鏈路聚合怎么配置?

       copy_left 2021-10-25

      華為

      文章圖片1

      1)創(chuàng)建eth-trunk接口,并配置允許通過(guò)的VLAN。

      #配置Stack。

      system-view

      sysname stack

      interface eth-trunk 10

      port link-type trunk

      port trunk allow-pass vlan all

      quit

      #配置PE。

      system-view

      sysname PE

      interface eth-trunk 10

      port link-type trunk

      port trunk allow-pass vlan all

      quit

      2)加入eth-trunk的成員接口。

      #配置Stack。

      interface gigabitethernet 1/0/4

      eth-trunk 10

      quit

      interface gigabitethernet 2/0/4

      eth-trunk 10

      quit

      #配置PE。

      interface gigabitethernet 1/0/1

      eth-trunk 10

      quit

      interface gigabitethernet 1/0/2

      eth-trunk 10

      quit

      3)在堆疊設(shè)備上開(kāi)啟eth-trunk接口流量本地優(yōu)先轉(zhuǎn)發(fā)功能。

      local-preference enable

      interface eth-trunk 10

      local-preference enable

      quit

      4)配置二層轉(zhuǎn)發(fā)功能。

      #配置Stack。

      vlan batch 2 3

      interface gigabitethernet 1/0/3

      port link-type trunk

      port trunk allow-pass vlan 2

      quit

      interface gigabitethernet 2/0/3

      port link-type trunk

      port trunk allow-pass vlan 3

      quit

      #配置Switch1。

      system-view

      sysname switch1

      vlan 2

      quit

      interface gigabitethernet 0/0/1

      port link-type trunk

      port trunk allow-pass vlan 2

      quit

      interface gigabitethernet 0/0/2

      port link-type trunk

      port trunk allow-pass vlan 2

      quit

      #配置Switch2。

      system-view

      sysname switch2

      vlan 3

      quit

      interface gigabitethernet 0/0/1

      port link-type trunk

      port trunk allow-pass vlan 3

      quit

      interface gigabitethernet 0/0/2

      port link-type trunk

      port trunk allow-pass vlan 3

      quit

      5)檢測(cè)配置結(jié)果。

      display trunkmembership eth-trunk 10 #查看eth-trunk接口的成員口信息。

      H3C

      文章圖片2

      配置二層動(dòng)態(tài)聚合。

      1)配置Device A。

      #創(chuàng)建VLAN 10,并將端口FortyGig1/0/4加入到該VLAN中。

      system-view

      vlan 10

      port fortygige 1/0/4

      quit

      #創(chuàng)建VLAN 20,并將端口FortyGig1/0/5加入到該VLAN中。

      vlan 20

      port fortygige 1/0/5

      quit

      #創(chuàng)建二層聚合接口1,并配置該接口為動(dòng)態(tài)聚合模式。

      interface bridge-aggregation 1

      link-aggregation mode dynamic

      quit

      #分別將端口FortyGige1/0/1至FortyGige1/0/3加入到聚合組1中。

      interface fortygige 1/0/1

      port link-aggregation group 1

      quit

      interface fortygige 1/0/2

      port link-aggregation group 1

      quit

      interface fortygige 1/0/3

      port link-aggregation group 1

      quit

      #配置二層聚合接口1為T(mén)runk端口,并允許VLAN 10和20的報(bào)文通過(guò)。

      interface bridge-aggregation 1

      port link-type trunk

      port trunk permit vlan 10 20

      quit

      2)配置Device B。

      #創(chuàng)建VLAN 10,并將端口FortyGig1/0/4加入到該VLAN中。

      system-view

      vlan 10

      port fortygige 1/0/4

      quit

      #創(chuàng)建VLAN 20,并將端口FortyGig1/0/5加入到該VLAN中。

      vlan 20

      port fortygige 1/0/5

      quit

      #創(chuàng)建二層聚合接口1,并配置該接口為動(dòng)態(tài)聚合模式。

      interface bridge-aggregation 1

      link-aggregation mode dynamic

      quit

      #分別將端口FortyGige1/0/1至FortyGige1/0/3加入到聚合組1中。

      interface fortygige 1/0/1

      port link-aggregation group 1

      quit

      interface fortygige 1/0/2

      port link-aggregation group 1

      quit

      interface fortygige 1/0/3

      port link-aggregation group 1

      quit

      #配置二層聚合接口1為T(mén)runk端口,并允許VLAN 10和20的報(bào)文通過(guò)。

      interface bridge-aggregation 1

      port link-type trunk

      port trunk permit vlan 10 20

      quit

      3)驗(yàn)證配置。

      display link-aggregation verbose #查看設(shè)備上所有聚合組的詳細(xì)信息。

      銳捷

      文章圖片3

      鏈路聚合配置。

      1)在Ruijie1上設(shè)置系統(tǒng)優(yōu)先級(jí)為4096,在端口Gi 0/1、Gi 0/2、Gi 0/3上啟用動(dòng)態(tài)鏈路聚合協(xié)議,并設(shè)置端口的LACP端口優(yōu)先級(jí)為4096。

      configure terminal

      lacp system-priority 4096

      interface range gigabitethernet 0/1-3

      lacp port-priority 4096

      port-group 3 mode active

      end

      2)在Ruijie2上設(shè)置系統(tǒng)優(yōu)先級(jí)為61440,在端口Gi 0/1、Gi 0/2、Gi 0/3上啟用動(dòng)態(tài)鏈路聚合協(xié)議,并設(shè)置端口的LACP端口優(yōu)先級(jí)為61440。

      configure terminal

      lacp system-priority 61440

      interface range gigabitethernet 0/1-3

      lacp port-priority 61440

      port-group 3 mode active

      end

      3)驗(yàn)證配置。

      show lacp summary #查看聚合組內(nèi)成員的狀態(tài)。

        本站是提供個(gè)人知識(shí)管理的網(wǎng)絡(luò)存儲(chǔ)空間,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點(diǎn)。請(qǐng)注意甄別內(nèi)容中的聯(lián)系方式、誘導(dǎo)購(gòu)買等信息,謹(jǐn)防詐騙。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊一鍵舉報(bào)。
        轉(zhuǎn)藏 分享 獻(xiàn)花(0

        0條評(píng)論

        發(fā)表

        請(qǐng)遵守用戶 評(píng)論公約

        類似文章 更多