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 Release 10.1 for EX Series switches.
Description
Automatically download the initial JUNOS configuration and a set of standard commit scripts during a JUNOScript/NETCONF session when any device is brought up for the first time.
The JUNOScript equivalent for this operational command is:
<request-script-refresh-from> <type>commit</type> <file>file-name></file> <URL>URL</URL> </request-script-refresh-from>
For more information on JUNOScript and NETCONF, see the JUNOScript API Guide and the NETCONF API Guide at: http://www.juniper.net/techpubs/software/junos/index.html.
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
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.netuser@switch>

