- "Do I Know This Already?" Quiz
- Foundation Topics: System Impact of Cisco Troubleshooting Tools
- Cisco Routers' Routing Processes and Switching Processes
- Switching in 7000, 7500, 4000, 3000, and 2500 Series Routers
- Handling the Cisco IOS Debug Troubleshooting Tool
- Error Message Logging and Limiting the Display of Error Messages
- Reachability and Step-by-Step Path Tests
- Information Needed by Technical Support
- show version Command
- Buffers and Queues
- show memory Command
- show processes Command
- show controllers cxbus Command
- show stacks Command
- Core Dumps
- Foundation Summary
- Q&A
Foundation Topics: System Impact of Cisco Troubleshooting Tools
After completing the problem definition step, your next step (following the systematic troubleshooting process) is to start gathering detailed facts about the behavior of the devices and protocols of the production network. This task usually entails using several IOS troubleshooting tools and commands. Despite their importance in terms of the valuable information they provide, these tools inevitably utilize some processing cycles and memory of the router. Furthermore, they may disable or at least have a negative effect on some of router's internal (optimized) operations (for example, fast switching).
If you are responsible for fixing a production network's problems, you need to be familiar with troubleshooting tools. In other words, you have to know which tools you need, how to interpret each tool's output, and, very importantly, how to use each tool properly. Proper usage of a tool means that you should use it with appropriate focus and selectiveness, yet to an extent that you will gather the desired information. You must stop using these tools immediately after you attain your objective, thus you should limit the period of time during which these tools are used.
Several of the Cisco IOS show commands display information about the status of the router, its interfaces, and the rate of utilization of router resources. debug is a powerful command for finding out which packets are generated, received, and forwarded by a router. Several parameters of the debug command help focus the output on what you are interested in seeing, and hence give you a great insight on the current events and how the router handles them. But debug lowers a router's performance substantially, and that is why you need to give this command special attention.