Routing

 View Only
last person joined: 2 days ago 

Ask questions and share experiences about ACX Series, CTP Series, MX Series, PTX Series, SSR Series, JRR Series, and all things routing, including portfolios and protocols.
  • 1.  Can we have console access to a new shipped RE without putting it in chassis

    Posted 02-12-2024 10:27

    Can we have console access to a new shipped RE without putting it in chassis .Idea is to downgrade or upgrade newly shipped RE before putting it in SRX5800 chassis . It will save some of our time during maintenance window. 



    ------------------------------
    SUBHAJIT CHAKRABORTY
    ------------------------------


  • 2.  RE: Can we have console access to a new shipped RE without putting it in chassis

    Posted 02-13-2024 08:54
    1. You do it in a lab similar chassis.
    2.  You apply to local Juniper distributer for leasing chassis.
    3. You do it right in your dual RE chassis with no downtime. 

    A. Do RE as a backup, which you wanna replace (this may cause a pretty small downtime).

    B. Deactivate chasiss redundacy and GRES. 

    Deactivate: 

    system {
        commit synchronize;
    }
    chassis {
        redundancy {
            failover {
                on-loss-of-keepalives;
                on-disk-failure;
            }
            graceful-switchover;
        }
    }
    routing-options {
        nonstop-routing;
    }

    C. Switch off RE, which you are going to replace and then take it out from chassis. 

    D. Insert new RE, turn it on. 

    E. Connect to new RE by console, make a root password, allow root to use ssh or make another super-user, assign IP address on OoB fpx0 interface. 

    F. Connect to new RE by normal cable, copy a Junos to /var/tmp, check MD5 checksum, make an upgrade/downgrade.

    G. At this point both RE have the same version of Junos OS. 

    H. Now you should restore scripts and config on newly added RE, 

    > request system scripts synchronize all 

    before "commit synchronize" from Master RE, better to have minimum configuration on "added" RE like only root password. 

    # commit synchronize 

    K. Acticate chassis redundancy and GRES. 

    WBW, 
    Dmitry 



    ------------------------------
    Dmitry Maksimov
    ------------------------------



  • 3.  RE: Can we have console access to a new shipped RE without putting it in chassis

    Posted 02-14-2024 01:58

    Thank you.



    ------------------------------
    SUBHAJIT CHAKRABORTY
    ------------------------------