Managing System Files 523

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:received9163214bytesin105.939seconds

[ 86495 bytes/sec]

To rename test-configto 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.htmlfrom 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]

Nortel WLAN Security Switch 2300 Series Configuration Guide

Page 523
Image 523
Nortel Networks 2300 manual 23x0# copy tftp//10.1.1.1/newconfig newconfig, 23x0# copy tftp//10.1.1.1/newconfig WSSconfig