<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Use of the 'copy' command in the Matrix N-Series / DFE in FAQs</title>
    <link>https://community.extremenetworks.com/t5/faqs/use-of-the-copy-command-in-the-matrix-n-series-dfe/m-p/47841#M483</link>
    <description>Article ID: 5035 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
Matrix N-series&lt;BR /&gt;
DFE &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Protocols/Features&lt;/B&gt;&lt;BR /&gt;
TFTP &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Commands&lt;/B&gt;&lt;BR /&gt;
'copy' &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
How to upgrade firmware&lt;BR /&gt;
  Download firmware image&lt;BR /&gt;
How to backup and restore the configuration&lt;BR /&gt;
  Upload configuration&lt;BR /&gt;
  Download configuration &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Cause&lt;/B&gt;&lt;BR /&gt;
The N-Series of switches uses the 'copy' command set for two different purposes:&lt;OL&gt; 
&lt;LI&gt;Downloading firmware files to the distributed forwarding engines 
&lt;/LI&gt;&lt;LI&gt;Uploading/Downloading configuration files&lt;/LI&gt;&lt;/OL&gt;
&lt;B&gt;Solution&lt;/B&gt; &lt;BR /&gt;
&lt;BR /&gt;
How to &lt;B&gt;download firmware&lt;/B&gt; to the device. A firmware upload can be accomplished as well, as long as it is not the operational image.&lt;UL&gt; 
&lt;LI&gt;Start and minimize a TFTP Server application. If you don't have one, a third-party freeware BootP server is available &lt;A href="https://extremenetworks.box.com/shared/static/5i1mveojni1vygf2bxjb.zip" target="_blank" rel="nofollow noreferrer noopener"&gt;here&lt;/A&gt;. 
&lt;/LI&gt;&lt;LI&gt;To view the current files the system uses, use the 'dir' command:&lt;UL&gt;&lt;/UL&gt;    dir&lt;BR /&gt;
&lt;/LI&gt;&lt;LI&gt;To copy an image 42111 from the dfe directory of a tftp server running on10.0.0.1, to the DFE switch serving as the MGMT module:&lt;UL&gt;&lt;/UL&gt;    copy tftp://10.0.0.1/dfe/42111 42111&lt;BR /&gt;
&lt;/LI&gt;&lt;LI&gt;To view the result, including the new 42111 file, again use the 'dir' command:&lt;UL&gt;&lt;/UL&gt;    dir&lt;BR /&gt;
&lt;/LI&gt;&lt;LI&gt;To make this working image operational, use the 'set boot system' command:&lt;UL&gt;&lt;/UL&gt;    set boot system 42111&lt;BR /&gt;
&lt;/LI&gt;&lt;LI&gt;This will reboot all the DFE switches in the chassis and bring up the 42111image. A different destination file naming convention can be used, but for clarity should not vary excessively.&lt;/LI&gt;&lt;/UL&gt;See also: &lt;A href="http://bit.ly/1aEotRx" target="_blank" rel="nofollow noreferrer noopener"&gt;5040&lt;/A&gt;. &lt;BR /&gt;
&lt;BR /&gt;
How to &lt;B&gt;copy the configuration file&lt;/B&gt;. This can be used to copy a configuration so that it can be imported from an external source, moved between chassis, or exported via tftp for archival or troubleshooting purposes. These are simple text files, which may as desired be created or edited offline, outside the confines of a DFE system.&lt;UL&gt; 
&lt;LI&gt;Start and minimize a TFTP Server application. If you don't have one, a third-party freeware BootP server is available &lt;A href="https://extremenetworks.box.com/shared/static/5i1mveojni1vygf2bxjb.zip" target="_blank" rel="nofollow noreferrer noopener"&gt;here&lt;/A&gt;. 
&lt;/LI&gt;&lt;LI&gt;To create a slot-local configuration file from a running, chassis-wide, NVRAM-based distributed configuration, use the 'show config' command:&lt;UL&gt;&lt;/UL&gt;    show config outfile slot1/henry.cfg&lt;UL&gt;&lt;/UL&gt;This will create the configuration file 'henry' on the module 'slot1'. If 'slot1' is removed (&lt;A href="http://bit.ly/I8yTOw" target="_blank" rel="nofollow noreferrer noopener"&gt;5036&lt;/A&gt;), the configuration file will follow it.&lt;BR /&gt;
&lt;/LI&gt;&lt;LI&gt;Copy (upload) this configuration file to the tftp server:&lt;UL&gt;&lt;/UL&gt;    copy slot1/henry.cfg tftp://10.0.0.1/dfe/henry.cfg&lt;BR /&gt;
&lt;/LI&gt;&lt;LI&gt;Assuming it is necessary to run this configuration on another chassis, copy (download) the file into slot 5 of the other chassis:&lt;UL&gt;&lt;/UL&gt;    copy tftp://10.0.0.1/dfe/henry.cfg slot5/henry.cfg&lt;BR /&gt;
&lt;/LI&gt;&lt;LI&gt;To ensure that the file is available, use the 'dir' command:&lt;UL&gt;&lt;/UL&gt;   dir&lt;BR /&gt;
&lt;/LI&gt;&lt;LI&gt;To activate this configuration file on behalf of the entire chassis, making it the running configuration with a copy placed into NVRAM on all modules in the system, use the 'configure' command:&lt;UL&gt;&lt;/UL&gt;    configure slot5/henry.cfg (forces a reboot)&lt;UL&gt;&lt;/UL&gt;        -or-&lt;UL&gt;&lt;/UL&gt;    configure slot5/henry.cfg append (appends to existing config w/ no reboot)&lt;UL&gt;&lt;/UL&gt;The appending of Router commands is not supported with earlier firmware (&lt;A href="http://bit.ly/1bZ5uBf" target="_blank" rel="nofollow noreferrer noopener"&gt;5690&lt;/A&gt;).&lt;UL&gt;&lt;/UL&gt;DFEs installed in a 6C105 chassis (&lt;A href="http://bit.ly/1e8E0so" target="_blank" rel="nofollow noreferrer noopener"&gt;5275&lt;/A&gt;) will not properly execute the non-append form of the 'configure' command. The workaround is to clear the configuration (&lt;A href="http://bit.ly/1g6lQZH" target="_blank" rel="nofollow noreferrer noopener"&gt;5296&lt;/A&gt;), allow the system to boot back up, and then issue the append form of the command as exemplified above.&lt;/LI&gt;&lt;/UL&gt;&lt;B&gt;Caution!&lt;/B&gt; Activating a saved configuration file could result in &lt;U&gt;loss of password/secret data&lt;/U&gt;. Prior to using the 'configure' command, please review the possibilities and safeguards discussed in &lt;A href="http://bit.ly/18uNIFs" target="_blank" rel="nofollow noreferrer noopener"&gt;5335&lt;/A&gt;. &lt;BR /&gt;
&lt;BR /&gt;
For more information, please review the appropriate &lt;A href="https://extranet.enterasys.com/Downloads/Pages/Platinum.aspx" target="_blank" rel="nofollow noreferrer noopener"&gt;Configuration Guide&lt;/A&gt; for your firmware.</description>
    <pubDate>Sat, 23 Nov 2013 04:20:00 GMT</pubDate>
    <dc:creator>FAQ_User</dc:creator>
    <dc:date>2013-11-23T04:20:00Z</dc:date>
    <item>
      <title>Use of the 'copy' command in the Matrix N-Series / DFE</title>
      <link>https://community.extremenetworks.com/t5/faqs/use-of-the-copy-command-in-the-matrix-n-series-dfe/m-p/47841#M483</link>
      <description>Article ID: 5035 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
Matrix N-series&lt;BR /&gt;
DFE &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Protocols/Features&lt;/B&gt;&lt;BR /&gt;
TFTP &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Commands&lt;/B&gt;&lt;BR /&gt;
'copy' &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
How to upgrade firmware&lt;BR /&gt;
  Download firmware image&lt;BR /&gt;
How to backup and restore the configuration&lt;BR /&gt;
  Upload configuration&lt;BR /&gt;
  Download configuration &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Cause&lt;/B&gt;&lt;BR /&gt;
The N-Series of switches uses the 'copy' command set for two different purposes:&lt;OL&gt; 
&lt;LI&gt;Downloading firmware files to the distributed forwarding engines 
&lt;/LI&gt;&lt;LI&gt;Uploading/Downloading configuration files&lt;/LI&gt;&lt;/OL&gt;
&lt;B&gt;Solution&lt;/B&gt; &lt;BR /&gt;
&lt;BR /&gt;
How to &lt;B&gt;download firmware&lt;/B&gt; to the device. A firmware upload can be accomplished as well, as long as it is not the operational image.&lt;UL&gt; 
&lt;LI&gt;Start and minimize a TFTP Server application. If you don't have one, a third-party freeware BootP server is available &lt;A href="https://extremenetworks.box.com/shared/static/5i1mveojni1vygf2bxjb.zip" target="_blank" rel="nofollow noreferrer noopener"&gt;here&lt;/A&gt;. 
&lt;/LI&gt;&lt;LI&gt;To view the current files the system uses, use the 'dir' command:&lt;UL&gt;&lt;/UL&gt;    dir&lt;BR /&gt;
&lt;/LI&gt;&lt;LI&gt;To copy an image 42111 from the dfe directory of a tftp server running on10.0.0.1, to the DFE switch serving as the MGMT module:&lt;UL&gt;&lt;/UL&gt;    copy tftp://10.0.0.1/dfe/42111 42111&lt;BR /&gt;
&lt;/LI&gt;&lt;LI&gt;To view the result, including the new 42111 file, again use the 'dir' command:&lt;UL&gt;&lt;/UL&gt;    dir&lt;BR /&gt;
&lt;/LI&gt;&lt;LI&gt;To make this working image operational, use the 'set boot system' command:&lt;UL&gt;&lt;/UL&gt;    set boot system 42111&lt;BR /&gt;
&lt;/LI&gt;&lt;LI&gt;This will reboot all the DFE switches in the chassis and bring up the 42111image. A different destination file naming convention can be used, but for clarity should not vary excessively.&lt;/LI&gt;&lt;/UL&gt;See also: &lt;A href="http://bit.ly/1aEotRx" target="_blank" rel="nofollow noreferrer noopener"&gt;5040&lt;/A&gt;. &lt;BR /&gt;
&lt;BR /&gt;
How to &lt;B&gt;copy the configuration file&lt;/B&gt;. This can be used to copy a configuration so that it can be imported from an external source, moved between chassis, or exported via tftp for archival or troubleshooting purposes. These are simple text files, which may as desired be created or edited offline, outside the confines of a DFE system.&lt;UL&gt; 
&lt;LI&gt;Start and minimize a TFTP Server application. If you don't have one, a third-party freeware BootP server is available &lt;A href="https://extremenetworks.box.com/shared/static/5i1mveojni1vygf2bxjb.zip" target="_blank" rel="nofollow noreferrer noopener"&gt;here&lt;/A&gt;. 
&lt;/LI&gt;&lt;LI&gt;To create a slot-local configuration file from a running, chassis-wide, NVRAM-based distributed configuration, use the 'show config' command:&lt;UL&gt;&lt;/UL&gt;    show config outfile slot1/henry.cfg&lt;UL&gt;&lt;/UL&gt;This will create the configuration file 'henry' on the module 'slot1'. If 'slot1' is removed (&lt;A href="http://bit.ly/I8yTOw" target="_blank" rel="nofollow noreferrer noopener"&gt;5036&lt;/A&gt;), the configuration file will follow it.&lt;BR /&gt;
&lt;/LI&gt;&lt;LI&gt;Copy (upload) this configuration file to the tftp server:&lt;UL&gt;&lt;/UL&gt;    copy slot1/henry.cfg tftp://10.0.0.1/dfe/henry.cfg&lt;BR /&gt;
&lt;/LI&gt;&lt;LI&gt;Assuming it is necessary to run this configuration on another chassis, copy (download) the file into slot 5 of the other chassis:&lt;UL&gt;&lt;/UL&gt;    copy tftp://10.0.0.1/dfe/henry.cfg slot5/henry.cfg&lt;BR /&gt;
&lt;/LI&gt;&lt;LI&gt;To ensure that the file is available, use the 'dir' command:&lt;UL&gt;&lt;/UL&gt;   dir&lt;BR /&gt;
&lt;/LI&gt;&lt;LI&gt;To activate this configuration file on behalf of the entire chassis, making it the running configuration with a copy placed into NVRAM on all modules in the system, use the 'configure' command:&lt;UL&gt;&lt;/UL&gt;    configure slot5/henry.cfg (forces a reboot)&lt;UL&gt;&lt;/UL&gt;        -or-&lt;UL&gt;&lt;/UL&gt;    configure slot5/henry.cfg append (appends to existing config w/ no reboot)&lt;UL&gt;&lt;/UL&gt;The appending of Router commands is not supported with earlier firmware (&lt;A href="http://bit.ly/1bZ5uBf" target="_blank" rel="nofollow noreferrer noopener"&gt;5690&lt;/A&gt;).&lt;UL&gt;&lt;/UL&gt;DFEs installed in a 6C105 chassis (&lt;A href="http://bit.ly/1e8E0so" target="_blank" rel="nofollow noreferrer noopener"&gt;5275&lt;/A&gt;) will not properly execute the non-append form of the 'configure' command. The workaround is to clear the configuration (&lt;A href="http://bit.ly/1g6lQZH" target="_blank" rel="nofollow noreferrer noopener"&gt;5296&lt;/A&gt;), allow the system to boot back up, and then issue the append form of the command as exemplified above.&lt;/LI&gt;&lt;/UL&gt;&lt;B&gt;Caution!&lt;/B&gt; Activating a saved configuration file could result in &lt;U&gt;loss of password/secret data&lt;/U&gt;. Prior to using the 'configure' command, please review the possibilities and safeguards discussed in &lt;A href="http://bit.ly/18uNIFs" target="_blank" rel="nofollow noreferrer noopener"&gt;5335&lt;/A&gt;. &lt;BR /&gt;
&lt;BR /&gt;
For more information, please review the appropriate &lt;A href="https://extranet.enterasys.com/Downloads/Pages/Platinum.aspx" target="_blank" rel="nofollow noreferrer noopener"&gt;Configuration Guide&lt;/A&gt; for your firmware.</description>
      <pubDate>Sat, 23 Nov 2013 04:20:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/faqs/use-of-the-copy-command-in-the-matrix-n-series-dfe/m-p/47841#M483</guid>
      <dc:creator>FAQ_User</dc:creator>
      <dc:date>2013-11-23T04:20:00Z</dc:date>
    </item>
  </channel>
</rss>

