This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Linkaggregation for Cable Modem

Hi There,
I've 2 cable modem (DHCP) with bandwidth 3mbps and 10mbps. I'm trying to aggregate my WAN connection. but after successfully bonded, the speed is not reach for 13mbps. Any clue that might help me for setting link aggregation ?

Many thanks for the help


This thread was automatically locked due to age.
Parents
  • What do you mean Link Aggregation can't be used for that. as far as I know : Link aggregation, which is also known as "port trunking" or "NIC bonding", allows you to aggregate multiple Ethernet network ports into one virtual interface. The aggregated ports appear as a single IP address to your system. Link aggregation is useful to increase the link speed beyond the speed of any one single NIC.

    is very clear that link aggregation is used for adding another NIC to reach maximum speed from two of those NIC.

    Does my acknowledgement is valid ?
  • What do you mean Link Aggregation can't be used for that. as far as I know : Link aggregation, which is also known as "port trunking" or "NIC bonding", allows you to aggregate multiple Ethernet network ports into one virtual interface. The aggregated ports appear as a single IP address to your system. Link aggregation is useful to increase the link speed beyond the speed of any one single NIC.

    Hi sbourne,

    There's an important piece of the puzzle you are missing here. Firstly, Link Aggregation is normally only used between two devices. A server & switch, or a switch & router for example. The Link Aggragation Control Protocol (LACP) (802.1ax) only works between two physical devices, not three as you've setup. Secondly, Link Aggregation can not exceed the speed of a single link for a single stream. Only when you have multiple streams, a file server in an office with multiple clients for example, will the aggregate/combined bandwidth exceed the one link.

    Now for the good news, I'm assuming you're wanting to load balance incoming traffic across both modems. It can be done but will require some tuning on your part.

    Uplink balancing does achieve some measure of downlink balancing as Internet traffic always comes back down the interface the request came up. If you use FTP for example, and the connection is initiated through the 10Mbps Modem, the download will go through that modem.

    First, Setup Uplink Interfaces as Bob Alfson described. After that, look into the Multipath Rules. The Multipath rules will allow you to manually tune the uplink balancing for specific protocols. Using a multipath rule with Interface Persistance set to "By Interface" and selecting the uplink interface you wish to use, you can force certain traffic over certain interfaces.

    Because you can set rules up based on Source, Destination & Service, you can do lots of fun things. [:)] If you have kids you can create a separate internal subnet for their computers and force them over the slower link, or conversely, dedicate one modem to your spouse's PC, improving your WAF considerably as the kids' xbox gaming won't slow her internet.[:D]
Reply
  • What do you mean Link Aggregation can't be used for that. as far as I know : Link aggregation, which is also known as "port trunking" or "NIC bonding", allows you to aggregate multiple Ethernet network ports into one virtual interface. The aggregated ports appear as a single IP address to your system. Link aggregation is useful to increase the link speed beyond the speed of any one single NIC.

    Hi sbourne,

    There's an important piece of the puzzle you are missing here. Firstly, Link Aggregation is normally only used between two devices. A server & switch, or a switch & router for example. The Link Aggragation Control Protocol (LACP) (802.1ax) only works between two physical devices, not three as you've setup. Secondly, Link Aggregation can not exceed the speed of a single link for a single stream. Only when you have multiple streams, a file server in an office with multiple clients for example, will the aggregate/combined bandwidth exceed the one link.

    Now for the good news, I'm assuming you're wanting to load balance incoming traffic across both modems. It can be done but will require some tuning on your part.

    Uplink balancing does achieve some measure of downlink balancing as Internet traffic always comes back down the interface the request came up. If you use FTP for example, and the connection is initiated through the 10Mbps Modem, the download will go through that modem.

    First, Setup Uplink Interfaces as Bob Alfson described. After that, look into the Multipath Rules. The Multipath rules will allow you to manually tune the uplink balancing for specific protocols. Using a multipath rule with Interface Persistance set to "By Interface" and selecting the uplink interface you wish to use, you can force certain traffic over certain interfaces.

    Because you can set rules up based on Source, Destination & Service, you can do lots of fun things. [:)] If you have kids you can create a separate internal subnet for their computers and force them over the slower link, or conversely, dedicate one modem to your spouse's PC, improving your WAF considerably as the kids' xbox gaming won't slow her internet.[:D]
Children
No Data