JUNOS software Upgrade Redundant Routing Engines
August 31st, 2007
To upgrade Junos on a M-series Juniper with redundant routing engines you do it the following way.
-
Log in to the master Routing Engine.
-
Enter the JUNOS software configuration mode:
-
Disable Routing Engine redundancy.
-
Save the configuration change on both Routing Engines.
-
Log in to the backup Routing Engine.
{master}
marcel@re0.lab2> configure
{master} [edit]
marcel@re0.lab2# delete chassis redundancy
{master} [edit]
marcel@re0.lab2# commit synchronize and-quit
{master}
marcel@re0.lab2> request routing-engine login other routing-engine
{backup}
marcel@re1.lab2> request system software add
/var/home/marcel/jinstall-8.xxx.x-domestic-signed.tgz reboot
-
Switchover to the other Routing Engine to change the role.
{backup}
marcel@re1.lab2> quit
{master}
marcel@re0.lab2> request chassis routing-engine master switch
marcel@re0.lab2>
-
Install the new software version on the Backup Routing Engine.
-
Enable Routing Engine Redundancy again
-
Save the configuration change on both Routing Engines
-
If you are satisfied that the new software is running smoothly
{backup}
marcel@re0.lab2> request system software add
/var/home/marcel/jinstall-8.xxx.x-domestic-signed.tgz reboot
{master}
marcel@re1.lab2> configure
[edit]
marcel@re1.lab2# rollback 1
[edit] marcel@re1.lab2> commit synchronize and-quit
{master}
marcel@re1.lab2> request routing-engine login other routing-engine
{backup}
marcel@re0.lab2> request system snapshot
{backup}
marcel@re0.lab2> quit