copy FILE
Copies contents of a configuration file
from the specified location to the running configuration.
Syntax
copy
FLASH-FILE
running-config
copy
REMOTE-FILE
running
config
copy
USB-FILE
running-config
Parameters
- running-config
- Specifies the current running
configuration.
- FLASH-FILE
- Specifies the flash file path in format
flash://flash-type/file-name.
- REMOTE-FILE
- Specifies the remote server
file path in format
scp://username:password@host[:port]/filepath.
- Domain name, IPv4 address,
and IPv6 address are supported as host.
Only valid unicast IP addresses are supported. Multicast IP
addresses are not supported.
- USB-FILE
- Specifies the USB file path
in format usb://file-name.
Usage Guidelines
This command is available only to users with the admin
role.
Valid user credentials must be provided for accessing the remote server.
Input config file path must be valid.
Examples
The following examples are some valid copy commands.
device# copy flash://config-file/testfile running-config
device# scp://test:test@1.1.1.1:22/home/test/config-file/testfile running-config
device# copy usb://testfile running-config