cancelar
Mostrando los resultados de 
Buscar en lugar de 
Quiere decir: 
cancel
168
Visitas
1
ÚTIL
1
Respuestas

automatic backup of nexus C93180YC-FX Chassis

Electronic20
Spotlight
Spotlight

Hi Community,

I have 2 Nexus model C93180YC-FX Chassis configured by VPC.

You want to configure both Nexus to generate an automatic backup area of ​​the configuration file and the IOS; and that these files are sent to a server, could you provide me with a procedure on how to configure it?

regards
Electronic20

 

1 RESPUESTA 1

Edson A. Hernandez
Spotlight
Spotlight

1) Enable the Scheduler feature:
2) Set logfile size (default = 16 kilobytes):
3) Create Backup Job
4) Configure copy command, all in one line
5) Configure Schedule for Job to execute daily at 03:00:

scheduler logfile size 1024
!
feature scheduler
!
schedular job name FTP-BACKUP
copy running-config ftp://backupuser:backuppass@10.10.10.20/$(SWITCHNAME)_$(TIMESTAMP).txt vrf default
exit
!
scheduler schedule name DAILY
job name FTP-BACKUP
time daily 03:00


verification:

show scheduler config

 

 

Reference:

https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/6-x/system_management/configuration/guide/b_Cisco_Nexus_9000_Series_NX-OS_System_Management_Configuration_Guide/sm_8scheduler.html

 

**Remember to support with a like to keep the community active***
**Please, if the information was helpful, mark this answer as correct.***