Changed port link speed to 1G FDX and U7 Pro XG connection issues disappeared.
Cable swap did not solve the issue.
This means there is an issue either within UCG Fiber (software or POE+ port) or U7 Pro XG (software or 10G port).*
https://community.ui.com/questions/...o-2-5GbE/af53b148-b666-4239-a2e0-6a2ec989a1f2
Not to beat a dead horse, but I'm also having the same problem with my U7 Pro XGS (Firmware Version 8.4.6 / Network 10.0.162). Like everyone else, manually negotiating at 1 Gbps FDX completely resolves the issue. I can also confirm that manually configuring the switchport to 2.5 Gbps FDX (as opposed to auto-negotiate) doesn't help. I originally had this connected to my USW-24-PoE and it worked well considering all ports are 1 GbE. I then recently purchased a USW-Flex-2.5G 8 PoE and proceeded to spend two full evenings racking my brain trying to figure out what the issue was. Pretty damn irritating. I'm glad to know there's a workaround of some sort, but this is certainly not acceptable.
Definitely seems like a firmware/driver issue with the 10GbE port.
I wonder if it also struggles with a 10GbE link. I assume it works perfectly fine with 10Gbps and 1Gbps but has issues with 2.5Gbps and 5Gbps.
Sucks for me because I've spent a lot of money to build out a 2.5g network.
-----
1G FDX is still enough for me, just that it sux to know 2.5G compatibility issue existed. I still need to buy the 10G POE++ injector and pair it with the 10G RJ45 port on UCG-Fiber.
*This looks similar to
Realtek's issues with 2.5Gbe.
1. Realtek NIC Driver Limitations
Realtek’s Windows 11 drivers struggle with full-size Ethernet frames (MTU 1500), especially during high-throughput uploads.
Symptoms include TCP retransmissions, QUIC anomalies, and malformed packets observed in Wireshark.
These issues are exacerbated by offloading features like Large Send Offload and Checksum Offload, which misreport packet boundaries or delay ACKs (I already had these disabled).
2. Windows 11 Network Stack Regression
Windows 11 introduced changes to congestion control, flow scheduling, and offload handling that affect Realtek NICs disproportionately.
Uploads stall or throttle when NICs fail to negotiate clean MTU boundaries or misalign TCP segments.
VPNs like NordLynx bypass this by enforcing a tunnel MTU (e.g. 1420), avoiding fragmentation and offload conflicts.
3. MTU Mismatch and Fragmentation
Desktop NIC was using MTU 1500 by default, but couldn’t reliably transmit full-size packets.
Router and wireless clients handled 1500 MTU perfectly, confirming the issue was not router-induced.
Manual reduction to MTU 1400 resolved fragmentation and retransmission, restoring full upload speed.