Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

show system download

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show system download <download-id>

Description

This command displays a brief summary of all the download instances along with their current state and extent of progress. If a download-id is provided, the command displays a detailed report of the particular download instance.

Options

  • download-id—(Optional) The ID number of the download instance.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show system download command. Output fields are listed in the approximate order in which they appear.

Table 1: show system download Output Fields

Field Name

Field Description

ID

Displays the download identification number.

Status

Displays the state of a particular download.

Start Time

Displays the start time of a particular download.

Progress

Displays the percentage of a download that has been completed.

URL

Displays the URL from which the file was downloaded.

Sample Output

show system download

content_copy zoom_out_map
user@host> show system download
Download Status Information:
ID  Status      Start Time       Progress  URL
1   Active      May 4 06:28:36   5%        ftp://ftp-server//tftpboot/1m_file
2   Active      May 4 06:29:07   3%        ftp://ftp-server//tftpboot/5m_file
3   Error       May 4 06:29:22   Unknown   ftp://ftp-server//tftpboot/badfile
4   Completed   May 4 06:29:40   100%      ftp://ftp-server//tftpboot/smallfile
        

show system download 1

content_copy zoom_out_map
user@host> show system download 1

Download ID     : 1
Status          : Active
Progress        : 6%
URL             : ftp://ftp-server//tftpboot/1m_file
Local Path      : /var/tmp/1m_file
Maximum Rate    : 1k
Creation Time   : May 4 06:28:36
Scheduled Time  : May 4 06:28:36
Start Time      : May 4 06:28:37
Error Count     : 0

Release Information

Command introduced in Junos OS Release 15.1X49-D35.

footer-navigation