Junos OS

last person joined: 7 days ago 

Ask questions and share experiences about Junos OS.
  • 1.  Automatic configuration BACKUP of j4350,M10i

    Posted 09-13-2010 08:08

    Hi,

     

    i am handling more than 100 routers. i am not able to take backup of all router timely... Can anybody help me.....

     

    i want to take configuration backup automatically... please help me so that i can get proper backup on time.

     

     



  • 2.  RE: Automatic configuration BACKUP of j4350,M10i
    Best Answer

    Posted 09-13-2010 09:15

    a couple of good commands are as follows:

     

    1- To save a copy of the configs remotely each time you commit them:

    routername# set archival configuration transfer-on-commit

    routername# set archival configuration archive sites ftp://loginname:loginpass@servername-ip/directory

     

    2- To save a copy of the configs at a specified time

    routername# set archival configuration transfer-interval 1440 (Value is in minutes 1440 = 24 hours)

    routername# set archival configuration archive sites ftp://loginname:loginpass@servername-ip/directory



  • 3.  RE: Automatic configuration BACKUP of j4350,M10i

    Posted 09-18-2010 04:40

    hi, I am trying to run these commands on j4350 and m10i but it is not working.....i am using IOS 8.5



  • 4.  RE: Automatic configuration BACKUP of j4350,M10i

    Posted 09-19-2010 15:28

    If memory serves the integrated archival option only stores one configuration file.  If you're looking to store a history I'd suggest looking elsewhere for utilities such as RANCID.

     

    mawr



  • 5.  RE: Automatic configuration BACKUP of j4350,M10i

    Posted 09-20-2010 10:44

    sorry - there was a syntax error - the archival commands are part of the system tree - so the commands should read:

     

    set system archival........



  • 6.  RE: Automatic configuration BACKUP of j4350,M10i

    Posted 01-15-2011 21:25

    Thanks dear...



  • 7.  RE: Automatic configuration BACKUP of j4350,M10i

    Posted 01-14-2015 02:17

    minimum transfer interval is 15 minutes and max is 2 days,

     

     

    [edit]
    mmalik@srx1# set system archival configuration transfer-interval 10
                                                                     ^
    Value 10 is not within range (15..2880) at '10'

     

     

    [edit]
    mmalik@srx1# set system archival configuration transfer-interval 43200
                                                                     ^
    Value 43200 is not within range (15..2880) at '43200'