[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring a Router to Transfer Its Configuration to an Archive Site

If you want to back up your router’s current configuration to an archive site, you can configure the router to transfer its currently active configuration by FTP periodically or after each commit.

To configure the router to transfer its currently active configuration to an archive site, include statements at the [edit system archival configuration] hierarchy level:

[edit system archival configuration]
transfer-interval interval;
transfer-on-commit;
archive-sites {
ftp://username<:password>@host-address<:port>/url-path;
scp://username<:password>@host-address<:port>/url-path;
}

Note: When specifying a URL in a JUNOS statement using an IPv6 host address, you must enclose the entire URL in quotation marks (" ") and enclose the IPv6 host address in brackets ([ ]). For example, “ftp://username<:password>@[ipv6-host-address]<:port>/url-path

This section includes the following topics:


[Contents] [Prev] [Next] [Index] [Report an Error]