当前位置: 首页 > news >正文

华为配置手工负载分担模式链路聚合实验

目录

组网需求

配置思路

操作步骤

配置文件


组网图形

图1 配置手工负载分担模式链路聚合组网图

  • 组网需求
  • 配置思路
  • 操作步骤
  • 配置文件

组网需求

如图1所示,AC1和AC2通过以太链路分别都连接VLAN10和VLAN20,且AC1和AC2之间有较大的数据流量。

用户希望AC1和AC2之间能够提供较大的链路带宽来使相同VLAN间互相通信。同时用户也希望能够提供一定的冗余度,保证数据传输和链路的可靠性。

配置思路

采用如下的思路配置负载分担链路聚合:

  1. 创建Eth-Trunk接口并加入成员接口,实现增加链路带宽。

    接口缺省都加入了VLAN1,因此加入Eth-Trunk前建议先将接口从VLAN1中退出或将接口Shutdown,避免出现广播风暴。

  2. 创建VLAN并将接口加入VLAN。

  3. 配置负载分担方式,实现流量在Eth-Trunk各成员接口间的负载分担,增加可靠性。

操作步骤
  1. 在AC1创建Eth-Trunk接口并加入成员接口。AC2配置与AC1类似,不再赘述。

    <HUAWEI> system-view
    [HUAWEI] sysname AC1
    [AC1] interface Eth-Trunk1
    [AC1-Eth-Trunk1] trunkport gigabitethernet 0/0/1 to 0/0/3
    [AC1-Eth-Trunk1] quit

  2. 创建VLAN并将接口加入VLAN。AC2配置与AC1类似,不再赘述。

    # 创建VLAN10和VLAN20并分别加入接口。[AC1] vlan batch 10 20
    [AC1] interface gigabitethernet 0/0/4
    [AC1-GigabitEthernet0/0/4] port link-type trunk
    [AC1-GigabitEthernet0/0/4] port trunk allow-pass vlan 10
    [AC1-GigabitEthernet0/0/4] quit
    [AC1] interface gigabitethernet 0/0/5
    [AC1-GigabitEthernet0/0/5] port link-type trunk
    [AC1-GigabitEthernet0/0/5] port trunk allow-pass vlan 20
    [AC1-GigabitEthernet0/0/5] quit# 配置Eth-Trunk1接口允许VLAN10和VLAN20通过。[AC1] interface Eth-Trunk1
    [AC1-Eth-Trunk1] port link-type trunk
    [AC1-Eth-Trunk1] port trunk allow-pass vlan 10 20

  3. 配置Eth-Trunk1的负载分担方式。AC2配置与AC1类似,不再赘述。
    
    [AC1-Eth-Trunk1] load-balance src-dst-mac
    [AC1-Eth-Trunk1] quit

  4. 验证配置结果

    在任意视图下执行display eth-trunk 1命令,检查Eth-Trunk是否创建成功,及成员接口是否正确加入。[AC1] display eth-trunk 1
    Eth-Trunk1's state information is: 
    WorkingMode: NORMAL         Hash arithmetic: According to src-dst-mac            
    Least Active-linknumber: 1  Max Bandwidth-affected-linknumber: 8                
    Operate status: up          Number Of Up Port In Trunk: 3
    --------------------------------------------------------------------------------
    PortName                      Status      Weight
    GigabitEthernet0/0/1          Up          1
    GigabitEthernet0/0/2          Up          1
    GigabitEthernet0/0/3          Up          1

    从以上信息看出Eth-Trunk 1中包含3个成员接口GigabitEthernet0/0/1、GigabitEthernet0/0/2和GigabitEthernet0/0/3。成员接口的状态都为Up。

配置文件
  • AC1的配置文件#
    sysname AC1
    #
    vlan batch 10 20
    # 
    interface Eth-Trunk1port link-type trunk port trunk allow-pass vlan 10 20load-balance src-dst-mac 
    # 
    interface GigabitEthernet0/0/1 eth-trunk 1
    # 
    interface GigabitEthernet0/0/2 eth-trunk 1
    # 
    interface GigabitEthernet0/0/3 eth-trunk 1
    #
    interface GigabitEthernet0/0/4 port link-type trunk port trunk allow-pass vlan 10
    #
    interface GigabitEthernet0/0/5 port link-type trunk port trunk allow-pass vlan 20
    #
    return
    AC2的配置文件#
    sysname AC2
    #
    vlan batch 10 20
    # 
    interface Eth-Trunk1port link-type trunk port trunk allow-pass vlan 10 20load-balance src-dst-mac 
    # 
    interface GigabitEthernet0/0/1 eth-trunk 1
    # 
    interface GigabitEthernet0/0/2 eth-trunk 1
    # 
    interface GigabitEthernet0/0/3 eth-trunk 1
    #
    interface GigabitEthernet0/0/4 port link-type trunk port trunk allow-pass vlan 10
    #
    interface GigabitEthernet0/0/5 port link-type trunk port trunk allow-pass vlan 20
    #
    return


http://www.mrgr.cn/news/61085.html

相关文章:

  • 111111
  • 【MySQL】 运维篇—备份与恢复:使用mysqldump进行数据库备份与恢复
  • 云生X易搭云 | 打造全流程透明化法务工作平台
  • SpringBoot技术构建的商场应急响应系统
  • DDIM扩散模型的加速采样(去噪)算法 Denoising Diffusion Implicit Models
  • 商场应急决策支持系统:SpringBoot技术解析
  • 【单机游戏】大富翁游戏攻略
  • Redis-概念、安装、基本配置
  • Docker-在Centos中部署Shell脚本获取镜像并构建容器
  • Vue.js组件开发【基础开发步骤 + 实践】
  • SQL类型转换
  • ssm006基于java的少儿编程网上报名系统(论文+源码)_kaic
  • shodan-5
  • 【Spring面试题】
  • 【linux】fdisk磁盘分区管理
  • RHCE: 例行性工作 at 与 cron
  • Hypermesh如何批量重命名component
  • MNIST 数据集的CSV的格式的使用(ANN)
  • Linux信号
  • CSP-J2024入门级T3:小木棍