beautypg.com

Delete file – Allied Telesis AT-S62 User Manual

Page 203

background image

AT-S62 Management Software Command Line Interface User’s Guide

Section II: Advanced Operations

203

DELETE FILE

Syntax

delete file=“

filename

Parameter

file

Specifies the name of the file to be deleted. A name
with spaces must be enclosed in double quotes.
Otherwise, the quotes are optional.

Description

This command deletes a file from the file system. Note the following when
using this command:

ˆ

Deleting the configuration file that is acting as the active boot
configuration file causes the switch to use its default settings the next
time you reboot or power cycle the switch, unless you select another
active boot configuration file. For instructions on how to change the
active boot configuration file, refer to see “SET CONFIG” on page 205.

ˆ

To delete a PKI certificate, you must first remove the certificate from
the certificate database using “DELETE PKI CERTIFICATE” on
page 605.

ˆ

Files with a “.ukf” extension cannot be deleted with this command.
These files are encryption key pairs. To delete an encryption key pair
from the switch, refer to “DESTROY ENCO KEY” on page 594.

To list the files in the file system, refer to “SHOW FILE” on page 208.

Examples

The following command deletes the certificate enrollment request
SW55a.csr:

delete file=SW55a.csr

The following command deletes the configuration file named “Switch
12.cfg”:

delete file="Switch 12.cfg"