Usare un FTP Server per Backup e Restore

Configurare nel router un username e password per FTP
CE_2#config terminal
CE_2(config)#ip ftp username cisco
CE_2(config)#ip ftp password cisco123
CE_2(config)#end
CE_2#
Coipare la configurazione sul FTP server
CE_2#copy running-config ftp:
Address or name of remote host []? 192.168.1.1
Destination filename [ce_2-confg]? backup_cfg_for_router
Writing backup_cfg_for_router !
1030 bytes copied in 3.341 secs (308 bytes/sec)
CE_2#
Copia il file di configurazione dal server FTP a un router
Router#copy ftp: running-config
Address or name of remote host [192.168.1.1]? 
Source filename [backup_cfg_for_router]? 
Destination filename [running-config]? 
Accessing ftp://192.168.1.1/backup_cfg_for_router...
Loading backup_cfg_for_router !
[OK - 1030/4096 bytes]
1030 bytes copied in 13.213 secs (78 bytes/sec)
CE_2#