Connectivity Guide

Table Of Contents
Save conguration changes manually
OS10# start transaction
OS10# configure terminal
OS10(config)#
OS10(config)# interface ethernet 1/1/1
OS10(config-if-eth1/1/1)# no shutdown
OS10(config-if-eth1/1/1)# do commit
Copy running conguration
The running conguration contains the current OS10 system conguration and consists of a series of OS10 commands. Copy the running
conguration to a remote server or local directory as a backup or for viewing and editing. The running conguration is copied as a text le,
which you can view and edit with a text editor. To copy the running conguration to the startup conguration le, enter the copy
running-configuration startup-configuration command.
Copy running conguration to local directory or remote server
OS10# copy running-configuration {config://filepath | home://filepath |
ftp://userid:passwd@hostip/filepath | scp://userid:passwd@hostip/filepath |
sftp://userid:passwd@hostip/filepath | tftp://hostip/filepath}
OS10# copy running-configuration scp://root:calvin@10.11.63.120/tmp/qaz.txt
Copy le to running conguration
To apply a set of commands to the current running conguration and execute them immediately, copy a text le from a remote server or
local directory. The copied commands do not replace the existing commands. If the copied command fails, the successful copied
commands before the failure is maintained.
OS10# copy {config://filepath | home://filepath |
ftp://userid:passwd@hostip/filepath | scp://userid:passwd@hostip/filepath |
sftp://userid:passwd@hostip/filepath | tftp://hostip/filepath | http://userid@hostip/filepath}
running-configuration
OS10# copy scp://root:calvin@10.11.63.120/tmp/qaz.txt running-configuration
Restore startup conguration
The startup conguration le, startup.xml, is stored in the config system folder. To create a backup version, copy the startup
conguration to a remote server or the local config: or home: directories.
To restore a backup conguration, copy a local or remote le to the startup conguration and reload the switch. After downloading a
backup conguration, enter the reload command, otherwise the conguration does not take eect until you reboot.
Copy le to startup conguration
OS10# copy {config://filepath | home://filepath |
ftp://userid:passwd@hostip/filepath | scp://userid:passwd@hostip/filepath |
sftp://userid:passwd@hostip/filepath | tftp://hostip/filepath} config://startup.xml
Back up startup le
OS10# copy config://startup.xml config://backup-9-28.xml
Restore startup le from backup
OS10# copy config://backup-9-28.xml config://startup.xml
OS10# reload
Getting Started
49