Sunday, January 15, 2012

COMMAND REFERENCE: CISCO IOS FTP and TFTP

I don't know how many times someone has forgotten the following set of commands.


------------------------------
FTP

config t
ip ftp username
ip ftp password
ip ftp source-interface loopback0


# You need to run this the first time if the command has never been used.  Performing the statements below insures that passive is turned off.

ip ftp passive
no ip ftp passive  



Examples of commands:
copy ftp://ip_address_of_ftp_server/filename.bin bootflash:filename.bin

copy ftp://ip_address_of_ftp_server/filename.bin sup-bootflash:filename.bin



----------------
TFTP

config t
ip ftp source-interface loopback0


Examples of commands:
copy tftp://ip_address_of_tftp_server/filename.bin bootflash:filename.bin

copy tftp://ip_address_of_tftp_server/filename.bin sup-bootflash:filename.bin

No comments:

Post a Comment