Cisco copy destinations: Difference between revisions
From Lucca's Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 5: | 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.