01-29-2013 12:41 AM - edited 03-07-2019 11:22 AM
Hi all,
I did a two port EtherChannel from a dual-port server (two 1GbE) with a Cisco switch (1GbE ports) and I have the following questions:
1. Will the bandwidth between them become 2Gbps?
2. Are both links active, which means the traffic would be spread accross both link (load balance)
3. What is the MAX number of ports supported in a single EtherChannel?
thank you!
01-29-2013 12:59 AM
Hi,
1. you multiply the bandwidth of the links by the number of links
3. maximum of 8 bundled ports.
Regards.
Alain
Don't forget to rate helpful posts.
01-29-2013 06:12 PM
thank you, cadet alain.
I failed to understand the following statement from the link you provided:
”Because some linecards have a maximum bandwidth capacity toward the backplane, they can limit the aggregate bandwidth of an Etherchannel when all the Etherchannel members belong to the same linecard."
Does the backplane here refer to the linecard backplane, not the switch backplane? Sorry for such a silly question as I'm new to switching technology.
01-29-2013 01:00 AM
Start with the following reading:
http://www.cisco.com/en/US/tech/tk389/tk213/technologies_tech_note09186a0080094714.shtml
1. Will the bandwidth between them become 20Gbps?
with two links of 1 Gig the theoretical maximum bandwidth will be 2 Gig. But that will typically not be achieved due to the load sharing algorithms.
2. Are both links active, which means the traffic would be spread accross both link (load balance)
Yes, all active links will be used if you have enough flows. But keep in mind that one conversation will only be on one link.
3. What is the MAX number of ports supported in a single EtherChannel?
Typically you can have eight active links.
--
Don't stop after you've improved your network! Improve the world by lending money to the working poor:
http://www.kiva.org/invitedby/karsteni
01-29-2013 06:18 PM
thank you, karsten.iwen. By the way, were the two NICs being teamed (NIC teaming) together in such a configuration? I'm thinking how does the server send traffic across both NICs? It shouldn't be controlled by the switch side. Does it mean NIC teaming controlls traffic sending in a load balance way?
Originally, I thought NIC teaming is a different thing from EtherChannel, but in my case, it seems that both NICs were teamed together.
How do you think?
01-29-2013 11:09 PM
EtherChannel is a one-way thing. If you connect a server with two nics to a switch, the server is reponsible for splitting the traffic onto the two links. For that, sometimes an advanced nic-driver has to be installed on the server. This is also named nic-teaming, but it is available in many flavours. Some provide only fault-tolerance and some also load sharing. Look for the terms LACP or 802.1ad on the configuration-guide of your OS.
The same way, the switch is responsible for splitting the traffic that is send to the server. That's done in the local switch-config.
Sent from Cisco Technical Support iPad App
01-29-2013 02:26 AM
For the 1st question: think of it as a highway. The speed of a car (a single data stream) can't be more than the permitted maximum (1 Gbps), but if you have more lanes, more cars can pass by.
Sent from Cisco Technical Support Android App
01-29-2013 06:21 PM
Very interesting analogy. In my case, does it mean that I would have 2 lanes in this EtherChannel. So I would got 2Gbps bandwidth in total in theory?
01-30-2013 12:17 AM
In theory yes, but you need at least two streams and they have to be hashed to a different member of the port channel.
01-30-2013 05:39 PM
I got it, 2Gbps is always there, but whether the entire 2Gbps could be fully utilized depends on the load balancing method.
Thank you, Andras!
01-30-2013 09:49 PM
> but whether the entire 2Gbps could be fully utilized depends on the load balancing method.
and on the amount of flows that can be balanced over the link.
Sent from Cisco Technical Support iPad App
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide