Device# configure terminal
Device(config)# ip rcmd remote-username netadmin2
Device(config)# end
Device# copy nvram:startup-config rcp:
Remote host[]? 172.16.101.101
Name of configuration file to write [start-confg]?
Write file start-confg on host 172.16.101.101?[confirm]
![OK]
What to Do Next
After you have issued the copy EXEC command, you may be prompted for additional information or for
confirmation of the action. The prompt displayed depends on how much information you provide in the copy
command and the current setting of the file prompt global configuration command.
Copying a Configuration File from the Device to the FTP Server
To copy a startup configuration file or a running configuration file from the device to an FTP server, complete
the following tasks:
Procedure
PurposeCommand or Action
Enables privileged EXEC mode.enable
Step 1
Example:
• Enter your password if prompted.
Device> enable
Enters global configuration mode on the device.configure terminal
Example:
Step 2
Device# configure terminal
(Optional) Specifies the default remote
username.
ip ftp username username
Example:
Step 3
Device(config)# ip ftp username NetAdmin1
(Optional) Specifies the default password.ip ftp password password
Example:
Step 4
Device(config)# ip ftp password
adminpassword
(Optional) Exits global configuration mode.
This step is required only if you override the
end
Example:
Step 5
System Management Configuration Guide, Cisco IOS XE Bengaluru 17.4.x (Catalyst 9400 Switches)
295
Managing Configuration Files
What to Do Next