08-08-2011 04:13 AM - edited 03-07-2019 01:35 AM
Hi
In my scenarion i need to configure ether channel between servers and switches.
Is it possible to configure multipile ether-channel for the same vlan???
Jsut to confirm do i need to configure anything more than below to configure ether-channel???
int fa0/4
switchport access vlan100
spanning-tree portfast
channel-group 1 mode active
channel-protocol lacp
Thanks
Vipin
08-08-2011 04:50 AM
Hi,
Configuration seems fine. Please note that the speed & Duplex settings should be same on both the ends.
Besides this, We can Configure the EtherChannel load balancing as well.
Switch(config)#port-channel load-balance ?
dst-ip Dst IP Addr
dst-mac Dst Mac Addr
src-dst-ip Src XOR Dst IP Addr
src-dst-mac Src XOR Dst Mac Addr
src-ip Src IP Addr
src-mac Src Mac Addr
Switch(config)#port-channel load-balance src-mac
Switch(config)#
some useful etherchannel commands:
============================
show port channel mod/port
show port channel channel-group
show interfaces etherchannel
show interfaces gig
show etherchannel
show inter port-channel
show interfaces etherchannel
show etherchannel port-channel
Cheers
Somu
Rate this answer if you found the content was useful
08-08-2011 06:03 AM
Hi,
But can i configure multiple ether-channel with the same vlan?
Thanks
Vipin
08-08-2011 06:11 AM
Hi,
I believe it wont be an issue , if we are really sure about the network topology.
Because allowing the same vlan sometimes will result in loops.
We can make the etherchannel as trunk if it is required allowing all the vlans or allowing only the specific vlans.
Switchport trunk
switchport trunk allowed vlan
Cheers
Somu
08-08-2011 06:19 AM
Hello Vipin,
Yes, sure, you can configure multiple Etherchannels for a single VLAN, just as you can use multiple single ports in a single VLAN. You also do not need to worry about loops: as long as you run STP, possible loops are deactivated at the L2 level.
Best regards,
Peter
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