cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
595
Views
0
Helpful
2
Replies

schedule scp backup on cisco 350 bussiness switch

Hello, everyone! My company recently purchased two Cisco 350 business switches for testing in our branches. However, I'm facing issues when it comes to configuring the switches to perform scheduled backups to a Linux server using the SCP protocol. Can anyone provide assistance?

2 Replies 2

marce1000
Hall of Fame
Hall of Fame

 

 - Can't be done on the device itself , yet Cisco Prime has support for them and can also take configuration backups , 

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

Prime seems a bit of overkill for only  two switches

very basic is to use a script on the Linux server to fetch the configuration ? 
this post uses linux ssh to execute commands on the switch Solved: Script to automate tasks - Cisco Community
you can modify this  to execute "show running-config" only and save the configuration on the linux server

you can use Ansible  (ansible.com) or rancid (rancid.org) as more advanced tools with better exception handling