PowerConnect B-Series FCX Configuration Guide 7153-1002266-01Loading and saving configuration files with IPv6 3• Flash memory• Running configuration• Startup configurationCopying a file to flash memoryFor example, to copy a boot image from an IPv6 TFTP server to the primary or secondary storagelocation in the device flash memory, enter a command such as the following.PowerConnect#copy tftp flash 2001:7382:e0ff:7837::3 test.img secondaryThis command copies a boot image named test.img from an IPv6 TFTP server with the IPv6address of 2001:7382:e0ff:7837::3 to the secondary storage location in the device flash memory.Syntax: copy tftp flash primary | secondaryThe parameter specifies the address of the TFTP server. You must specify thisaddress in hexadecimal using 16-bit values between colons as documented in RFC 2373.The parameter specifies the name of the file you want to copy from the IPv6TFTP server.The primary keyword specifies the primary storage location in the device flash memory, while thesecondary keyword specifies the secondary storage location in the device flash memory.Copying a file to the running or startup configurationFor example, to copy a configuration file from an IPv6 TFTP server to the running or startupconfiguration, enter a command such as the following.PowerConnect#copy tftp running-config 2001:7382:e0ff:7837::3 newrun.cfg overwriteThis command copies the newrun.cfg file from the IPv6 TFTP server and overwrites the runningconfiguration file with the contents of newrun.cfg.NOTETo activate this configuration, you must reload (reset) the device.Syntax: copy tftp running-config | startup-config [overwrite]Specify the running-config keyword to copy the running configuration from the specified IPv6 TFTPserver.The parameter specifies the address of the TFTP server. You must specify thisaddress in hexadecimal using 16-bit values between colons as documented in RFC 2373.The parameter specifies the name of the file that is copied from the IPv6 TFTPserver.The overwrite keyword specifies that the device should overwrite the current configuration file withthe copied file. If you do not specify this parameter, the device copies the file into the currentrunning or startup configuration but does not overwrite the current configuration.Using the IPv6 ncopy commandThe ncopy command for IPv6 allows you to do the following: