09-02-2011 04:13 PM
I'm trying to connect a pair of Nexus 5532UP's, with vPC, to a Nexus 1000v. I'm running 4.2.1.SV1.4a. When I add the server's physical NICs to the dVS in vCenter, they fail to come up on the VSM and report link down (NoPortProfile). If I take "channel-group auto mode active" out of the port-profile, or use "mode on" the links come up, but I want to use vPC on the Nexus 5k's.
'show run port-profile uplinks':
port-profile type ethernet uplinks
vmware port-group
switchport mode trunk
switchport trunk allowed vlan 12,13,14,15
channel-group auto mode active
no shutdown
system vlan 12,13,14,15
state enabled
'show accounting log':
Thu Sep 1 22:17:57 2011:update:ppm.7239:admin:configure terminal ; interface Ethernet3/5, Ethernet3/7 ; channel-group auto mode active (FAILURE)
(the rest of the config in the port-profile report "SUCCESS" in the log)
So, what's the problem? What should I look at next? Downgrading the 1000v software?
Solved! Go to Solution.
09-03-2011 05:19 AM
have found something like this in your infrastructure ?
# VSM configuration feature lacp lacp offload
port-channel load-balance ethernet source-mac port-profile type ethernet system-uplink
vmware port-group switchport mode trunk switchport trunk allowed vlan 100, 101, 102, 103, 200 - 300 channel-group auto mode active no shutdown system vlan 100,101,102,103 state enabled
# Nexus 5k/7k switches #1 & #2 configuration interface port-channel1000
switchport mode trunk vpc 1000 switchport trunk allowed vlan 100-103,200-300 spanning-tree port type edge trunk spanning-tree bpduguard enable spanning-tree bpdufilter enable
! interface Ethernet1/11
feature lacp lacp offload
description ESX-Host1 switchport mode trunk switchport trunk allowed vlan 100-103,200-300 spanning-tree port type edge trunk spanning-tree bpduguard enable spanning-tree bpdufilter enable channel-group 1000 mode active
09-03-2011 05:19 AM
have found something like this in your infrastructure ?
# VSM configuration feature lacp lacp offload
port-channel load-balance ethernet source-mac port-profile type ethernet system-uplink
vmware port-group switchport mode trunk switchport trunk allowed vlan 100, 101, 102, 103, 200 - 300 channel-group auto mode active no shutdown system vlan 100,101,102,103 state enabled
# Nexus 5k/7k switches #1 & #2 configuration interface port-channel1000
switchport mode trunk vpc 1000 switchport trunk allowed vlan 100-103,200-300 spanning-tree port type edge trunk spanning-tree bpduguard enable spanning-tree bpdufilter enable
! interface Ethernet1/11
feature lacp lacp offload
description ESX-Host1 switchport mode trunk switchport trunk allowed vlan 100-103,200-300 spanning-tree port type edge trunk spanning-tree bpduguard enable spanning-tree bpdufilter enable channel-group 1000 mode active
09-03-2011 08:22 PM
Ah, so feature commands aren't unique to the hardware models.
'feature lacp' was missing. Thanks.
Sent from Cisco Technical Support iPhone App
09-10-2011 08:48 AM
Above content was sourced from https://supportforums.cisco.com/docs/DOC-18222
10-16-2012 02:06 PM
After enabling lacp feature, I had to re-apply the port-profile using "no shut" command on each interafce.
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