02-11-2025 01:59 PM
Good day,
I need help with Cisco switches scp automated config backups. We have an scp server where we sent our backups from all of our devices.
So I need to have this working from our Cisco switches.
Regards
Nelson
02-11-2025 02:33 PM
Either you run a script from outside the device that connects to the device and run the backup command on it or you can create EEM script on the device itself
There will be a lot of EEM examples here in the forum. Here goes one of them.
https://community.cisco.com/t5/switching/weekly-backup-with-eem/td-p/4128371
02-12-2025 03:26 AM
You can do this with the config archive function.
Minimum viable config:
archive
path scp:{yourserver_and_path}
You can read more about this in this config guide: https://www.cisco.com/c/en/us/td/docs/routers/ios/config/17-x/syst-mgmt/b-system-management/m_cm-config-versioning.html
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide