一、Vlan
1.创建vlan
vlan 2
批量创建vlan
vlan batch 10 to 20 (或 1 3 5 7 9)
2.进入端口配置接口类型
interface GigabitEthernet 0/0/1
port link-type trunk / access
port trunk allow-pass vlan 10 / port port default vlan 10
3.创建Eth-trunk
interface Eth-Trunk 1
mode lacp-static (选择聚组工作模式)
trunkport GigabitEthernet 0/0/3 to 0/0/4 (添加接口进入聚合组)