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

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配置

整体架构图 

最近更新

  1. TCP协议是安全的吗?

    2024-01-05 19:38:01       18 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-01-05 19:38:01       19 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-01-05 19:38:01       18 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-01-05 19:38:01       20 阅读

热门阅读

  1. python中的//

    2024-01-05 19:38:01       34 阅读
  2. leetcode28. 找出字符串中第一个匹配项的下标

    2024-01-05 19:38:01       35 阅读
  3. 如何用Rust编程访问未知结构的json串?

    2024-01-05 19:38:01       42 阅读
  4. 我的 2023,一个普通程序员的年度回顾

    2024-01-05 19:38:01       36 阅读
  5. LeetCode第98题 - 有效的括号

    2024-01-05 19:38:01       40 阅读
  6. (一)为什么要选择C++

    2024-01-05 19:38:01       34 阅读
  7. Linux 系统 find 命令详解

    2024-01-05 19:38:01       35 阅读