Sunday

How to Copy a startup config to an FTP server using user and pass

Rt1#copy startup-config ftp://cisco:pass@192.168.1.100/ Rt1-BKUP.cfg
address or name of the remote host [ 192.168.1.100] ?
Destinaation filename [Rt1-BKUP.cfg] ?
writing Rt1-BKUP.cfg !!!!
2240 bytes copied in 0.205 secs ( 7863 bytes/sec)

as you see here the user / password are in Blue and they are placed before the server name or in this case IP address. This a case the password is displayed in clear text on the command . To resolve this user/pass word display on the command line. we can add couple of command on the router:

Rt1#config t
Rt1(config)#ip ftp username cisco
Rt1(config)#ip ftp password pass

et voila , next time all you have to do is FTP to the address.

No comments:

Post a Comment