cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2119
Views
0
Helpful
12
Replies

Suspended... Really?

butwhatit
Level 1
Level 1

I have a 2690 stack, with g1/0/49 and g2/0/49 going into port-channel1.  g1/0/50 and 2/0/50 going into port-channel2.  In each case, one of the interfaces is up; however, the second interface is up/down(suspended).  I have verified the configurations on both ends.  The 2960 stack is connecting into a 4503 as a distribution layer switch, with L3 liscensing.  Prior to placing this into a production environment, this setup worked in the lab, which is a controlled environment.  This makes me lean towards the cabling at the site.

2960 switch interface configurations:

interface GigabitEthernet1/0/49
description FRB to DSS1
switchport trunk native vlan 4042
switchport mode trunk
switchport nonegotiate
channel-group 1 mode active
end

interface GigabitEthernet2/0/49
description FBR to DSS1
switchport trunk native vlan 4042
switchport mode trunk
switchport nonegotiate
channel-group 1 mode active
end

interface Port-channel1
description L2 to DSS1
switchport trunk native vlan 4042
switchport mode trunk
switchport nonegotiate
end

4503 switch interface configurations:

interface GigabitEthernet2/6
description trunk to Scrubber Control Bldg
switchport trunk native vlan 4042
switchport trunk allowed vlan 5,300-302,500,600-602,700,701,805,900-902
switchport mode trunk
channel-group 3 mode active
spanning-tree guard root
end

interface GigabitEthernet2/5
description trunk to Scrubber Control Bldg
switchport trunk native vlan 4042
switchport trunk allowed vlan 5,300-302,500,600-602,700,701,805,900-902
switchport mode trunk
channel-group 3 mode active
spanning-tree guard root
end

interface Port-channel3
description L2 to scrubber-control
switchport
switchport trunk native vlan 4042
switchport trunk allowed vlan 5,300-302,500,600-602,700,701,805,900-902
switchport mode trunk
end

Having a second set of eyes may point out some glaring deficiency.  Please let me know if anyone can find anything.  Again, I am personally leaning towards a cabling issue.  The cable guys swear it has to be something in the configuration.

1 Accepted Solution

Accepted Solutions

Daniel McDavid
Level 1
Level 1

I just re-created your scenario and was only able to make it work by blowing away the config and building it back up command by command. Default your physical interfaces and delete the port-channels on both sides. Add the physical interfaces to the port channel and then work inside of po1. Start by setting it up as a trunk, change your native vlan, prune your trunks using allowed vlans, add your guard root, then finally add nonegotiate. Make sure your port-channel stays up the whole time. It will re-negotiate a couple times throughout the process. My configuration did not work when I just slapped in your config. It had to be done in a particular order. Start with the simple stuff, then work your way up.

View solution in original post

12 Replies 12

Gregory Snipes
Level 4
Level 4

The first thing that jumps out at me is the "switchport nonegotiate" being on one side and not the other. That will typically result in a unidirectional link.

In the past, I've had nonegotiate turned up on both ends, but prevented the links from coming up.  If I pull it off the downstream switch, it links up fine.  That was the reasoning for leaving it off.  I've checked the logs for the messages telling me why it went to suspended, but those didn't register in the log, only the protocol down message is there.

What is the physical setup of the layer 1 here, fiber, copper, media converters?

Have you tried removing the nonegotiate from both ends?

it's Mulimode fiber, 50 micron

I have removed it from both sides, reset the interfaces with no change in status.

Daniel McDavid
Level 1
Level 1

I would add 'switchport trunk allowed vlan 5,300-302,500,600-602,700,701,805,900-902' on po1 on the 2960, too.

I was told to remove it because it was a security violation.

Port channels need to have matching native VLANs and allowed VLANs on both sides or you'll end up with suspended members. It has nothing to do with security. Work with whoever told you it was a "security violation" and find out why.

The reasoning is if someone was able to get on the network, they would have the vlan structure from the access layer switch.  My arguement is if we have someone plugged into our switch and they were able to access it we have bigger problems.  So I've added the the "Allowed VLAN" statement on both ends, shut the interfaces, rebuilt the port-channel, and turned the interfaces back up.  I then removed the switch nonegotiate, rinsed and repeated and no change.

Daniel McDavid
Level 1
Level 1

I just re-created your scenario and was only able to make it work by blowing away the config and building it back up command by command. Default your physical interfaces and delete the port-channels on both sides. Add the physical interfaces to the port channel and then work inside of po1. Start by setting it up as a trunk, change your native vlan, prune your trunks using allowed vlans, add your guard root, then finally add nonegotiate. Make sure your port-channel stays up the whole time. It will re-negotiate a couple times throughout the process. My configuration did not work when I just slapped in your config. It had to be done in a particular order. Start with the simple stuff, then work your way up.

Thank you!!!

glen.grant
VIP Alumni
VIP Alumni

  Configs much match on both sides . You manually pruned one side by using the vlans allowed command  so you must do the same on the other side.  Also i would match the spanning tree guard root on both sides. 

Can't do the root guard on both ends.  That won't turn out good.  The access layer will automatically block STP from the upstream.

Review Cisco Networking products for a $25 gift card