正如@Zac67 所说,我曾在这里询问rb750 和 huawei ne20 之间的 LACP
“多个流的吞吐量,而不是单个流的吞吐量”
. 我正在从单一流程进行测试,现在正在工作,但在此之后我遇到了一些事情。
我的新测试是:在 aHuawei Switch s6720
和Mikrotik Rb1100
. 如您所见,在我使用Huawei Ne20
.
我注意到的最大不同是关于单个配置 LACP MODE
## NE20 ##
interface Eth-Trunk1
portswitch
port link-type access
port default vlan 200
mode lacp-static
## Switch S6720 ##
interface Eth-Trunk1
port link-type access
port default vlan 200
mode lacp
显示信息 华为 S6720
Eth-Trunk1 current state : UP
Line protocol current state : UP
Description:
Switch Port, Link-type : access(configured),
PVID : 200, 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 f098-3827-8570
Local:
LAG ID: 1 WorkingMode: LACP
Preempt Delay: Disabled Hash arithmetic: According to SIP-XOR-DIP
System Priority: 32768 System ID: f098-3827-8570
Least Active-linknumber: 1 Max Active-linknumber: 8
Operate status: up Number Of Up Port In Trunk: 2
现在,我想比较一下他们的display Eth-Trunk 1
(S6720 和 Ne20)。上面是s6720,下面是Ne20。
Local:
LAG ID: 1 WorkingMode: STATIC
Preempt Delay: Disabled Hash arithmetic: According to flow
System Priority: 32768 System ID: 487b-6b4a-cc5c
Least Active-linknumber: 1 Max Active-linknumber: 16
Operate status: down Number Of Up Ports In Trunk: 0
Timeout Period: Slow
注意WorkingMode:
一个是Static
,另一个只是LACP
测试 LACP(使用 BTest)
Ne20 聚合:
Mikrotik (A,B,C) 都向 (Mikrotik Port-Aggregation) 发送 1GB。这种情况正在发挥作用。
使用 btest 进行相同测试,但在这种情况下,只有 1GB 即将到来。
我不确定,但我认为问题在于模式应该是“静态”但S6720
不允许这种模式。