Examples - Cisco Catalyst 9500 Manual

System management configuration guide, cisco ios xe amsterdam 17.2.x
Hide thumbs Also See for Catalyst 9500:
Table of Contents

Advertisement

Examples

Step 2
Step 3
Step 4
Step 5
Step 6
Examples
Copy FTP Running-Config
The following example copies a host configuration file named host1-confg from the netadmin1 directory on
the remote server with an IP address of 172.16.101.101, and loads and runs the commands on the device:
device# copy ftp://netadmin1:mypass@172.16.101.101/host1-confg system:running-config
Configure using host1-confg from 172.16.101.101? [confirm]
Connected to 172.16.101.101
Loading 1112 byte file host1-confg:![OK]
System Management Configuration Guide, Cisco IOS XE Amsterdam 17.2.x (Catalyst 9500 Switches)
226
Command or Action
Example:
Device> enable
configure terminal
Example:
Device# configure terminal
ip ftp username username
Example:
Device(config)# ip ftp username NetAdmin1
ip ftp password password
Example:
Device(config)# ip ftp password
adminpassword
end
Example:
Device(config)# end
Do one of the following:
• copy ftp:
[[[//[username[:password]@]location]
/directory
]/filename]system:running-config
• copy ftp: [[[
/ / [ u s e r n a m e [ : p a s s w o r d ] @ ] l o c a t i o n ] / d i r e c t o r y ] / f i l e n a m e ] n v r a m : s t a r t u p - c o n f i g
Example:
Device# copy ftp:nvram:startup-config
Managing Configuration Files
Purpose
• Enter your password if prompted.
(Optional) Allows you to enter global
configuration mode. This step is required only
if you want to override the default remote
username or password (see Steps 3 and 4).
(Optional) Specifies the default remote
username.
(Optional) Specifies the default password.
(Optional) Exits global configuration mode.
This step is required only if you override the
default remote username or password (see Steps
3 and 4).
Using FTP copies the configuration file from a
network server to running memory or the startup
configuration.

Advertisement

Table of Contents
loading

Table of Contents