华三静态链路聚合配置

配置

注意顺序不能乱!

## 查看当前有哪些组
[new_dw]dis interface brief | incl BAG
BAGG88               UP   2G(a)   F(a)   T    1    


# 创建一个组
[new_dw]int Bridge-Aggregation 77

# 去找接口里面将接口入加入到组
interface GigabitEthernet1/0/47
port link-aggregation group 77

# 再进入接口组进行配置
[new_dw]int Bridge-Aggregation 77
port link-type trunk
undo port trunk permit vlan 1
port trunk permit vlan 5 100 200

查看

# 查看协商速度,发现是2G,我们是两个接口聚合,所以2G是正常的;
[new_dw]dis interface Bridge-Aggregation 77 brief 
Brief information on interfaces in bridge mode:
Link: ADM - administratively down; Stby - standby
Speed: (a) - auto
Duplex: (a)/A - auto; H - half; F - full
Type: A - access; T - trunk; H - hybrid
Interface            Link Speed   Duplex Type PVID Description                
BAGG77               UP   2G(a)   F(a)   T    1  

值得一提的时候,有一次和浪潮的服务器对接着,聚合时需要调整聚合方式的版本或方式