cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
42981
Views
5
Helpful
2
Replies

How to remove or delete port-channel on a Nexus 7000

rfuentes1111
Level 1
Level 1

Hi Team,

Can someone help I need to remove or delete a Port-channel on a Nexus 7000 and create a new one how can i accomplish this fi you can help thank you.

1 Accepted Solution

Accepted Solutions

Reza Sharifi
Hall of Fame
Hall of Fame

Hi,

Try this command:

example:

no interface port-channel 20

Than create a new one by simply adding the physical interfaces to it

example:

inter e1/1

channel-group 30 mode active

this is if you want to run LACP.

after this, issue "no sh" under interface po30.

HTH

View solution in original post

2 Replies 2

Reza Sharifi
Hall of Fame
Hall of Fame

Hi,

Try this command:

example:

no interface port-channel 20

Than create a new one by simply adding the physical interfaces to it

example:

inter e1/1

channel-group 30 mode active

this is if you want to run LACP.

after this, issue "no sh" under interface po30.

HTH

I will try that thank you for your help.