cancel
Showing results for 
Search instead for 
Did you mean: 

command to find all active ports & their state

command to find all active ports & their state

Chris_Forbes
New Contributor
I am looking for a way to find all the active ports and their states on a couple stacks. Does anyone know of a command I can run to get that from the stacks?

Thanks
10 REPLIES 10

eyeV
New Contributor III
Sorry for waiting. I've got it from Drew.

Drew_C
Valued Contributor III
If you have input, we'll take it! I've got the translation file (in .json format) that I'll email you directly, eyeV.
Thanks!

The UI was translated in-house by a native speaker, but that doesn't mean it's perfect! If you would like to let us know what is inaccurate, I can pass the corrections on to the developers. You can email me https://mailto:internalinfodev@extremenetworks.com?subject=For Christina M - Chalet translation corrections. Thanks!

eyeV
New Contributor III
Interesting thing!

But when I enable Russian language.. Translation is pretty ugly and a bit funny. ) I really can improve it if you want. Although a few people would use it.

Stephane_Grosj1
Extreme Employee
You could optimize Drew's command that way:

VM1.3 # sh port config no-refresh | inc " A "
1 VPN-Green E A ON AUTO 100 AUTO FULL NONE UTP
2 VPN-Blue E A ON AUTO 100 AUTO FULL NONE UTP
3 VR-Default E A ON AUTO 100 AUTO FULL NONE UTP
4 VR-Default E A ON AUTO 100 AUTO FULL NONE UTP
VM1.4 #
That could be easily turned into a small script to have fancy output or extract what you really want to see, maybe with some other details from the list of port you find.
GTM-P2G8KFN