Back to Blog
troubleshootingrouterwired networkingmesh wifiadvanced

How to Enable Link Aggregation on Your Router for Faster Wired and Wireless Backhaul

Link aggregation bonds two Ethernet ports into one logical connection, doubling your wired throughput and supercharging mesh backhaul. Here’s how to set it up on ASUS, NETGEAR, and TP-Link routers.

How to Enable Link Aggregation on Your Router for Faster Wired and Wireless Backhaul
8 min read

Link aggregation (LAG) is one of the most underused features in home networking. By bonding two Ethernet ports into a single logical connection using the IEEE 802.3ad standard, you can double wired throughput between your router and a NAS, switch, or mesh node — without replacing any cables. If your router supports it and you’ve never turned it on, you’re leaving free bandwidth on the table.

What Is Link Aggregation?

Link aggregation (also called LAG, LACP, port bonding, or port trunking) combines two or more physical Ethernet ports into one virtual link. The most common setup bonds two 1 Gbps ports to create a 2 Gbps logical connection. This is governed by the IEEE 802.3ad standard, implemented in two modes:

  • Static LAG: Both sides of the link are manually configured to aggregate. Simpler to set up, no negotiation packets required.
  • LACP (Dynamic LAG): Ports exchange Link Aggregation Control Protocol packets to negotiate the bond automatically. More flexible and fault-tolerant — if one port fails, traffic automatically shifts to the remaining port.

Important caveat: LAG does not make a single download faster. A single TCP connection can only use one member link at a time. What it does do is increase aggregate throughput across multiple simultaneous connections — so if three devices are simultaneously pulling from your NAS, the combined traffic can exceed 1 Gbps without any single stream being bottlenecked.

Who Should Enable Link Aggregation?

LAG delivers the biggest gains in specific scenarios:

  • NAS owners: A Synology or QNAP NAS with LAG configured can serve multiple clients above 1 Gbps combined. Both the NAS and the router/switch must support LAG.
  • Wired mesh backhaul: Bonding two ports on the connection between your main router and a satellite node doubles the backhaul capacity — critical if multiple clients on the satellite are simultaneously doing high-bandwidth tasks.
  • Multi-gig internet subscribers: If you have a 2 Gbps or higher internet plan, you can aggregate a WAN port and a LAN port on compatible routers (like the NETGEAR Orbi RBK853) to fully utilize your ISP speed over wired connections.
  • Small home offices: Video editors or developers transferring large files between machines benefit from the added throughput capacity.

Which Routers Support Link Aggregation?

Not all consumer routers offer LAG. Here are confirmed models as of 2026:

  • ASUS: RT-AX88U, RT-AX88U Pro, GT-AX6000, GT-AX11000, ZenWiFi series (check “Switch Control” in LAN settings)
  • NETGEAR: Orbi RBK853, Nighthawk RAX200 — WAN aggregation via LACP using WAN + LAN 1 port
  • TP-Link: Archer AX6000, AX11000, and select Deco BE-series models (LAN 2 and LAN 3 bonded by default)
  • Ubiquiti: UniFi Dream Router and Dream Machine Pro support LACP natively across all LAN ports

Always verify in your router’s spec sheet — even within the same brand, not every model supports LAG. Your NAS or switch on the other end of the cable must also support LAG or LACP for the bond to work.

How to Enable LAG on an ASUS Router

  1. Log into your router admin panel (default: 192.168.1.1 or router.asus.com).
  2. Navigate to LAN > Switch Control.
  3. Find the Bonding / Link Aggregation section and set it to Enable.
  4. Select the ports to bond (typically LAN 3 and LAN 4 on most models).
  5. Choose 802.3ad (LACP) for dynamic mode, or Balance-RR for static load balancing.
  6. Click Apply and wait for the router to reboot.

How to Enable LAG on a NETGEAR Router

  1. Open the NETGEAR admin interface at routerlogin.net.
  2. Go to Advanced > Setup > LAN Setup (or Port Aggregation depending on firmware version).
  3. Select Enable static LAG or Enable LACP.
  4. Ensure the same mode is configured on the device connected to those ports.
  5. Click Apply.

How to Enable LAG on a TP-Link Router

  1. Log in at 192.168.0.1 or via the TP-Link Tether app.
  2. Navigate to Advanced > Network > Link Aggregation.
  3. Enable the Link Aggregation function.
  4. Set the work mode: choose Static LAG with SRC MAC + DST MAC hashing, or LACP Active for dynamic mode.
  5. Select the two LAN ports to aggregate (LAN 2 and LAN 3 are pre-selected on AX6000/AX11000 models).
  6. Click Save.

Wired vs. Wireless Backhaul: Where LAG Fits

In a mesh system, the “backhaul” is how nodes talk to the main router. Wired backhaul via Ethernet is always faster and more stable than wireless backhaul — a single Ethernet cable between nodes frees up radio spectrum entirely for client devices. Adding LAG on top of a wired backhaul connection doubles that capacity to 2 Gbps, which is enough for a satellite node running multiple 4K streams, video calls, and gaming simultaneously.

Wireless backhaul on tri-band or WiFi 6E/7 routers dedicates a separate 5 GHz or 6 GHz radio exclusively to node-to-node communication, keeping it off the bands your devices use. This is a good middle ground when running Ethernet cables between nodes is impractical. For more on backhaul optimization, see our guide on fixing slow mesh WiFi backhaul.

Troubleshooting Link Aggregation

If the bond doesn’t appear to be working after setup, check these common issues:

  • Mode mismatch: Both devices must use the same mode. LACP on the router requires LACP on the NAS/switch; static LAG requires static LAG on both sides.
  • Speed/duplex mismatch: Both aggregated ports must negotiate at the same speed and duplex (both at 1000 Mbps full duplex, for example).
  • Single-connection speed test shows 1 Gbps: This is normal. Run a test with multiple simultaneous clients (e.g., two computers each pulling from the NAS) to see aggregate throughput exceed 1 Gbps.
  • Router reboots or drops the bond: Some ASUS firmware versions have had stability issues with LACP. Check for the latest firmware update via Administration > Firmware Upgrade. Our router firmware update guide walks through the process.

Once LAG is stable, run our speed test from a device directly connected to the bonded NAS or switch to confirm throughput is meeting expectations. If your router doesn’t support LAG but you want multi-gig wired performance, upgrading to a 2.5 GbE router is often the cleaner solution — see our best WiFi routers guide for current picks.

Related Articles