03-12-2014 03:27 PM - edited 03-07-2019 06:40 PM
Hello,
I have configured 2 Intel nics on a Dell server as a 802.3ad team and I need to configure the switch end too. The ports need to be in VLAN 1028, but I think I have configured this wrong, should it look like this?
interface GigabitEthernet3/0/25
description BACKUPS VLAN 1028
switchport access vlan 1028
flowcontrol receive on
channel-protocol lacp
channel-group 6 mode active
!
interface GigabitEthernet3/0/26
description BACKUPS VLAN 1028
switchport access vlan 1028
flowcontrol receive on
channel-protocol lacp
channel-group 6 mode active
The port channel is created, then I just add the vlan:
interface Port-channel6
switchport access vlan 1028
flowcontrol receive on
Thanks
03-12-2014 07:34 PM
Hi,
Your config looks correct.
do a "show ether-cha summary" to see the ports in this portchannel.
HTH
03-12-2014 11:55 PM
03-13-2014 03:35 AM
Hi
if you use the same addresses and session information, you always hash to the same port in the channel.
Check this link:
http://www.cisco.com/c/en/us/support/docs/lan-switching/etherchannel/12023-4.html
03-13-2014 09:21 AM
Thats not the way etherchannel works . For any given network conversation between client and the server it will flow down a single port in the channel so the max you will ever get for a single conversation is 1 gig . I
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