[Contents] [Prev] [Next] [Index] [Report an Error]

Downloading Software

You can download the software in one of two ways: downloading the file in a browser or using FTP on the command line:

Downloading Software with a Browser

You download the software package you need from the Juniper Networks Support Web site at http://www.juniper.net/support/.

Note: To access the download section, you must have a service contract and an access account. If you need help obtaining an account, complete the registration form at the Juniper Networks Web site: https://www.juniper.net/registration/Register.jsp.

To download the software:

  1. In a browser, go to http://www.juniper.net/support/.

    The Support page opens.

  2. In the Download Software section, select the software version to download.

    Depending on your location, select JUNOS Canada and US, or JUNOS Worldwide.

  3. Select the current release to download.
  4. Click the Software tab and select the JUNOS Installation Package to download.

    A dialog box opens.

  5. Save the file to your system. If you are placing the file on a remote system, you must make sure that the file can be accessible by the router using the HTTP, FTP, or SCP protocol.

Downloading Software Using the Command-Line Interface

You download the software package you need from the Juniper Networks Support Web site at http://www.juniper.net/support/.

Note: To access the download section, you must have a service contract and an access account. If you need help obtaining an account, complete the registration form at the Juniper Networks Web site: https://www.juniper.net/registration/Register.jsp.

To download the software:

  1. On the command line, initiate an FTP session with the server ftp.juniper.net:
    ftp ftp.juniper.net
    
  2. Log in with your customer support–supplied username and password:
    User <black.juniper.net:<none>>: username
    
    331 Password required for username.
    Password: password

    Once validated, the FTP session opens.

  3. Navigate to the correct software directory.

    The FTP server software download structure is as follows:

    /volume/download/docroot/software/<version>/<release>
    

    Available directories include:

  4. Set the file transfer mode to binary:
    bin
    
    Type set to 1.
  5. Specify the directory in which you wish to place the file.

    On Juniper Networks servers running the JUNOS operating system, installation files are typically placed in the /var/tmp directory. If you are placing the file on a remote system, you must make sure that the file can be accessed by the router using HTTP, FTP, or SCP.

    lcd /var/tmp
    
    Local directory now /var/tmp.
  6. Download the installation file:
    get <filename>
    
  7. Close the FTP session:
    bye
    
    Goodbye.

[Contents] [Prev] [Next] [Index] [Report an Error]