cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
490
Views
0
Helpful
2
Replies

FTP from Cisco 1700 Router

rsilvers
Level 1
Level 1

I have a Cisco 1700 router that I'm trying to copy the configuration off of to my remote FTP server. The FTP server is anonymous and I've made sure it worked with windows/unix clients... The router is having some problem copying the config though. Here is what I get:

Stm_Wireless#copy runn ftp:

Address or name of remote host []? mail.xxx.com

Translating "mail.xxx.com"...domain server (66.109.xx.xx) [OK]

Destination filename [stm_wireless-confg]? /configurations/stm-confg

Translating "mail.xxx.com"...domain server (66.109.xx.xx) [OK]

Writing /configurations/stm-confg

Stm_Wireless#

I don't get the exclamation marks or the "bytes written" text.. It just ends.. On the FTP server I get "Connection from 66.109.xx.xx has timed out after 900 seconds of inactivity." in my event log. So it appears to be connecting, just not writing. Anybody have any ideas?

2 Replies 2

manojkreddy
Level 1
Level 1

hi,

First check whether anonymous user have write access on ur ftp server.

then check whether anonymous user requires to enter a password to get access to ftp server.

if ur ftp server requires password to login enter the following command on ur router to write config to ur ftp server.

copy run ftp://anonymous:password@mail.XXX.com

where "anonymous" is username on ftp server and "password" is password ftp server expects for user " anonymous"

it should work now

plz let me know the results.

bye

Manoj Reddy

Yep. Anonymous users can log in and read/write to the server. Just tested it.

Doing:

copy run ftp://anonymous:password@mail.XXX.com

does the exact same thing as before. It appears like it's logging in fine (the event log doesn't list any failure attempts, and says the connection idles after 900 seconds)... It's just not sending the configuration...