NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
gorkatjimmies
Jan 11, 2023Aspirant
XS748T - LAG question
I have 2 Link Aggregations set on my switch. One is 2 10Gpbs ports and another is 4. The first connects to a Freenas box and the second to a Linux box. Both boxes have a LAG set up of 2 or 4 ports. They both work but I can not get data transfers in excess of a single port speed. I test with iperf and get basically the full 10Gbps but never more. I am using 802.3ad mode which according to my server documentation should give me faster speeds. I have included a blurb that describes what I expect to happen. I feel like I am missing something here either on the configuration side or on the expectation side. Does this switch support 802.3ad mode?
Mode 4 (802.3ad): This mode creates aggregation groups that share the same speed and duplex settings, and it requires a switch that supports an IEEE 802.3ad dynamic link. Mode 4 uses all interfaces in the active aggregation group. For example, you can aggregate three 1 GB per second (GBPS) ports into a 3 GBPS trunk port. This is equivalent to having one interface with 3 GBPS speed. It provides fault tolerance and load balancing.
Thanks
6 Replies
- Retired_Member
“This is equivalent to having one interface with 3 GBPS speed.”
The above statement is false. Setting up a LAG may increase the bandwidth of a link, but ‘bandwidth’ is not the same as ‘speed’. And, it just may to some degree. It all depends on the load balancing algorithm being employed and the usage of the environment.
Often, only the load balancing algorithm based on the source and destination MAC addresses is employed when selecting the network interface for a transmission. If those addresses do not change, one and the same interface is always used. That’s what happens when you run just a single iperf session. If you set up two parallel iperf sessions using two different PCs communicating with the same server, each session most likely will run at the speed close to 10 Gb/s. Without a LAG, each session would run with the speed close to 500 Mb/s.
Check if the bonding interfaces are active ....
[~] # ifconfig -a | grep bond
...
grab the output using e.g.
cat /proc/net/bonding/bond0
...
cat /proc/net/bonding/bond1
...
- gorkatjimmiesAspirant
Thanks for that. I am struggling to be able to logon to the switch remotely. I have enabled remote admin but cannot get the switch to accept a telnet connection. I'll let you know when I get those commands properly executed.
- The commands show apply to a Linux Binding system, not to the switch.
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!