Eth-Trunk 配置实例学习记录

本文涉及的产品
传统型负载均衡 CLB,每月750个小时 15LCU
EMR Serverless StarRocks,5000CU*H 48000GB*H
网络型负载均衡 NLB,每月750个小时 15LCU
简介: Eth-Trunk 配置实例

Eth-Trunk 配置实例

Eth-Trunk 通过将多条以太网物理链路捆绑在一起成为一条逻辑链路,从而实现增加链路带宽的目的。捆绑在一起的链路通过相互间的动态备份,可以有效地提高链路的可靠性。


1、实验目标

交换机 SW1 和 SW2 通过聚合端口相连,它们分别由两个物理端口聚合而成,聚合后的端口模式为 Trunk ,承载 VLAN 10 和 VLAN 20 。通过端口聚合的配置实现相同 VLAN 中的 PC 互通,不同的 VLAN 中的 PC 相互隔离。


2、网络拓扑图

注:PC的IP地址、子网掩码及网关,点击PC进入自行配置
1.jpeg


3、配置步骤

(1)创建 Eth-Trunk 端口

注:如果本端设备接口加入了 Eth-Trunk ,与该接口直连的对端接口也必须加入 Eth-Trunk ,两端才能正常通信。
SW1:

<Huawei>system-view  //进入系统视图
[Huawei]sysname SW1  //重命名设备
[SW1]interface eth-trunk 1  //创建 ID 为 1 的 Eth-Trunk 接口
[SW1-Eth-Trunk1]trunkport Ethernet 0/0/3 to 0/0/4  //在 Eth-Trunk1 接口中加入 Ethernet 0/0/3 到 0/0/4 两个成员接口
[SW1-Eth-Trunk1]quit

SW2:

<Huawei>system-view  //进入系统视图
[Huawei]sysname SW2  //重命名设备
[SW2]interface eth-trunk 1  //创建 ID 为 1 的 Eth-Trunk 接口
[SW2-Eth-Trunk1]trunkport Ethernet 0/0/3 to 0/0/4  //在 Eth-Trunk1 接口中加入 Ethernet 0/0/3 到 0/0/4 两个成员接口
[SW2-Eth-Trunk1]quit

(2)创建VLAN并将接口加入VLAN

SW1:

[SW1]vlan batch 10 20
[SW1]interface Ethernet0/0/1
[SW1-Ethernet0/0/1]port link-type access  //配置本端口为access端口
[SW1-Ethernet0/0/1]port default vlan 10  //把端口添加到vlan 10
[SW1-Ethernet0/0/1]quit 
[SW1]interface Ethernet0/0/2
[SW1-Ethernet0/0/2]port link-type access  //配置本端口为access端口
[SW1-Ethernet0/0/2]port default vlan 20  //把端口添加到vlan 20
[SW1-Ethernet0/0/2]quit

SW2:

[SW2]vlan batch 10 20
[SW2]interface Ethernet0/0/1
[SW2-Ethernet0/0/1]port link-type access  //配置本端口为access端口
[SW2-Ethernet0/0/1]port default vlan 10  //把端口添加到vlan 10
[SW2-Ethernet0/0/1]quit
[SW2]interface Ethernet0/0/2
[SW2-Ethernet0/0/2]port link-type access  //配置本端口为access端口
[SW2-Ethernet0/0/2]port default vlan 20  //把端口添加到vlan 20
[SW2-Ethernet0/0/2]quit

(3)配置 Eth-Trunk1 接口允许 VLAN 10 和 VLAN 20 通过

SW1:

[SW1]interface eth-trunk 1
[SW1-Eth-Trunk1]port link-type trunk  //配置本端口为trunk端口    
[SW1-Eth-Trunk1]port trunk allow-pass vlan 10 20  //本端口允许vlan 10、vlan 20通过

SW2:

[SW2]interface eth-trunk 1
[SW2-Eth-Trunk1]port link-type trunk  //配置本端口为trunk端口    
[SW2-Eth-Trunk1]port trunk allow-pass vlan 10 20  //本端口允许vlan 10、vlan 20通过

(4)配置 Eth-Trunk1 的负载分担方式

SW1:

[SW1-Eth-Trunk1]load-balance src-dst-mac  //配置 Eth-Trunk1 基于源MAC地址与目的MAC地址进行负载分担 
[SW1-Eth-Trunk1]quit

SW2:

[SW2-Eth-Trunk1]load-balance src-dst-mac  //配置 Eth-Trunk1 基于源MAC地址与目的MAC地址进行负载分担 
[SW2-Eth-Trunk1]quit

4、测试

(1)查看聚合组

SW1:

[SW1]display eth-trunk 1
Eth-Trunk1's state information is:
WorkingMode: NORMAL         Hash arithmetic: According to SA-XOR-DA           
Least Active-linknumber: 1  Max Bandwidth-affected-linknumber: 8              
Operate status: up          Number Of Up Port In Trunk: 2                     
--------------------------------------------------------------------------------
PortName                      Status      Weight 
Ethernet0/0/3                 Up          1      
Ethernet0/0/4                 Up          1   

SW2:

[SW2]display eth-trunk 1
Eth-Trunk1's state information is:
WorkingMode: NORMAL         Hash arithmetic: According to SA-XOR-DA           
Least Active-linknumber: 1  Max Bandwidth-affected-linknumber: 8              
Operate status: up          Number Of Up Port In Trunk: 2                     
--------------------------------------------------------------------------------
PortName                      Status      Weight 
Ethernet0/0/3                 Up          1      
Ethernet0/0/4                 Up          1   

(2)测试联通性

用 PC1 去 ping PC3 的 IP 地址(同一 VLAN ),发现已经可以通了
2.jpeg

用 PC2 去 ping PC4 的 IP 地址(同一 VLAN ),发现已经可以通了
3.jpeg

用 PC1 去 ping PC2 或 PC4 的 IP 地址(不同 VLAN ),发现不可以通,因为它们之间相互隔离
4.jpeg

用 PC1 去 ping PC2 或 PC4 的 IP 地址(不同 VLAN ),发现不可以通,因为它们之间相互隔离
5.jpeg


5、小结

Eth-Trunk主要有以下优势:

  • 增加带宽:链路聚合接口的最大带宽可以达到各成员接口带宽之和。
  • 提高可靠性:当某条活动链路出现故障时,流量可以切换到其他可用的成员链路上,从而提高链路聚合接口的可靠性。
  • 负载分担:在一个链路聚合组内,可以实现在各成员活动链路上的负载分担。
  • 应用简单:Eth-trunk的作用域仅在相邻设备之间,和整个网络结构无关,应用更简单。
相关实践学习
SLB负载均衡实践
本场景通过使用阿里云负载均衡 SLB 以及对负载均衡 SLB 后端服务器 ECS 的权重进行修改,快速解决服务器响应速度慢的问题
负载均衡入门与产品使用指南
负载均衡(Server Load Balancer)是对多台云服务器进行流量分发的负载均衡服务,可以通过流量分发扩展应用系统对外的服务能力,通过消除单点故障提升应用系统的可用性。 本课程主要介绍负载均衡的相关技术以及阿里云负载均衡产品的使用方法。
相关文章
|
网络虚拟化 网络架构
华三vlan配置和 trunk实验配置
华三vlan配置和 trunk实验配置
1007 0
华三vlan配置和 trunk实验配置
|
4月前
|
域名解析 网络协议 Linux
linux网络-- 手动配置ip地址
linux网络-- 手动配置ip地址
|
5月前
|
负载均衡 网络协议 算法
网卡设置 多网卡的7种bond模式原理
网卡设置 多网卡的7种bond模式原理
93 0
|
网络虚拟化
|
网络架构
|
Linux Shell
【Linux网络配置实战】服务器Network静态路由配置
【Linux网络配置实战】服务器Network静态路由配置
485 1
|
网络协议 算法