02-07-2024 12:22 PM
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
Solved! Go to Solution.
02-07-2024 01:32 PM
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.
02-07-2024 01:32 PM
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.
02-08-2024 04:41 AM
f00z,
that did it. thanks for the help with my oversight.
02-08-2024 04:17 AM
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
02-08-2024 04:51 AM
hey buddy,
adding that switchport in there did the trick.
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