cancel
Showing results for 
Search instead for 
Did you mean: 

Equivalent (or better) command to Cisco show interface summary

EkimNosrednaASM
New Contributor II

Hey Everyone, I'm looking for an equivalent command line command to the Sho Int Summ from Cisco Switches, the closest thing I've found is Sho Stat which gives a table of statistics for each ethernet interface with the packets and errors in and out.

What I'm really looking for is the bits per second or the port utilization for all ports on the switch preferably in a table.

I have a webpage I wrote for executing cisco commands we commonly use for troubleshooting/configuration and now that we have some more Ruckus Switches, I'm updating it because the vSZ interface takes a little too long to update sometimes and doesn't get you all of the information I have setup on this page.

1 ACCEPTED SOLUTION

I would do the same as you basically. Information is also in 'show stat eth x/y/z' or 'show stat unit <id>' as well. If you feel very strongly about a new command, you could open a Request For Enhancement (RFE) through your account team. 

 

Ben Beck, RCNA, RCNI, Principal Technical Support Engineer
support.ruckuswireless.com/contact-us

View solution in original post

3 REPLIES 3

EkimNosrednaASM
New Contributor II

Quick update, I cheated for now and am running "sho int | include protocol|utiliz"

This gets me a very long list on a single switch of each port with it's utilizations and bit rate. Just wish I could find a command that had those in a table already...

I would do the same as you basically. Information is also in 'show stat eth x/y/z' or 'show stat unit <id>' as well. If you feel very strongly about a new command, you could open a Request For Enhancement (RFE) through your account team. 

 

Ben Beck, RCNA, RCNI, Principal Technical Support Engineer
support.ruckuswireless.com/contact-us

Good to know thanks for the idea.