- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2018 04:12 AM - edited 03-05-2019 10:41 AM
HI, could you please help me how can we collect cisco switch 3650 (WS-C3650-24TD-S) running configuration backup automatically and periodically (example on each Friday Midnight 23.00).
Solved! Go to Solution.
- Labels:
-
Other Routing
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2018 04:20 PM
Hi,
Yes you can use tftp with the archive feature:
archive
path tftp://x.x.x.x/
time-period 1440
maximum 14
archive config
Thanks
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2018 01:24 PM
You can use EEM Script to autobackup or if you have Linux box in the network you can use bash script with expect command to take backup.
BB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2018 11:00 PM
sorry i don't know about EEM Script. could you please explain the same.
we have Linux server in our network which is used for running internal application, could you please share the bash script and procedure to take backup periodically.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2018 08:40 PM
Hi,
You can also look at the archive feature on the switch:
Thanks
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2018 11:13 PM
Hi John, Thanks for the reference.
we are planning to install Cisco recommended IOS (Denali-16.3.6 MD) on this WS-C3650-24TD-S switch.
IOS release note explain Configuration Archive feature (https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3650/software/release/16-3/configuration_guide/b_163_consolidated_3650_cg/b_163_consolidated_3650_cg_chapter_010000101.html).
can we use TFTP /FTP for Configuration Archive (running configuration automatically & periodically send to TFTP /FTP server).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2018 04:20 PM
Hi,
Yes you can use tftp with the archive feature:
archive
path tftp://x.x.x.x/
time-period 1440
maximum 14
archive config
Thanks
John
