05-15-2019 12:21 PM
I am looking at a production switch that has several port-channels configured, almost one of which have descriptions.
I know what individual interface I am want to edit, but I don't know which group it is a member of.
Is there a command that will show me what interfaces belong to what channel groups? Similar to show vlan?
Solved! Go to Solution.
05-15-2019 12:25 PM - edited 05-15-2019 12:26 PM
You can use "sh etherchannel summary" or you can just look at the physical interface configuration and look for the "channel-group <number> ...." command where the number is port channel interface number.
Be careful of editing individual interfaces in the etherchannel, there are quite a few settings that must match and if you changed one of them the port could drop out of the etherchannel.
The recommendation is to modify the port channel interface and the change is propagated to the individual links.
Jon
05-15-2019 12:25 PM - edited 05-15-2019 12:26 PM
You can use "sh etherchannel summary" or you can just look at the physical interface configuration and look for the "channel-group <number> ...." command where the number is port channel interface number.
Be careful of editing individual interfaces in the etherchannel, there are quite a few settings that must match and if you changed one of them the port could drop out of the etherchannel.
The recommendation is to modify the port channel interface and the change is propagated to the individual links.
Jon
05-15-2019 12:28 PM
Thanks, that's exactly what I'm looking for.
I am editing the portchannel config and not the individual interfaces. Luckily it threw an error saying I was not allowed to edit the individual interface because of the group membership.
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