码迷,mamicode.com
首页 > 其他好文 > 详细

实验五:配置Eth-Trunk链路聚合(手工负载分担模式)

时间:2019-12-02 00:35:28      阅读:461      评论:0      收藏:0      [点我收藏+]

标签:备份   ble   ace   stat   负载   val   priority   活动   上线   

1.配置图

技术图片

2.配置命令

LSW1的eth trunk 1配置如下:

配置命令如下:

[S1]Eth-Trunk1

创建Eth-Trunk1端口

[S1-Eth-Trunk1]mode lacp-static

工作模式设为静态模式

[S1-Eth-Trunk1]interface g0/0/1

进入配置g0/0/1端口

[S1-GigabitEthernet0/0/1]eth-trunk 1

g0/0/1加入eth trunk 1

[S1-GigabitEthernet0/0/1]interface g0/0/2

进入配置g0/0/2端口

[S1-GigabitEthernet0/0/2]eth-trunk 1

g0/0/2加入eth trunk 1

[S1- GigabitEthernet0/0/2]interface g0/0/3

进入配置g0/0/3端口

[S1-GigabitEthernet0/0/3]eth-trunk 1

g0/0/3加入eth trunk 1

[S1]interface Eth-Trunk1

进入配置eth trunk1端口

[S1-Eth-Trunk1]max active-linknumber 2

配置活动接口上线阈值为2

[S1-Eth-Trunk1]interface g0/0/1

进入配置g0/0/1端口

[S1-GigabitEthernet0/0/1]lacp priority 100

配置g0/0/1的优先级为100

[S1- GigabitEthernet0/0/1]interface g0/0/2

进入配置g0/0/2端口

[S1-GigabitEthernet0/0/2]lacp priority 100

配置g0/0/2的优先级为100

查看eth trunk的配置如下:

技术图片

LSW2的eth trunk 1配置如下:

配置命令如下:

[S1]Eth-Trunk1

创建Eth-Trunk1端口

[S1-Eth-Trunk1]mode lacp-static

工作模式设为静态模式

[S1-Eth-Trunk1]interface g0/0/1

进入配置g0/0/1端口

[S1-GigabitEthernet0/0/1]eth-trunk 1

g0/0/1加入eth trunk 1

[S1-GigabitEthernet0/0/1]interface g0/0/2

进入配置g0/0/2端口

[S1-GigabitEthernet0/0/2]eth-trunk 1

g0/0/2加入eth trunk 1

[S1- GigabitEthernet0/0/2]interface g0/0/3

进入配置g0/0/3端口

[S1-GigabitEthernet0/0/3]eth-trunk 1

g0/0/3加入eth trunk 1

查看eth trunk的配置如下:

技术图片

3.实验现象

当断开LSW1的g0/0/1端口时,此时备份端口g0/0/3将被启用。

技术图片

实验五:配置Eth-Trunk链路聚合(手工负载分担模式)

标签:备份   ble   ace   stat   负载   val   priority   活动   上线   

原文地址:https://www.cnblogs.com/mrlayfolk/p/11968401.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!