User Guide

Table Of Contents
Managing System Files 523
Nortel WLAN Security Switch 2300 Series Configuration Guide
To copy a file named newconfig from a TFTP server to nonvolatile storage, type the following command:
23x0# copy tftp://10.1.1.1/newconfig newconfig
success: received 637 bytes in 0.253 seconds [ 2517 bytes/sec]
The above command copies the file to the same filename. To rename the file when copying it, type the following
command:
23x0# copy tftp://10.1.1.1/newconfig WSSconfig
success: received 637 bytes in 0.253 seconds [ 2517 bytes/sec]
To copy system image WSS010101.020 from a TFTP server to boot partition 1 in nonvolatile storage, type the following
command:
23x0# copy tftp://10.1.1.107/WSS010101.020 boot1:WSS010101.020
...............................................................................
.............................success: received 9163214 bytes in 105.939 seconds
[ 86495 bytes/sec]
To rename test-config to new-config, you can copy it from one name to the other in the same location, and then delete
test-config. Type the following commands:
23x0# copy test-config new-config
23x0# delete test-config
success: file deleted.
To copy file corpa-login.html from a TFTP server into subdirectory corpa in an WSS switch’s nonvolatile storage, type
the following command:
23x0# copy tftp://10.1.1.1/corpa-login.html corpa/corpa-login.html
success: received 637 bytes in 0.253 seconds [ 2517 bytes/sec]