I'm installing a new server that has 4 gig ports and want to take advantage of port aggregation. I've configured the Broadcom software on the server to use all nics on one team.
Host
Team Type 802.3 ad
Offload Capabilites LSO, CO, RSS
On the switch I run these commands.
interface port-channel 1
description Server1_link_aggregation
exit
interface ethernet 3/g11
channel-group 1 mode on
exit
interface ethernet 3/g15
channel-group 1 mode on
exit
interface ethernet 3/g35
channel-group 1 mode on
exit
interface ethernet 3/g37
channel-group 1 mode on
exit
As soon as I run the commands, I can no longer ping the server.
Any ideas about I'm doing wrong?