Troubleshooting 101
Troubleshooting CPU
In this example the 5 seconds CPU utilziation is 6%/3% with the first percentage representing total CPU utilization and the second percentage representing interrupt utilization. Interrupt utilization is time spent by the CPU dealing with network packets (data plane). The difference between the 2 numbers is the ammount of time spent by the CPU on dealing with the other processes of the device. An interrupt percentage between 5-10% is acceptable. CPU spikes aren't neceserily bad but constantly keeping a high CPU utilization is a cause of concern.
Troubleshooting memory
I/O memory is the memory used for temporary packet buffering. A device with low free memory can become slow or even reboot.
Troubleshooting interfaces
When troubleshooting interfaces, look for:
MTU
input queue drops - signify that the traffic is dropping because the router is receiving more traffic than it can handle
Output queue drops - these are usuaully a result of congested links
Input errors - these may be result of interface problems, duplex errors, CRC errors
Output errors - these are usually the result of duplex issues
show controllers
command providdes interface hardware statistics and may show different info based on controller type.
Other troubleshooting commands
Last updated