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...
Good solutions. Do you know how to work it around on N1000v virtual switch on ESX host server? Because I have both N7K and N1K involved in the forwarding path to NLB servers. N1K also support IGMP, but not sure about "layer2-multicast lookup mac" si...
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...