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:
- In a browser, go to http://www.juniper.net/support/.
The Support page opens.
- In the Download Software section, select the software
version to download.
Depending on your location, select JUNOS Canada and US, or JUNOS Worldwide.
- Select the current release to download.
- Click the Software tab and select the JUNOS Installation
Package to download.
A dialog box opens.
- 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 HTTP, FTP, or scp.
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:
- On the command line, initiate an FTP session with the
server ftp.juniper.net:
ftp ftp.juniper.net
- Log in with your customer support–supplied username
and password:
User <black.juniper.net:<none>>: username
331 Password required for username.
Password: passwordOnce validated, the FTP session opens.
- Navigate to the correct software directory.
The FTP server software download directory structure is as follows:
/volume/download/docroot/software/<version>/<release>
Available directories include:
- version—The software
version.
- junos
- junos-export
- junos-fips
- release—The software release. For more information on release numbers, see JUNOS Software Release Numbers.
- version—The software
version.
- Set the file transfer mode to binary:
bin
Type set to 1. - 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. - Download the installation file:
get <filename>
- Close the FTP session:
bye
Goodbye.
