Copy (filename), Command mode, Description – Avaya Cajun P880 User Manual
Page 116: Syntax, Sample output

1-106
Chapter 1
Avaya P550R/P580/P880/P882 Multiservice Switch ATM Uplink CLI Reference Guide, Version 2.0
copy (filename)
Command Mode
Configuration or enable (Privileged Mode)
Description
Copy one file to another file within NVRAM. This can be useful for
storing a copy of a working configuration before making changes. In
the event a new configuration does not function as expected,
Syntax
copy
Table 1-71. Parameters, Keywords, Arguments
Sample Output
This example copies the file named running-config.txt, to the file
named text.txt.
ATM-3(configure)# copy running-config
test.txt
Wrote running-config to '/nvram/test.txt'
ATM-3(configure)# copy startup.txt
oldstart.txt
copied file ‘/nvram/startup.txt’ to file ‘/
nvram/oldstart.txt’
Name
Definition
filename
The names of the source file and destination
file in NVRAM. They must be ASCII script files,
the destination file must a 1-8 letter base
filename, and have a “.txt” extension. For
example: startup.txt or oldconfig.txt
“.txt” is assumed for “startup-config” and
“running-config”.