F I N A L D R A F T - C I S C O C O N F I D E N T I A L
9-13
Cisco ONS 15216 EDFA2 Operations Guide
78-16033-01
Chapter 9 TL1 Commands
TL1 Commands and Autonomous Messages
A 7 REPT EVT FXFR
EQPT:15216EdfaSw_2.2.1,START,,
;
Amp01 2002-04-30 11:35:24
A 8 REPT EVT FXFR
EQPT:15216EdfaSw_2.2.1,COMPLD,SUCCESS,1963195
;
Table 9-12 COPY-RFILE Syntax Description
Parameter
Syntax
Description
type
Specifies the type and direction of transfer. Possible values are:
RFR
Restore a file from remote server to the ONS 15216 EDFA2’s
flash file system.
RFBU
Backup a file from the ONS 15216 EDFA2’s flash file system
to the remote server (overwrite is always YES for this type).
SWDL
Download a software image file to the ONS 15216 EDFA2’s
flash file system and update the second boot entry to point to
this file.
src,
dest
string
src and dest must both be URLs. Both FTP and file URLs are
supported.
An FTP URL has the following format:
ftp:[//[<userid>[:<password>]@]<ftphost>[:<port>]]/<urlp
ath>
A file URL (referring to the local system) has the following
format:
file://localhost/<urlpath>
where
<userid> is the FTP user identifier
<password> is the FTP password for the user
<ftphost> is the IP address of the FTP server
<port> is the port number to connect to
<urlpath> is the path in the following format:
<cwd1>/<cwd2>/…/<cwdn>/<filename>
where <cwd1>…<cwdn> are directory levels and
<filename> is the file name
overwrite
Possible values are:
YES
Overwrite existing file of the same name at the destination.
NO
Do not overwrite if file with same name exists at the
destination. This is the default if overwrite is null.