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

configuration-servers

date_range 09-Dec-23

Syntax

content_copy zoom_out_map
configuration-servers {
    url {
        password password;
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit system autoinstallation]

Description

Configure the URL address of a server from which the configuration files must be obtained.

You can download a configuration file automatically from an FTP, Hypertext Transfer Protocol (HTTP), or Trivial FTP (TFTP) servers. Examples of URLs:

  • tftp://hostname/path/filename

  • ftp://username:password@ftp.hostname.net

  • http://hostname/path/filename

  • http://usenamer:password@httpconfig.sp.com

Options

  • url—Specify the URL address of the server containing the configuration files.

  • password—Specify the password for authentication with the configuration server. Specifying a password in URLs and in the password option might result in commit failure. We recommend you to use the password option for specifying the password.

Required Privilege Level

system—To view this statement in the configuration.

system-control—To add this statement to the configuration.

Release Information

Statement introduced before Junos OS Release 7.4.

footer-navigation