01-25-2020 02:50 PM
Hello. I'm still relatively new to this, so please forgive me if this is a dumb question. I tried googling this but cannot figure it out. I wanted to see debugging in action on my Cisco Router (1841) so I turned icmp debugging on. Then I used windows command prompt to run a continuous ping (ping -t). I am seeing the debugging log spit out a new line every second now, as expected. But how can I stop it? I thought CTRL-Shift-6 or CTRL-Shift-6 and then "x" is supposed to stop the outputs from coming, but none of these are working for me. As it stands, it won't give me time to even press any command. Clearly I could just stop the continuous ping from windows command prompt, but there has to be a way in IOS for me to stop the outputs. Please help!
Thank you,
01-25-2020 03:26 PM
01-25-2020 04:07 PM
#un al (blind command you won't be able to view)
if you are too many messages coming in, wait for some time or type for a couple of sometimes.
if you have started debug in the busiest box in the network, you might have locked up already(i do not believe the above command works), the only option you have to reload here. ( only after issuing that command 3 or 4 times un all, then stop then you do not have any option here)
01-26-2020 02:40 AM
Hello
if you debugs are preventing you from turning of debug then Disable-uplug it's connected interface.
01-26-2020 03:08 PM
There are some things that we do not know about your situation and so are limited in giving appropriate advice. As a start, how are you connected to the router? Is this a console connection or is this a telnet/SSH connection? Managing debug output on a console connection is a bit more of a challenge and so I would suggest that you use telnet/SSH to do your debug and manage the output.
If this is a console connection I would offer this suggestion about how to manage your debug output:
- enter the command undebug all (or perhaps no debug all)
- hit enter (the command executes but has no real effect)
- enter your debug command (command executes and debug output begins)
- watch some of the debug output
- hit the up arrow 2 times and then hit enter (it brings up the undebug all command and executes it)
- debug output ceases (it may take a little time for the console to catch up with this)
- your are back to a normal operating environment and can examine your debug output that should be in the screen buffer.
If you are going to use telnet/SSH connection I would offer this suggestion about how to manage your debug output:
- establish 2 telnet/SSH sessions to the router.
- on the first session use the terminal monitor command to see output as it occurs
- on the second session enter the debug command
- let enough debug output accumulate on the first session
- on the second session enter the command undebug all
HTH
Rick
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide