cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
246
Views
2
Helpful
4
Replies

Port Channel config on Nexus 9K

jerrypv
Level 1
Level 1

Long time looker, first time poster here,

I'm configuring our new Nexus 9k switches and having some difficulty getting my port channels to configure. 

This is what I am trying to configure:

int port-channel 10
description 9K-P2P-Link
switchport mode trunk
switchport trunk native vlan 100
switchport trunk allowed vlan 10,20,30,40,50,60

I am getting invalids for every command past description 9K-P2P-Link. Any advice would be greatly appreciated!

Jerry 

 

 

1 Accepted Solution

Accepted Solutions

f00z
Level 3
Level 3

It's probably set default to layer3 ports, so the first command you would issue on the port would be 'switchport' 

that converts it to layer2 port and then the other switchport commands will work.

 

View solution in original post

4 Replies 4

f00z
Level 3
Level 3

It's probably set default to layer3 ports, so the first command you would issue on the port would be 'switchport' 

that converts it to layer2 port and then the other switchport commands will work.

 

f00z,

that did it. thanks for the help with my oversight.

Ruben Cocheno
Spotlight
Spotlight

@jerrypv 

Full config here

This is what I am trying to configure:

int port-channel 10
description 9K-P2P-Link
switchport
switchport mode trunk
switchport trunk native vlan 100
switchport trunk allowed vlan 10,20,30,40,50,60

Tag me to follow up.
Please mark it as Helpful and/or Solution Accepted if that is the case. Thanks for making Engineering easy again.
Connect with me for more on Linkedin https://www.linkedin.com/in/rubencocheno/

hey buddy,

adding that switchport in there did the trick.