Search This Blog

Wednesday, March 9, 2011

Aironet Upgrade 1232G

Sometimes you need to copy a bunch of files or a folder or maybe extract an archive file to a Cisco device. For instance, you need to upgrade the IOS of your Cisco Catalyst Switch or Cisco Aironet Access Points. If you need to upgrade to a newer IOS, usually Cisco provides an archived IOS.


For example, a 1200 Aironet IOS image will be available like this in cisco.com: c1200-k9w7-tar.123-8.JA2.tar.

That is a bit different compared to a Cisco Router image that used to be a *.bin file.



If you extract the c1200-k9w7-tar.123-8.JA2.tar file, then you will have the image with a name like this: c1200-k9w7-mx.123-8.JA2, with another couple of files.

You will need to copy all these files into your Access Point.



So how to copy the the image to the Access Point?

Do we need to copy it one by one from tftp using "copy tftp flash" command?

The answer is no, that's where the "archive tar" command comes into play.



The example below, I extract a c1200-k9w7-tar.123-8.JA2.tar file from my TFTP server (192.168.3.250) to Cisco Aironet 's flash:ap

#archive tar /xtract tftp://192.168.3.250/c1200-k9w7-tar.123-8.JA2.tar flash:

Loading c1200-k9w7-tar.123-8.JA2.tar from 192.168.3.250 (via BVI1): !

http://bayupw.blogspot.com/

http://www.cisco.com/en/US/products/sw/voicesw/ps5520/products_configuration_example09186a008037f2a9.shtml#req

No comments:

Post a Comment