delete
Parameters
source
destination
Defaults
None.
Mode
Switch, Read‐Write.
Usage
The Matrix module to which a configuration file is downloaded must have the same hardware
configuration as the Matrix module from which it was uploaded.
Examples
This example shows how to download an image via TFTP:
Matrix(rw)->copy tftp://134.141.89.34/ets-mtxe7-msi newimage
This example shows how to download an image via Anonymous FTP:
Matrix(rw)->copy ftp://134.141.89.34/ets-mtxe7-msi newimage
This example shows how to download an image via FTP with user credentials:
Matrix(rw)->copy ftp://user:passwd@134.141.89.34/ets-mtxe7-msi newimage
This example shows how to download a configuration file via TFTP to the slot 3 directory:
Matrix(rw)->copy tftp://134.141.89.34/myconfig slot3/myconfig
This example shows how to upload a configuration file via Anonymous FTP from the module in
slot 3:
Matrix(rw)->copy slot3/myconfig ftp://134.141.89.34/myconfig
This example shows how to copy a configuration file from the slot 3 directory to the slot 5
directory:
Matrix(rw)->copy slot3/myconfig slot5/myconfig
delete
Use this command to remove an image or a CLI configuration file from the Matrix system.
Syntax
delete filename
Parameters
filename
Specifies location and name of the source file to copy. Options are a
local file path (valid directories are /images and /slotN), or the URL of
an FTP or TFTP server.
Specifies location and name of the destination where the file will be
copied. Options are a slot location and file name, or the URL of an FTP
or TFTP server.
Specifies the local path name to the file. Valid directories are /images
and /slotN.
Enterasys Matrix DFE-Gold Series Configuration Guide 2-87
Managing Configuration and Image Files
Need help?
Do you have a question about the Enterasys Matrix DFE-Gold Series and is the answer not in the manual?