Post date: May 29, 2011 3:48:01 AM
或許有些人有這樣的經驗 不同品牌設定 LACP 無法設定成功。以下是我的經驗與各位分享。
先在介面上面把Tagged 都設定好。然後再啟用 link-agg .把介面都加進去
這樣就比較容易完成
請注意順序歐
另外 2018年有人跟CISCO設備對接 然後 怎樣 LACP 都起不來 而且 Display link-agg summary 介面都是 U.. un select...
花很久找不到問題
後來檢查 Cisco 端與 HPE 10500交換器兩邊的配置...發現 介面上面 多了tagged 一個 VLAN 1.
Cisco 設備發現 VLAN 1 過去 自己啟動 STP保護 把介面disable ...
所以 提醒一下各位
建立LACP 的時候 要確定 那些VLAN要通過...那些不能通過 配置上 一定要再三確認...
祝各位網路暢行無阻
Config Sample ...
Comware mode通常設定成 Dynamic
請注意如果要跟 ProVision 交換器對接的時候 請注意 要使用下列模式
Comware static / ProCurve lacp static active
Comware 5 configuration sample
interface Bridge-Aggregation1
port link-type trunk
port trunk permit vlan all
interface GigabitEthernet1/0/1
port link-type trunk
port trunk permit vlan all
poe enable
port link-aggregation group 1
#
interface GigabitEthernet1/0/2
port link-type trunk
port trunk permit vlan all
poe enable
sflow counter interval 5
port link-aggregation group 1
ProCurve setting sample
trunk B1,D1 trk1 lacp
interface B1
lacp static passive
exit
interface D1
lacp static passive
exit