Cisco Config Backup
FTP SERVER Username and Password Assign To Switch
=================================================
ip ftp username ycit
ip ftp password ycit123
Manual Backup to FTP Server
===========================
copy startup-config ftp://10.16.10.1/test.txt
Auto Backup To FTP Server when Type "write memory command"
==========================
archive
path ftp://10.16.10.1/test.txt
write memory
Verify
===========================
show archive #check archived files
show archive config differences ftp://10.16.10.1/test.txt ftp://10.16.10.1/test1.txt #compare between two file in ftp server
clear archive log config #clear archive log
Comments
Post a Comment