Description

How to Soft Power cycle the router to install the BOOT FPGA firmware 


The following article explains the method to upgrade the BOOT FPGA firmware without manually power cycling the router.


Firmware upgrade on BOOT FPGA doesn’t require the physical intervention to power cycle the device, rather it can be doable via a CLI command.

 

<-- Firmware upgrade is required for RE BOOT FPGA and BIOS ROM

 


user@router> show system firmware


May 22 11:06:48


Part       Type       Tag Current        Available       Status


                    version        version


PSM 0      Psm MCU AC    1  0212.0214       0212.0214       OK        


PSM 1      Psm MCU AC    1  0212.0214       0212.0214       OK        


RE 0       SSD Primary    0  SBR12050       SBR12050       OK        


RE 0       SSD Secondary   3  SBR12050       SBR12050       OK        


RE 0       BOOT FPGA     6  00.15         00.16         OK        <<<<<<<<<<<<<<<<<<<


RE 0       BIOS ROM     7  28.01         34.03         OK        <<<<<<<<<<<<<<<<<<


CB 0       CONTROLLER FPGA  0  200626.1D       200626.1D       OK        


CB 0       PORT FPGA     1  23          23          OK        


 


<-- Firmware upgraded successfully,


 


user@router> request system firmware upgrade re fpga


May 22 11:07:09


Upgrade initiated. Please check status using show system firmware cmd. When programming finishes for all initiated upgrades, please power cycle system to load/see new version. <<<<<< Says Power cycle the system


 


user@router> request system firmware upgrade re bios  


May 22 11:07:30


Upgrade initiated. Please check status using show system firmware cmd. When programming finishes for all initiated upgrades, please reboot system to load/see new version.


 

<-- Verify the status after installation, and before the power cycle.


user@router> show system firmware            


May 22 11:07:46


Part       Type       Tag Current        Available       Status


                    version        version


PSM 0      Psm MCU AC    1  0212.0214       0212.0214       OK        


PSM 1      Psm MCU AC    1  0212.0214       0212.0214       OK        


RE 0       SSD Primary    0  SBR12050       SBR12050       OK        


RE 0       SSD Secondary   3  SBR12050       SBR12050       OK        


RE 0       BOOT FPGA     6  00.15         00.16         UPGRADED SUCCESSFULLY <<<<<<<<<<<<<<<


RE 0       BIOS ROM     7  28.01         34.03         UPGRADED SUCCESSFULLY


CB 0       CONTROLLER FPGA  0  200626.1D       200626.1D       OK        


CB 0       PORT FPGA     1  23          23          OK        


 


<-- Power cycle the device via CLI command


 


user@router> request node power-cycle re0   <<<<<<<<<


May 22 11:08:38


Power-cycle the node ? [yes,no] (no) yes


May 22 11:08:40


 


                                        


*** Shutdown message for node re0 from root@router***             


                                        


                                        


                                        


Shutdown at Fri May 22 11:08:40 2026


.


 


user@router>                                        


System going down IMMEDIATELY     


 


<-- Verify the reboot reason


 


user@router> show chassis routing-engine


May 22 11:22:57


Routing Engine status:


 Slot 0:


  Current state         Master


  Election priority       Master (default)


  Temperature         35 degrees C / 95 degrees F


  CPU temperature       35 degrees C / 95 degrees F


  DRAM           58652 MB (65536 MB installed)


  Memory utilization     10 percent


  5 sec CPU utilization:


   User            3 percent


   Background         0 percent


   Kernel           1 percent


   Interrupt         0 percent


   Idle           96 percent


  1 min CPU utilization:


   User            3 percent


   Background         0 percent


   Kernel           1 percent


   Interrupt         0 percent


   Idle           37 percent


  5 min CPU utilization:


   User            1 percent


   Background         0 percent


   Kernel           0 percent


   Interrupt         0 percent


   Idle            9 percent


  15 min CPU utilization:


   User            0 percent


   Background         0 percent


   Kernel           0 percent


   Interrupt         0 percent


   Idle            3 percent


  Model             RE-JNP10001-36MR


  Serial ID           BCEH5038


  Start time           2026-05-22 11:21:00 PDT


  Uptime             38 seconds


  Load averages:         1 minute  5 minute 15 minute


                   18.22    8.21    3.07


  Last reboot reason       power cycle, PCH cold reset <<<<<<<<<


 


user@router> #


 


<-- Once the router comes up verify the firmware version


 


user@router> show system firmware


May 22 11:22:46


Part       Type       Tag Current        Available       Status


                    version        version


PSM 0      Psm MCU AC    1  0212.0214       0212.0214       OK        


PSM 1      Psm MCU AC    1  0212.0214       0212.0214       OK        


RE 0       SSD Primary    0  SBR12050       SBR12050       OK        


RE 0       SSD Secondary   3  SBR12050       SBR12050       OK        


RE 0       BOOT FPGA     6  00.16         00.16         OK          <<<<<<<<<<<<<<<<


RE 0       BIOS ROM     7  34.03         34.03         OK         


CB 0       CONTROLLER FPGA  0  200626.1D       200626.1D       OK        


CB 0       PORT FPGA     1  23          23          OK  

Symptoms

BOOT FPGA Firmware shouldn't be installed even though it says installed successfully.

Installs only after power cycle of the router.

Solution

Instead of manual power cycling of the router, soft power cycling is available from the router via the following command

 

request node power-cycle re0  <<<< You can mention re0 or re1 depending on the router. 

Modification History

2026-06-30 : Article Created