思科交換機與H3C交換機端口聚合配置網絡
1、網絡環境ide
本網絡是3臺交換機作端口聚合的配置spa
網絡環境:H3C_A交換機<----------------->H3C_B交換機<----- ----------------------->cisco(3560)交換機ci
H3C_B交換機作爲中心交換機it
因爲帶寬須要,加上該9樓上了不少美國著名的avocentKVM的監控設備,須要很大的帶寬,所以作了4組的端口鏈路聚合的須要io
所以如下配置命令class
一、H3C_A的配置以下:(動態鏈路聚合,LACP默認啓動)監控
[H3C_A]sys配置
[H3C_A]int bridge-aggregation 1channel
[H3C_A]link-aggregation mode dynamil
[H3C_A]int giabthernet1/0/26
[H3C_A_giabthernet1/0/26]duplex full
[H3C_A_giabthernet1/0/26]speed 1000
[H3C_A_giabthernet1/0/26]port link-type trunk
[H3C_A_giabthernet1/0/26]port trunk permit vlan all
所以,其它三個端口都是同樣,如以上配置就能夠了,同時H3C_B也是一樣如H3C_A的配置同樣,配好了,檢查下端口的問題。
二、思科的配置
[cisco]int port-channel 2
[cisco]swit trunk encapsulation dot1q
[cisco]swit mode trunk
[cisco]swit trunk allowed vlan all
[cisco]進入端口模式配置
[cisco]int gig0/19
[cisco]duplex full
[cisco]speed 1000
[cisco]swit trun encapsulation dot1q
[cisco]swit mode trunk
[cisco]swit trunk allowed vlan all
[cisco]channel-group 2 mode active
其它的端口一樣的配置
配置好了
在H3C交換機用 dis link-aggregation summary查看信息
同時,在思科交換機用show ethernetchannel summary查看信息
最後通過上面的配置,端口聚合就能夠通了,之後能夠幫到你們。