Link Aggregation
Trying to setup and test Link Aggregation on a local network using a Mac Mini (2012) with built-in ethernet and a Thunderbolt to Ethernet Adapter. I'm also using a Netgear GS108T switch that supports Link Aggregation.
Link Aggregation setup pages from the netgear switch:
According to System Preferences, the Link Aggregation is setup correctly.
My understanding of Link Aggregation is that when multiple clients send or request data, it will split across the multiple connections (in my test case, sending a 4GB file from two separate machines). But this simply is not happening. Each client is uploading at roughly 55MB/s vs the theoretical 125MB/s. When one of the clients uploads by itself, it reaches ~112MB/s. Without the ethernet bond set up and using individual IPs (for the ethernet and TB->Ethernet adapter) on another switch with both clients uploading at the same time, it reaches combined speeds of 230MB/s since they are each using their own IP address.
Is my thought process on how link aggregation completely wrong, or am I just not setting things up correctly?