华为交换机ETH-TRUNK链路聚合lacp模式与手工模式

发布时间:2024年01月05日

SW1配置如下


vlan batch 10

interface Eth-Trunk1
?port link-type trunk
?port trunk allow-pass vlan 10
?mode lacp-static          #手工模式删除改行
?max active-linknumber 2   #手工模式删除改行
 trunkport GigabitEthernet 0/0/1 to 0/0/2

#配置为主设备(修改优先级),默认为32768 
lacp priority 30000         #手工模式删除该行

interface GigabitEthernet0/0/3
 port link-type access
 port default vlan 10

SW2 配置如下?


vlan batch 10

interface Eth-Trunk1
?port link-type trunk
?port trunk allow-pass vlan 10
?mode lacp-static
?max active-linknumber 2
 trunkport GigabitEthernet 0/0/1 to 0/0/2

interface GigabitEthernet0/0/3
 port link-type access
 port default vlan 10

PC1 配置?

PC2配置

整体架构图?

文章来源:https://blog.csdn.net/qq_24037197/article/details/135416184
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。