Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

processes

date_range 20-Nov-23

Syntax

content_copy zoom_out_map
processes {
    process-name (enable | disable) failover (alternate-media | other-routing-engine);
    timeout seconds;
}

Hierarchy Level

content_copy zoom_out_map
[edit system]

Description

Configure which Junos OS processes are running on the router or switch.

CAUTION:

Never disable any of the software processes unless instructed to do so by a customer support engineer.

Default

All processes are enabled by default.

Options

(enable | disable)

(Optional) Enable or disable a specified process.

failover (alternate-media | other-routing-engine)

(Optional) For routers or switches with redundant Routing Engines only, switch to backup media if a process fails repeatedly. If a process fails four times within 30 seconds, the router or switch reboots from the alternate media or the other Routing Engine.

process-name

One of the valid process names. You can obtain a complete list of process names by using the CLI command completion feature. After specifying a process name, command completion also indicates any additional options for that process.

timeout seconds

(Optional) How often the system checks the watchdog timer, in seconds. If the watchdog timer has not been checked in the specified number of seconds, the system reloads. If you set the time value too low, it is possible for the system to reboot immediately after it loads.

  • Values: 15, 60, or 180

  • Default: 180 seconds (rounded up to 291 seconds by the Junos kernel)

Required Privilege Level

system—To view this statement in the configuration.

system-control—To add this statement to the configuration.

Release Information

Statement introduced before Junos OS Release 7.4.

footer-navigation