Home > Juniper, Networking, Work > JUNOS software Upgrade Redundant Routing Engines

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.

  1.  Log in to the master Routing Engine.

  1.  Enter the JUNOS software configuration mode:
  2. 	{master}
    
    	marcel@re0.lab2> configure

  3.  Disable Routing Engine redundancy.
  4. 	{master} [edit]
    
    	marcel@re0.lab2# delete chassis redundancy

  5.  Save the configuration change on both Routing Engines.
  6. 	{master} [edit]
    
    	marcel@re0.lab2# commit synchronize and-quit

  7.  Log in to the backup Routing Engine.
  8.        {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

  1.  Switchover to the other Routing Engine to change the role.
  2.        {backup}
            marcel@re1.lab2> quit

           {master}
           marcel@re0.lab2> request chassis routing-engine master switch
          
          
    marcel@re0.lab2>

  1.  Install the new software version on the Backup Routing Engine.
  2. 	{backup}
    
    	marcel@re0.lab2> request system software add
    
    	/var/home/marcel/jinstall-8.xxx.x-domestic-signed.tgz reboot

  3.  Enable Routing Engine Redundancy again 
  4. 	{master}
    
    	marcel@re1.lab2> configure
    
    	[edit]
    
    	marcel@re1.lab2# rollback 1
    
    

  5.  Save the configuration change on both Routing Engines
  6. 	[edit]	marcel@re1.lab2> commit synchronize and-quit
    
    

  7.  If you are satisfied that the new software is running smoothly

                     {master}

    	marcel@re1.lab2> request routing-engine login other routing-engine
    	{backup}
    
    	marcel@re0.lab2> request system snapshot
    	{backup}
    
    	marcel@re0.lab2> quit

Juniper, Networking, Work

  1. No comments yet.
  1. No trackbacks yet.