Skip to Content.

rare-dev - [rare-dev] iperf3 is working only in one direction

Subject: Rare project developers

List archive


[rare-dev] iperf3 is working only in one direction


Chronological Thread 
  • From: Carmen Misa Moreira <>
  • To: <>
  • Subject: [rare-dev] iperf3 is working only in one direction
  • Date: Wed, 5 Oct 2022 16:53:49 +0200
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 188.184.36.16) smtp.rcpttodomain=lists.geant.org smtp.mailfrom=cern.ch; dmarc=bestguesspass action=none header.from=cern.ch; dkim=none (message not signed); arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=EdL2OXvw+6yjYpz6etkgsPuCAxEgWnKdi8aJxUqi8+w=; b=lfEzQbaP5Q/E4hGUvImyDCKPl1nsoZvD+hEuOeegxIaH0IUEUczZSi05oIWt72er5tLD4ZwhRYN/XKwmkWGOFxfh7zq0y/qTBYVS9IGE+TbQqZwJIlNEAx0mA3iviB7mlFb6AC8fCuhVvrR/h27nVAgZ7bwQqtgGRwnBRL9BACSLtZdfJWodjsXs3mAKBrVtEp33XD+WtuYDAUUx4z/GuQYCgL6sBcq0eprKhzz5RblfLKHvdsmm7dBegS4IBeaQ+44v4+rdqDDFKP0KD5Zg+AUJcUpG79v6qmM+JO/o8lZ75PXK8VAAQogDlOPzxDIAMByE7Fv8tdPvntJ+NsrP1Q==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Ql4yynraH9Jo1IUfYMmoyXeNVZj7dXDeFe2qIQe1tb76TjwDGVRcLlH8FI2mi2Yc0k5ZnCF6AZer7ssnaZQT9bziTf0/wGsszoPjSpmUvSiSor1vO94I3bJTlnwnrahM7Vkpaf688/vrp3l+tn08ZfRTiT2vPF1QV6nCRIUgFssrCzteD0K7B0k4HuJvig+uXeU8pRhV+1Oa88RETQGnla9+Di33p1VSooChLbhCdPhcyBmdPlxDmPmlruAv9YMqJHezNNfm5SDOlBMSSPfIjxCp2V8/HizV3WMhrGTv5k7kEmTWCEw4WGyTLtWrTlvmTd8j7DkzGEAQEIOkVG2t6Q==

Hi,

I'm doing some tests and I can only can generate traffic in way direction and not in the other:

[root@m1~]# iperf3 -c 2001:67c:2c4:1::4

[  5] local 2001:1458:301:cd::100:3d8 port 48550 connected to 2001:67c:2c4:1::4 port 5201
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  5]   0.00-1.00   sec  1.06 GBytes  9.12 Gbits/sec  1370   1.06 MBytes
[  5]   1.00-2.00   sec  1.06 GBytes  9.14 Gbits/sec  188   1.46 MBytes
[  5]   2.00-3.00   sec  1.07 GBytes  9.17 Gbits/sec  374   1.29 MBytes
[  5]   3.00-4.00   sec  1.06 GBytes  9.13 Gbits/sec   24   1.71 MBytes

[root@m1~]# iperf3 -c 2001:67c:2c4:1::4 -R

Connecting to host 2001:67c:2c4:1::4, port 5201
Reverse mode, remote host 2001:67c:2c4:1::4 is sending
[  5] local 2001:1458:301:cd::100:3d8 port 59874 connected to 2001:67c:2c4:1::4 port 5201
[ ID] Interval           Transfer     Bitrate
[  5]   0.00-1.00   sec  0.00 Bytes  0.00 bits/sec
[  5]   1.00-2.00   sec  0.00 Bytes  0.00 bits/sec
[  5]   2.00-3.00   sec  0.00 Bytes  0.00 bits/sec
[  5]   3.00-4.00   sec  0.00 Bytes  0.00 bits/sec

We connected directly to the routers on both sides of the P4 switch so the VLANs don't pass through the P4 switch and iperf3 works in both directions so probably something is going wrong here. Any idea?

We are using pure layer 2 bridges on the P4 switch.

Thanks for your time,

Carmen Misa




Archive powered by MHonArc 2.6.19.

Top of Page