02-01-2015 03:32 AM - edited 03-07-2019 10:27 PM
I recently joined a company as a network engineer, most of the networking task has been implemented by previous employee. I'm looking into configuration of the network. lots of portchannel is being already implemented.
I'm looking for a command to see the whole properties of a specific portchannel for instance vlan membership, speed, mode etc...
02-01-2015 03:53 AM
This should help you out.
CF
02-01-2015 04:41 AM
If you want to see vlan membership then -
"sh int trunk po<x>"
although to be honest it's just as easy to look at config ie. if the "switchport trunk allowed vlan ..." command has been used that will tell which vlans are allowed across the link.
If there is no such command then all vlans are allowed by default.
Jon
02-01-2015 10:24 AM
Hi Rahmat
You can try the following commands
show run interface portchannel <x> where x is the channell group ID
or
sh interface portchannel <x> where x is the channell group ID
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