------------恢复内容开始------------
1.eth-trunk 是什么
*链路 聚合技术
2.做什么用的
*作为一种链路捆绑技术,可以把多个独立物理接口绑定在一起,作为一个大带宽的逻辑接口使用
3.有什么优点
*增加设备之间的互联带宽
*增加设备之间的可靠性
*对流量负载均衡,提高链路利用率
4.配置方式
*静态手动配置
*动态LACP配置 【老机器可能没有这功能,只能静态配置】
5.静态配置案例
要求增加一条物理链路,增加互联带宽
*创建VLAN 10 20,配置基础命令将 交换机连接pc的线路配置为access ,并加入对应VLAN 【前面介绍VLAN的随笔里有详细操作流程】
*创建链路捆绑,静态手动配置
s1]interface Eth-Trunk 1 创建链路 1
[s1-Eth-Trunk1]mode manual load-balance 链路·捆绑· 负载均衡
[s1-Eth-Trunk1]trunkport GigabitEthernet 0/0/1 加入捆绑链路。。。。
Info: This operation may take a few seconds. Please wait for a moment...done.
[s1-Eth-Trunk1]trunkport GigabitEthernet 0/0/2
Info: This operation may take a few seconds. Please wait for a moment...done.
[s1-Eth-Trunk1]port link-type trunk
[s1-Eth-Trunk1]port trunk allow-pass vlan all
[s2]interface Eth-Trunk 2
[s2-Eth-Trunk2]mode manual load-balance
[s2-Eth-Trunk2]trunkport GigabitEthernet 0/0/1
Info: This operation may take a few seconds. Please wait for a moment...done.
[s2-Eth-Trunk2]trunkport GigabitEthernet 0/0/2
Info: This operation may take a few seconds. Please wait for a moment...done.
[s2-Eth-Trunk2]port link-type trunk
[s2-Eth-Trunk2]port trunk allow-pass vlan all
*验证命令:[s1]display eth-trunk 1