cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2476
Views
0
Helpful
4
Replies

how do I ftp an access point image file.

ciscomoron
Level 1
Level 1

Hello,

Newbie here. I was able to telnet into an Aironet 1100 ap. I like to ftp its image and config files so that I can download it onto several other Aironet 1100.

Does the FTP mean a ftp server in our network that I can access?

4 Replies 4

Rob Huffman
Hall of Fame
Hall of Fame

Hi CM,

Yes, this does indicate an accessable FTP server.

Hope this helps!

Rob

.

Pardon my ignorance, but what would be the commands to ftp the image file onto the ftp server?

Hi CM,

This is not ignorance, just perfectly honest question :)

This example shows how to copy the running configuration file named ap2-confg to the netadmin1 directory on the remote host with an IP address of 172.16.101.101:

ap# copy system:running-config ftp://netadmin1:mypass@172.16.101.101/ap2-confg

Write file ap2-confg on host 172.16.101.101?[confirm]

Building configuration...[OK]

Connected to 172.16.101.101

ap#

This example shows how to store a startup configuration file on a server by using FTP to copy the file:

ap# configure terminal

ap(config)# ip ftp username netadmin2

ap(config)# ip ftp password mypass

ap(config)# end

ap# copy nvram:startup-config ftp:

Remote host[]? 172.16.101.101

Name of configuration file to write [ap2-confg]?

Write file ap2-confg on host 172.16.101.101?[confirm]

![OK]

From this good doc;

http://www.cisco.com/en/US/docs/wireless/access_point/12.3_2_JA/configuration/guide/s32mfw.html#wp1035113

Hope this helps!

RobHi CM,

This is not ignorance, just perfectly honest question :)

This example shows how to copy the running configuration file named ap2-confg to the netadmin1 directory on the remote host with an IP address of 172.16.101.101:

ap# copy system:running-config ftp://netadmin1:mypass@172.16.101.101/ap2-confg

Write file ap2-confg on host 172.16.101.101?[confirm]

Building configuration...[OK]

Connected to 172.16.101.101

ap#

This example shows how to store a startup configuration file on a server by using FTP to copy the file:

ap# configure terminal

ap(config)# ip ftp username netadmin2

ap(config)# ip ftp password mypass

ap(config)# end

ap# copy nvram:startup-config ftp:

Remote host[]? 172.16.101.101

Name of configuration file to write [ap2-confg]?

Write file ap2-confg on host 172.16.101.101?[confirm]

![OK]

From this good doc;

http://www.cisco.com/en/US/docs/wireless/access_point/12.3_2_JA/configuration/guide/s32mfw.html#wp1035113

Hope this helps!

Rob

Review Cisco Networking products for a $25 gift card