Booting tokyo-confg from 172.16.2.155:!!! [OK - 874/16000 bytes]
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 rcp Server to the Device
To copy a configuration file from an rcp server to the running configuration or startup configuration, complete
the following tasks:
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
ip rcmd remote-username username
4.
end
5.
Do one of the following:
•
copy rcp:
[[[
//
[
username@
]
location
]
/directory
]
/filename
]
system:running-config
•
copy rcp:
[[[
//
[
username@
]
location
]
/directory
]
/filename
]
nvram:startup-config
DETAILED STEPS
Purpose
Command or Action
Enables privileged EXEC mode.
enable
Step 1
Example:
• Enter your password if prompted.
Device> enable
(Optional) Enters configuration mode from the terminal.
This step is required only if you override the default remote
username (see Step 3).
configure terminal
Example:
Device# configure terminal
Step 2
(Optional) Specifies the remote username.
ip rcmd remote-username username
Example:
Step 3
Device(config)# ip rcmd remote-username NetAdmin1
(Optional) Exits global configuration mode. This step is
required only if you override the default remote username
(see Step 2).
end
Example:
Device(config)# end
Step 4
System Management Configuration Guide, Cisco IOS XE Fuji 16.8.x (Catalyst 9500 Switches)
195
Managing Configuration Files
What to Do Next