10-23-2014 08:40 AM - edited 03-07-2019 09:13 PM
I configured my Nexus 5000 ports as so
Int Eth1000/1/48
switchport mode trunk
switchport trunk allowed vlan 8
speed 1000
channel-group 7 mode active
int Po7
switchport mode trunk
spanning tree port type edge trunk
switchport trunk allowed vlan 8
vpc7
speed 1000
I configured my 3650 as so:
int Gig0/23
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 8
switchport mode trunk
speed 1000
channel-group 1 mode active
Port channel 1
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 8
switchport mode trunk
speed 1000
My link between the two switches still does not work. I did a sho log and go the Following errors %ETHPORT-3-IF_ERROR_VLANS_SUSPENDED:VLAN 8 on Interface port channe7 are being suspended. (Reason: Peer does not have corresponding vPC).
I do not get that on my link to the 3750 from to the Nexus 5K but I do from the 3650? Any reasons why?
BTW when I removed the vPC it brought the line down not take away the error.
Solved! Go to Solution.
10-23-2014 10:53 AM
You cannot plug a switch into a fex. That's your problem.
10-23-2014 08:49 AM
Hi,
I would check both Nexus switches to ensure Port channel 7 is created and the "vpc 7" command is present.
Can you please post the output of show vpc from each switch?
Thanks.
10-23-2014 10:07 AM
On vPC 7 I get the error Failed Peer does not have corresponding vPC. There is not vPC set up on the second switch. When I remove the line goes down.
10-23-2014 10:19 AM
Is the 3560 connected to both Nexus switches or only one? If the 3560 is only connected to one Nexus 5K and is only connected via a single uplink then you do not need the "vpc 7" command on the port-channel. You should just configure it as a normal port-channel.
If the 3560 is connected to both Nexus 5K, you need to create the port-channel with "vpc 7" command on both Nexus 5K.
Can you provide a diagram of how the switches are connected if the above does not make sense?
10-23-2014 08:55 AM
If you are connecting one 5k to one 3560 then there is no need for VPC.
Also, not that it should matter but can you make the Portchannel Id on the 3560 the same as the 5k (po7)
So you only have one link in the Portchannel?
HTH
10-23-2014 10:16 AM
When I remove the vPC It shuts the channel-group down due to a BPDUguard which should not be coming from the 3560 because I have already done spanning-tree vlan 8 priority 61440.
10-23-2014 10:25 AM
You have the port type setup as an edge trunk device. Set the spanning-tree port type to be "normal". I'm guessing you have bpduguard on globally.
int po7
no spanning-tree port type edge trunk
spanning-tree port type normal
10-23-2014 10:51 AM
I get command not supported on a fex port when I do spanning-tree port type normal
10-23-2014 10:53 AM
You cannot plug a switch into a fex. That's your problem.
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