10187
Views
0
Helpful
1
Replies
How to restart a process?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 12:10 AM - edited 03-03-2019 11:25 AM
Is is possible to restart a single process (e.g. ospf) other than reload the router?
Labels:
- Labels:
-
Other Routing
1 Reply 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 12:12 AM
You cannot manipulate specific processes directly. However, you can use IOS-provided clear commands e.g.
clear ip ospf process
Alternatively, you can do something like this:
no router ospf
router ospf
....
You simply have to find the commands enabling the process and then delete and re-issue them.
Hope that helps
Paresh.
