backup solution for cisco devices
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2023 11:47 PM
i'm looking for a backup solution for cisco devices, ranging from switches, routers, and wireless controllers. we're talking less than 50 devices it will be less than half that in about a year or so. i'd prefer it not to be something "enterprise". is kron enough for what i'm looking for?
- Labels:
-
Other Switching

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2023 07:04 AM
it can be, but depends on other requirements you can think to be important
Kron script running on the switch can run to push the config to a ftp/tftp/sftp/nfs server
but if this fails you may not get an alarm from this
a tool on a server that pulls the config from the network devices can also report that one or more switches is not reachable
so I would advice the last
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2023 07:42 AM
All of the mentioned devices should support configuration archives for configuration backup. If you configure this on all devices they will upload their configuration to the destination configured on a set schedule.
archive path {destination} maximum {max number of backups}
time-period {interval in minutes}
Get in touch: https://torbjorn.dev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2023 08:03 AM
BTW, it may be possible to save configs, rather than on a schedule, triggered with a config save on device.
Also BTW, having some saved config is much better than having nothing, but beware "corner cases" (like the prior config dropped off due to many same config saved, or only having start-up configs, etc.).
