서버에 FTP 사용자 추가 후 라우터에서의 설정
====================================================================
FTP server 주소 : 110.100.10.2
user name : apple
password : banana
저장할 파일 이름 : FTP_Conf
====================================================================
라우터의 Active Config 내용을 Running-config로 FTP서버에 저장하기:
ISP(config)#ip ftp username apple
ISP(config)#ip ftp password banana
ISP(config)#exit
ISP#
ISP#copy running-config ftp
Address or name of remote host []? 110.100.10.2
Destination filename [ISP-confg]? FTP_Conf
Writing running-config...
[OK - 720 bytes]
720 bytes copied in 0.047 secs (15000 bytes/sec)
I====================================================================