Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I just find there is no "Crypto key generate" command line in my Catalyst4506-E with cat4500e-universal.SPA.03.01.01.SG.150-1.XO1.bin image. Is there any other command I can use to enable ssh access? I just get confused, this command is always able t...
Hi AlanjbrownActually I got inspired from your command "show int | in ^Ethernet|^Vlan|^port-channel|rate | ex seconds" . I don't understand why cisco will take "show int summary" away in Nexus. it is quite useful command for troubleshoot and I use th...
I use two comand line to achieve the similar resulte as "show int summary" although it is not so convenient. hope it is helpful for you.show int | grep line-number rate | ex output | sort -k 6nr | head lines 10 -------sort by rate in desce...