Technical Documentation

request system scripts refresh-from event

Syntax

request system scripts refresh-from event 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 event 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>event</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 event file config.txt url http://host1.juniper.net

Sample Output

request system scripts refresh-from event file config.txt url http://host1.juniper.net

user@switch> request system scripts refresh-from event file config.txt url http://host1.juniper.net
user@switch>

Published: 2009-12-29