Users Guide

Table Of Contents
Example: Copy
startup
configuration
OS10# dir config
Directory contents for folder: config
Date (modified) Size (bytes) Name
--------------------- ------------ ------------
2017-02-15T20:38:12Z 54525
startup.xml
OS10# copy config://startup.xml scp://os10user:os10passwd@10.11.222.1/home/os10/
backup.xml
Example: Retrieve
backed-up
configuration
OS10# copy scp://os10user:os10passwd@10.11.222.1/home/os10/backup.xml home://
config.xml
OS10(conf-if-eth1/1/5)# dir home
Directory contents for folder: home
Date (modified) Size (bytes) Name
--------------------- ------------ -----------
2017-02-15T21:19:54Z 54525
config.xml
Example:
Download custom
severity profile
from a remote
location
copy scp://username:password@a.b.c.d//file-path/mySevProf.xml severity-
profile://mySevProf_1.xml
Example: Replace
startup
configuration
OS10# home://config.xml config://startup.xml
Supported
Releases
10.2.0E or later
delete
Removes or deletes a file, including the startup configuration file.
Syntax
delete [config://filepath | coredump://filepath | home://filepath | image://
filepath | startup-configuration | severity-profile profile-name |
supportbundle://filepath | usb://filepath]
Parameters
config://filepath — (Optional) Delete from the configuration directory.
coredump://filepath — (Optional) Delete from the coredump directory.
home://filepath — (Optional) Delete from the home directory.
image://filepath — (Optional) Delete from the image directory.
startup-configuration — (Optional) Delete the startup configuration.
severity-profile — (Optional) Delete from severity profile directory, severity-profile://filepath.
supportbundle://filepath — (Optional) Delete from the support-bundle directory.
usb://filepath — (Optional) Delete from the USB file system.
Default Not configured
Command Mode EXEC
Usage Information Use this command to remove a regular file, software image, or startup configuration. Removing the startup
configuration restores the system to the factory default. You must reboot the switch using the reload
command for the operation to take effect.
NOTE:
Use caution when removing the startup configuration.
CLI Basics 61