02-21-2024 02:52 PM
i currently have port-channel with 2 interfaces as members. I would like to dissolve that so interfaces will become individual trunks
Would it be enough for me to go under po1 and do "no vpc 1 ", or would i need to go under gi1/1/1 and gi2/1/1 and do "no channel-group 1 mode active"
int po1
switchport mode trunk
vpc 1
int gi1/1/1
switchport mode trunk
channel-group 1 mode active
int gi2/1/1
switchport mode trunk
channel-group 1 mode active
02-21-2024 03:22 PM
i suggest to follow below steps :
int po1 (shutdown)
Then default the interfaces gi1/1/1 and gi2/1/1
then configure fresh config on the interface what ever you like to trunk or access so on.
02-22-2024 05:18 AM
Thank you.
Should i still do "no vpc 1 " on po1 interface after shutting it down and prior to defaulting physical interfaces?
02-22-2024 05:28 AM
This will be orphan link? I.e. connect to only one NSK?
MHM
02-22-2024 05:51 AM
If your intent is to completely remove Port-channel 1, I would delete the Port-channel 1 (no interface port-channel 1) interface after shutting it down and reconfiguring the Gi1/1/1 and Gi2/1/1. If you are not using the VPC it is not needed.
02-22-2024 06:47 AM
Should i still do "no vpc 1 " on po1 interface after shutting it down and prior to defaulting physical interfaces?
once the ports are removed and defaulted as mentioned above stepts.
if you do not need port-channel 1 - then i simple remove - no interface po 1
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