Downloading The Startup Configuration From A Remote Server - Cisco Nexus 9000 Series Configuration Manual

Nx-os fundamentals configuration guide
Hide thumbs Also See for Nexus 9000 Series:
Table of Contents

Advertisement

Downloading the Startup Configuration From a Remote Server

Check connectivity to the remote server using the ping or ping6 command.
Procedure
Step 1
Step 2
Step 3
Step 4
Related Topics
Copying Files, on page 110
Downloading the Startup Configuration From a Remote Server
You can configure your Cisco NX-OS device by using configuration files that you created on another Cisco
NX-OS device and uploaded to a remote server. You then download the file from the remote server to your
device using TFTP, FTP, Secure Copy (SCP), or Secure Shell FTP (SFTP) to the startup configuration.
This procedure disrupts all traffic on the Cisco NX-OS device.
Caution
Before You Begin
Log in to a session on the console port.
Ensure that the configuration file that you want to download is in the correct directory on the remote server.
Ensure that the permissions on the file are set correctly. Permissions on the file should be set to world-read.
Cisco Nexus 9000 Series NX-OS Fundamentals Configuration Guide, Release 7.x
118
Command or Action
copy scheme://server/[url/]filename
running-config
Example:
switch# copy
tftp://10.10.1.1/my-config
running-config
show running-config
Example:
switch# show running-config
copy running-config startup-config
Example:
switch# copy running-config
startup-config
show startup-config
Example:
switch# show startup-config
Working with Configuration Files
Purpose
Downloads the running-configuration file from a
remote server.
For the scheme argument, you can enter tftp:, ftp:,
scp:, or sftp:. The server argument is the address or
name of the remote server, and the url argument is
the path to the source file on the remote server.
The server, url, and filename arguments are case
sensitive.
(Optional)
Displays the running configuration.
(Optional)
Copies the running configuration to the startup
configuration.
(Optional)
Displays the startup configuration.

Advertisement

Table of Contents
loading

Table of Contents