Avatar of jbla9028
jbla9028
Flag for United States of America asked on

VMWare -Cisco physical switch configuration for etherchannel

i have a dell R710 connected via dual 10Gbps connections to a Cisco nexus 5548 switch. I am trying to configure the switch to use both 10Gbps ports in a port channel. when I apply the port-group 204 command on both the end ports, I lose connectivity to the host. What am I missing or could it be something on the vSwitch?


interface Ethernet1/23
  description HostA-10gig01
  switchport mode trunk
  switchport trunk native vlan 999
  switchport trunk allowed vlan 1-3,107-108,126
  spanning-tree port type edge
  flowcontrol receive on
  flowcontrol send on

interface Ethernet1/24
  description HostA-10gig02
  switchport mode trunk
  switchport trunk native vlan 999
  switchport trunk allowed vlan 1-3,107-108,126
  spanning-tree port type edge
  flowcontrol receive on
  flowcontrol send on


!Command: show running-config interface port-channel204
!Time: Sun Jan 12 23:42:53 2014


interface port-channel204
  description HostA-10Gig
  switchport mode trunk
  switchport trunk native vlan 999
  switchport trunk allowed vlan 1-3,107-108,126
  spanning-tree port type edge trunk
  flowcontrol receive on
  flowcontrol send on
VMwareVirtualizationSwitches / HubsDell

Avatar of undefined
Last Comment
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
jbla9028

ASKER
I found my problem. I copied the configuration off of my production nexus 1000v. When I did this I included the line on my system uplink port.


channel-group auto mode on mac-pinning


In my enviornment I am only connecting to 1 switch (redundant switch is not there yet). This command is only used on VPCs from what I understand to tell the 1000v to pin the mac to a specific port rather than balancing traffic between ports.  We enabled this setting on the individual ports and the uplink port-profile. both ports then were allowed to be channeled.


channel-group auto mode on
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)

ha ha, missing config, it happens!, glad you found your issue!
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes