cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
15312
Views
0
Helpful
4
Replies

Kill hung process on IOS XE

Roman Pomazanov
Level 1
Level 1

Hi all

Is there any possibility to reload or kill process in Cisco IOS-XE software?

One of process have very high CPU and looks "hung".

Thanks

4 Replies 4

nspasov
Cisco Employee
Cisco Employee

Have you tried:

show processes >>> This will list all of the running processes and will help you locate the PID of the process that you want to kill

clear socket PID 

I hope this helps!

Thank you for rating helpful posts!

Thank you for rating helpful posts!

Hi, Neno

Thanks for your reply.

But unfortunately there is no such possibility to use clear command

#clear socket 404
           ^
% Invalid input detected at '^' marker.

I use 03.03.03SE installed on Catalyst 3850

Yes I received this error: 

#clear socket 77
There are no open sockets for this process

first try sh sockets and then do clear socket PID that u want to kill from sh socket output.


@khimes wrote:

Yes I received this error: 

#clear socket 77
There are no open sockets for this process