[c-nsp] 7600: "show archive" triggers never ending loop and high CPU

Nick Hilliard nick at foobar.org
Mon Aug 18 09:15:05 EDT 2014


On 18/08/2014 13:51, Grischa Stegemann wrote:
> There seems to be no way to get out of this. Clearing the line (con or
> vty, doesn't matter) is not doing anything. 

Assuming the session is on vty 2, try this command:

Router#show tcp vty 2 | i Foreign
Foreign host: a.b.c.d, Foreign port: xxxxx

This will give you the tcp port of the session (xxxxx).  You can then find
out the TCB ID of this tcp session using the tcp port:

Router#show tcp brief | i xxxxx
0BF3AF80  192.168.1.1.22             a.b.c.d.xxxxx          ESTAB

With this ID, you can clear the raw TCP session:

Router#clear tcp tcb 0BF3AF80

You'll need to confirm whether you want to clear the session.

If this doesn't clear the session and stop the problem, then probably you
will need to reload the router.  I'd recommend doing this in a maintenance
window.  BTW, did you try removing the archive configuration to see if that
helped?

Nick



More information about the cisco-nsp mailing list