Specifications

delete Managing Configuration and Image Files
Enterasys Matrix N Standalone (NSA) Series Configuration Guide 2-75
Usage
TheMatrixmoduletowhichaconfigurationfileisdownloadedmusthavethesamehardware
configurationastheMatrixmodulefromwhichitwasuploaded.
Examples
ThisexampleshowshowtodownloadanimageviaTFTP:
Matrix(rw)->copy tftp://134.141.89.34/ets-mtxe7-msi newimage
ThisexampleshowshowtodownloadanimageviaAnonymousFTP:
Matrix(rw)->copy ftp://134.141.89.34/ets-mtxe7-msi newimage
ThisexampleshowshowtodownloadanimageviaFTPwithusercredentials:
Matrix(rw)->copy ftp://user:passwd@134.141.89.34/ets-mtxe7-msi newimage
ThisexampleshowshowtodownloadaconfigurationfileviaTFTPtotheslot3directory:
Matrix(rw)->copy tftp://134.141.89.34/myconfig slot3/myconfig
Thisexampleshowshowtoupload aconfiguration fileviaAnonymousFTPfromthemodulein
slot3:
Matrix(rw)->copy slot3/myconfig ftp://134.141.89.34/myconfig
Thisexampleshowshowtocopyaconfigurationfilefromtheslot3directorytotheslot5
directory:
Matrix(rw)->copy slot3/myconfig slot5/myconfig
delete
UsethiscommandtoremoveanimageoraCLIconfigurationfilefromtheMatrixsystem.
Syntax
delete filename
Parameters
Defaults
None.
Mode
Switch,ReadWrite.
Usage
Usetheshowconfigcommandasdescribedinshowconfig(page 273)todisplaycurrentimage
andconfigurationfilenames.
Examples
Thisexampleshowshowtodeletethe“myconfig”configura tionfilefromslot3:
Matrix(rw)->delete slot3/myconfig
filename Specifiesthelocalpathnametothefile.Validdirectoriesare/images
and/slotN.