- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2022 11:39 AM
Hello Team,
I'm trying to copy the "Startup Config" via CLI if possible, to an USB pendrive. The idea is to get the config file, and then copy to a secondary WC that i need to configure from scratch
When I made a "dir flash:", I only get one old backup file "backup_2021-12-7_11_31_4.cfg"
Please tell me if there is a way to copy the "Startup Config", or the from the current WC, and then copy the same into nother one and boot from the same
Thanks in advence,
Diego
Solved! Go to Solution.
- Labels:
-
Wireless LAN Controller
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2022 11:44 AM
copy running-config startup-config
copy startup-config usbflash0
Make sure which usb driver you have
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2022 11:44 AM
copy running-config startup-config
copy startup-config usbflash0
Make sure which usb driver you have
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2022 03:55 PM
There are several methods:
- copy start usbflash0:filename.txt
- sh start | redirect usbflash0:filename.txt
