Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi, we are seeking guidance on configuring scheduled auto backups for our Cisco Nexus N9K switches. Could anyone provide step-by-step instructions for daily backups of the running configuration?
Use an embedded TCL script instead of KRON for interactive or file transfer commands.Remove the KRON config:no kron occurrence backno kron policy-list backConfigure an EEM applet:conf tevent manager applet save-configevent timer absolute time 10:45 r...
Please ensure that both the policy and occurrence are properly configured:1. Define the kron policy listconf tkron policy-list backup cli copy running-config tftp://<TFTP_SERVER_IP>/backup-configexit2. Schedule the kron job (occurrence), You need to ...
Copy new IOS to bootflash:__________________________Router#copy tftp: bootflash:(image name)After the ISO image is copied:______________________________Router#config-transactionRouter(config)# config-register 0x0Router(config)# commitRouter#reloadPro...