【实验】手工负载分担链路聚合

摘要:
[手动负载共享模式]华为接口必须首先初始化hybird接口混合模式[手动静态模式][华为]intEth-Trunk12//创建逻辑接口eth-Trunk12[HW-SW2-eth-Runk12]trunkportGigabitEthernet0/0/5to0/0/0/6//将接口添加到eth-trunkInfo:此操作可能需要几秒钟。很高兴


【手工负载分担模式】

华为接口必须先初始化 hybird口混杂模式下


【手工静态方式】
[Huawei]int Eth-Trunk 12 //创建逻辑接口eth-trunk12
[HW-SW2-Eth-Trunk12]trunkport GigabitEthernet 0/0/5 to 0/0/6 //把接口加入eth-trunk
Info: This operation may take a few seconds. Please wait for a moment...
Error: The port has other configurations. Please clear them first.
The error port is GigabitEthernet0/0/5. //该接口已经有配置存在,请清掉配置!


[HW-SW2]clear configuration int g0/0/5 //接口初始化 接口会被关闭
Warning: All configurations of the interface will be cleared, and its state will be shutdown. Continue? [Y/N] :y
[HW-SW2]clear configuration int g0/0/6
Warning: All configurations of the interface will be cleared, and its state will be shutdown. Continue? [Y/N] :y


[HW-SW2-Eth-Trunk12]trunkport GigabitEthernet 0/0/5 to 0/0/6
Info: This operation may take a few seconds. Please wait for a moment...done.

[HW-SW2-Eth-Trunk12]mode manual load-balance //配置手工负载分担模式链路聚合 但是在dis cu 中不可见 默认模式

【验证】
[HW-SW2-Eth-Trunk12]dis eth-trunk 12
Eth-Trunk12's state information is:
WorkingMode: NORMAL Hash arithmetic: According to SIP-XOR-DIP
Least Active-linknumber: 1 Max Bandwidth-affected-linknumber: 8
Operate status: down Number Of Up Port In Trunk: 0
--------------------------------------------------------------------------------
PortName Status Weight
GigabitEthernet0/0/5 Down 1
GigabitEthernet0/0/6 Down 1


[HW-SW2]display int Eth-Trunk 12
Eth-Trunk12 current state : UP
Line protocol current state : UP
Description:
Switch Port, PVID : 1, Hash arithmetic : According to SIP-XOR-DIP,Maximal BW: 2G, Current BW: 2G, The Maximum Frame Length is 9216
IP Sending Frames' Format is PKTFMT_ETHNT_2, Hardware address is 4c1f-cca0-1ef8
Current system time: 2018-11-26 21:27:57-08:00
Input bandwidth utilization : 0%
Output bandwidth utilization : 0%
-----------------------------------------------------
PortName Status Weight
-----------------------------------------------------
GigabitEthernet0/0/5 UP 1
GigabitEthernet0/0/6 UP 1
-----------------------------------------------------
The Number of Ports in Trunk : 2
The Number of UP Ports in Trunk : 2


[HW-SW2]dis stp brief
MSTID Port Role STP State Protection
0 GigabitEthernet0/0/1 DESI FORWARDING NONE
0 GigabitEthernet0/0/2 DESI FORWARDING NONE
0 Eth-Trunk12 ROOT FORWARDING NONE


【实验】手工负载分担链路聚合第1张


[HW-SW2]dis stp interface Eth-Trunk 12
-------[CIST Global Info][Mode STP]-------
CIST Bridge :4096 .4c1f-cca0-1ef8
Config Times :Hello 2s MaxAge 20s FwDly 15s MaxHop 20
Active Times :Hello 2s MaxAge 20s FwDly 15s MaxHop 20
CIST Root/ERPC :0 .4c1f-ccb7-3b11 / 10000
CIST RegRoot/IRPC :4096 .4c1f-cca0-1ef8 / 0


[HW-SW2]int Eth-Trunk 12 //最后进入eth-trunk口中在配置 和cisco逻辑不一样 思科会直接继承之前的配置 华为要clear 清空接口配置
[HW-SW2-Eth-Trunk12]port link-type trunk
[HW-SW1-Eth-Trunk12]port tr allow-pass vlan all

免责声明:文章转载自《【实验】手工负载分担链路聚合》仅用于学习参考。如对内容有疑问,请及时联系本站处理。

上篇PL2303 Windows8.1驱动基于Jquerymobile实现的支持PC、平板、手机移动设备的web应用程序(C#)下篇

宿迁高防,2C2G15M,22元/月;香港BGP,2C5G5M,25元/月 雨云优惠码:MjYwNzM=

相关文章

postman测试wsdl类型接口

1IP地址来源搜索 WEB 服务 接口信息http://www.webxml.com.cn/WebServices/WeatherWebService.asmx?wsdl 2 设置接口调用地址 3 设置请求方式为post 4打开body编辑器,设置body类型“text/xml” 5设置请求体 6发送请求...

python+unittest+requests实现接口自动化的方法

前言: Requests简介 Requests 是使用Apache2 Licensed许可证的 HTTP 库。用 Python 编写,真正的为人类着想。 Python 标准库中的 urllib2 模块提供了你所需要的大多数 HTTP 功能,但是它的 API 有点落后了。它是为另一个时代、另一个互联网所创建的。它需要巨量的工作,甚至包括各种方法覆盖,来完成最...

JAVA写接口傻瓜(?)教程(一)

当一个安卓开发人员/微信小程序开发者想做点什么的时候,如果他发现没有合适的接口,那么单机安卓、本地数据库emmm。没了接口就好像老人没了拐杖、盲人没了墨镜,完全可以称得上是举步维艰。生活艰难到需要自己写接口了...因为还是比较习惯java语言(虽然python写接口就一行),所以简单介绍一下如何使用java+SQL sever+Tomcat实现接口,输出数...

[Java]重载,重写以及继承,多态的区别

转自:http://android.blog.51cto.com/268543/53181 什么是多态?它的实现机制是什么呢?重载和重写的区别在那里?这就是这一次我们要回顾的四个十分重要的概念:继承、多态、重载和重写。继承(inheritance)简单的说,继承就是在一个现有类型的基础上,通过增加新的方法或者重定义已有方法(下面会讲到,这种方式叫重写)的方...

Java程序执行超时——Future接口介绍

在Java中,如果需要设定代码执行的最长时间,即超时,可以用Java线程池ExecutorService类配合Future接口来实现。 Future接口是Java标准API的一部分,在java.util.concurrent包中。Future接口是Java线程Future模式的实 现,可以来进行异步计算。 Future模式可以这样来描述:我有一个任务,提交...

Eth-Trunk配置-手动模式

手工模式 SW1配置: [SW1]interface et [SW1]interface Eth-Trunk 10 #设置trunk虚拟端口[SW1-Eth-Trunk10]trunkport gi [SW1-Eth-Trunk10]trunkport GigabitEthernet 0/0/1 to 0/0/3 #将1-3物理端口加入trunk虚拟端口...