cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
898
Views
0
Helpful
5
Replies

removing vpc

toolshed1
Level 1
Level 1

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

 

5 Replies 5

balaji.bandi
Hall of Fame
Hall of Fame

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.

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Thank you.

Should i still do "no vpc 1 " on po1 interface after shutting it down and prior to defaulting physical interfaces?

This will be orphan link? I.e. connect to only one NSK?

MHM

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.

 

Richard W. Pidcock

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

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Review Cisco Networking for a $25 gift card