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

request node (offline | online) (Junos OS Evolved)

date_range 23-Jan-24

Syntax

content_copy zoom_out_map
request node (offline | online) node-name

Description

Use this command to change the node status to offline or online.

  • To add a node to the system, set the node status to online.

  • To remove a node from the system, set the node status to offline.

    You can use the offline option to stop all applications on the node and move them to other nodes if applicable. The node is not allowed to join the system until the node is brought online using the request node online command.

    Note:

    We do not recommend leaving the secondary Routing Engine offline for a long period of time, because the secondary Routing Engine is not available as a backup in case something happens to the primary Routing Engine.

    When you use the request node offline command for FPC nodes, the node is powered off. When used for a Routing Engine node, the node is powered off.

Options

node-name

Specify the node name for the Routing Engine or the FPC. You can take the primary Routing Engine (re0) offline. The backup or secondary node is re1. You can not specify this command for a device that supports only one Routing Engine.

(offline | online)

Change the node status to online or offline. When you specify the online option, the node reboots, which can take a few minutes.

Required Privilege Level

view

Sample Output

request node offline re1

content_copy zoom_out_map
user@host-re0> request node offline re1
This may take a few minutes. Offline the node ? [yes,no] (no) yes

Node re1 is set to be offline

request node online re1

content_copy zoom_out_map
user@host-re0> request node online re1
This may take a few minutes. Online the node ? [yes,no] (no) yes

Node re1 is set to be online

Release Information

Statement introduced in Junos OS Evolved Release 18.3R1.

footer-navigation