Navigation
Supported Platforms
Related Documentation
request system scripts refresh-from commit
Syntax
request system scripts refresh-from commit file file-name url url-path
Release Information
Command introduced in Junos OS Release 10.1 for EX Series switches.
Command introduced in Junos OS Release 11.1 for the QFX Series.
Description
Automatically download the initial Junos OS configuration and a set of standard commit scripts during a Junos XML management protocol/NETCONF session when a switch is brought up for the first time.
The Junos XML management protocol equivalent for this operational mode command is:
<request-script-refresh-from> <type>commit</type> <file>file-name></file> <URL>URL</URL> </request-script-refresh-from>
Options
file file-name | — | Name of the file to be downloaded. |
url url-path | — | URL of the file to be downloaded. |
Required Privilege Level
maintenance
Related Documentation
List of Sample Output
request system scripts refresh-from commit file config.txt url http://host1.juniper.netSample Output
request system scripts refresh-from commit file config.txt url http://host1.juniper.net
user@switch> request system scripts refresh-from
commit file config.txt url http://host1.juniper.net
user@switch>