Cisco copy destinations: Difference between revisions
From Lucca's Wiki
Jump to navigationJump to search
Created page with " flash: Copy to flash file ftp: Copy to current system configuration scp: Copy to scp: file system startup-config Copy to startup configuration tftp: Copy to current system configuration" |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
You can list these with <code>copy running-config ?</code> | |||
flash: Copy to flash file | flash: Copy to flash file | ||
ftp: Copy to current system configuration | ftp: Copy to current system configuration | ||
Line 4: | Line 5: | ||
startup-config Copy to startup configuration | startup-config Copy to startup configuration | ||
tftp: Copy to current system configuration | tftp: Copy to current system configuration | ||
You'd run something similar to the command below: | |||
copy running-config flash: | |||
It will then ask you to specify a name for the file. |
Latest revision as of 00:06, 27 August 2025
You can list these with copy running-config ?
flash: Copy to flash file ftp: Copy to current system configuration scp: Copy to scp: file system startup-config Copy to startup configuration tftp: Copy to current system configuration
You'd run something similar to the command below:
copy running-config flash:
It will then ask you to specify a name for the file.