05-08-2013 10:44 AM - edited 03-07-2019 01:15 PM
Hi,
What configuration is needed to implment Etherchannel between two switches in a rapid spanning tree environment? Any examples/links appreciated.
Is the best load balancing algo dest-ip for this scenario?
One side is root bridge/core switch and other side is access switch both running 12.2 latest IOS.
Thanks.
Solved! Go to Solution.
05-08-2013 11:24 AM
Hi,
Just add the physical posts to the portchannel. In this example, I am using LACP, so one side is active and the other side is passive. You can also use PAGP or mode on. If your access switches are 3560 or 3750 series, the default for load balancing is source-destination MAC. You can just use the default.
example
core switch
inter gi1/1
channel-group 10 mode active
inter gi1/2
channel-group 10 mode active
inter po10
switchport
switchport trunk enca dot
switch port mode trunk
no sh
access switch
inter gi1/1
channel-group 10 mode passive
inter gi1/2
channel-group 10 mode passive
inter po10
switchport
switchport trunk enca dot
switch port mode trunk
no sh
HTH
05-08-2013 11:34 AM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
Is the best load balancing algo dest-ip for this scenario?
That depends. What you want is the best mix for the traffic crossing the link. If all/most traffic was going to the same host, dest-ip would direct all that traffic to the same physical link. If your platform supports it, balancing that uses both src and dest generally results in better "randomization" of traffic across the Etherchannel.
05-08-2013 11:24 AM
Hi,
Just add the physical posts to the portchannel. In this example, I am using LACP, so one side is active and the other side is passive. You can also use PAGP or mode on. If your access switches are 3560 or 3750 series, the default for load balancing is source-destination MAC. You can just use the default.
example
core switch
inter gi1/1
channel-group 10 mode active
inter gi1/2
channel-group 10 mode active
inter po10
switchport
switchport trunk enca dot
switch port mode trunk
no sh
access switch
inter gi1/1
channel-group 10 mode passive
inter gi1/2
channel-group 10 mode passive
inter po10
switchport
switchport trunk enca dot
switch port mode trunk
no sh
HTH
05-08-2013 11:47 AM
Thanks for your reply. Sorry if I was vague about the example.
My question really was how does an etherchannel configuration inform spanning tree that it is permissible to have multiple active redundant links between the two switches?
My impression was you had to configure that also in addtion to a standard EC setup as you have provided.
Thanks.
05-08-2013 12:05 PM
You don't need to configure spanning tree specifically for the Portchannel. STP looks at the Portchannel bundle as one logical link. The STP cost will change as you add more physical link to the Portchannel. For example: if you have one gig link in the Portchannel the cost is 4, when you add a second link the cost will change to 3, with 3 gig port the cost will be 2 and so on.....
HTH
05-10-2013 03:37 PM
Can UDLD be used with Etherchannel?
05-08-2013 11:34 AM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
Is the best load balancing algo dest-ip for this scenario?
That depends. What you want is the best mix for the traffic crossing the link. If all/most traffic was going to the same host, dest-ip would direct all that traffic to the same physical link. If your platform supports it, balancing that uses both src and dest generally results in better "randomization" of traffic across the Etherchannel.
05-08-2013 11:50 AM
Thanks. Seems to agree with this post also.
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