Junos OS

 View Only
last person joined: 2 days ago 

Ask questions and share experiences about Junos OS.
  • 1.  Routing-Engine Replacement with Different JunOS Version

    Posted 05-24-2017 11:25

    Can I type "commit synchronize" on different JunOS version in Routing-Engines?

     

    I need to replace both Routing-Engines (RMA) and have 2 ways:

     

    1 - Replace the RE-Backup, copy /config/juniper.conf.gz and load replace it on this RE after upgrade it;

    (repeat this process on other RE after performing a switchover);

     

    2 - Insert the new RE-Backup and perform a commit synchronize (JunOS will be different versions);

    (after it, perform the properly upgrades);

     

    Tks,

     

    Leandro


    #routing-engine
    #replacement


  • 2.  RE: Routing-Engine Replacement with Different JunOS Version
    Best Answer

    Posted 05-25-2017 19:59

    Hi,

     

    You can do a "commit synchronize" on router having both REs on different version, but it is not recommended. The 1st option which you listed is much safer. You can save the configuration on Master RE in a file and then insert the new Backup RE and copy the config file from Master RE to Backup RE something like this:

     

    file copy /var/tmp/currentconfig.tx re1:/var/tmp/

     

    assuming re1 is backup RE.

     

    Also important point to note is, when you are performing RE replacements, it is always recommended to deactivate graceful-switchover and nonstop-routing when both REs are on different Junos versions.

     

    Hope this helps.

     

    --------------------------------------------------------------------------------------------------------
    If this post was helpful, please mark this post as an "Accepted Solution".
    Kudos are always appreciated!
    --------------------------------------------------------------------------------------------------------