Junos OS

last person joined: 7 days ago 

Ask questions and share experiences about Junos OS.
  • 1.  Copy file from RE0 to RE1

    Posted 02-17-2009 14:24
    I want to copy the jinstall file to the drive on RE1. I have it on the RE0 drive. How do I copy it?


  • 2.  RE: Copy file from RE0 to RE1
    Best Answer

    Posted 02-17-2009 14:41

    Nevermind. I called and got the command.

     

    From RE0 :

    file copy /tmp/filename re1:/tmp/

     



  • 3.  RE: Copy file from RE0 to RE1

    Posted 02-02-2018 20:42

     

    Hello all,

    here is the correct command

     Copying from RE0 to RE1

    file copy /var/tmp/jinstall64-15.1R6.7-domestic-signed.tgz re1:/var/tmp/jinstall64-15.1R6.7-domestic-signed.tgz

    copying from RE1 to RE0

    file copy /var/tmp/jinstall64-15.1R6.7-domestic-signed.tgz re0:/var/tmp/jinstall64-15.1R6.7-domestic-signed.tgz

     

    Using  jinstall64-15.1R6.7-domestic-signed.tgz as a reference image. you can change yours to the intending image.