cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
13131
Views
0
Helpful
6
Replies

not able to convert 1131 ap LWAPP to autonomous

vinodjad1234
Level 2
Level 2

Hi,

I have 1131 access point and by mistake , I have deleted the flash and there is not any file other than ( env_vars )  file . now i am trying to load autonomous IOS but i am not able to do.

I have tried setting the IP address with below commands

ap: set IP_ADDR 10.0.0.1
   
ap: set NETMASK 255.0.0.0

ap: tftp_init


I have IOS file with below name .

C1130-K9w7-mx.124-10b.JDA3

please help to get the mentioned IOS in flash


6 Replies 6

Surendra BG
Cisco Employee
Cisco Employee

Follow the exact procedure taking care of placing the image in the root directory or any separate folder.. use the image for 1130 not 350 as below example is for 350..

Using the CLI

Follow the steps below to reload the access point image using the CLI. When the access point begins to boot, you interrupt the boot process and use boot loader commands to load an image from a TFTP server to replace the image in the access point.

Note Your access point configuration is not changed when using the CLI to reload the image file.

Step 1 Open the CLI using a Telnet session or a connection to the access point console port.

Step 2 Reboot the access point by removing power and reapplying power.

Step 3 Let the access point boot until it begins to inflate the image. When you see these lines on the CLI, press Esc:

Loading "flash:/c350-k9w7-mx.v122_13_ja.20031010/c350-k9w7-mx.v122_13_ja.20031010"
...###########################################################################
################################################################################
################################################################################
####################


Step 4 When the ap: command prompt appears, enter the set command to assign an IP address, subnet mask, and default gateway to the access point.

Note You must use upper-case characters when you enter the IP-ADDR, NETMASK, and DEFAULT_ROUTER options with the set command.

Your entries might look like this example:

ap: set IP_ADDR 192.168.133.160

ap: set NETMASK 255.255.255.0

ap: set DEFAULT_ROUTER 192.168.133.1


Step 5 Enter the tftp_init command to prepare the access point for TFTP.

ap: tftp_init


Step 6 Enter the tar command to load and inflate the new image from your TFTP server. The command must include this information:

•the -xtract option, which inflates the image when it is loaded

•the IP address of your TFTP server

•the directory on the TFTP server that contains the image

•the name of the image

•the destination for the image (the access point Flash)

Your entry might look like this example:

ap: tar -xtract tftp://192.168.130.222/images/c350-k9w7-tar.122-13.JA1 flash:


Step 7 When the display becomes full the CLI pauses and displays --MORE--. Press the spacebar to continue.

extracting info (229 bytes)

c350-k9w7-mx.122-13.JA1/ (directory) 0 (bytes)

c350-k9w7-mx.122-13.JA1/html/ (directory) 0 (bytes)

c350-k9w7-mx.122-13.JA1/html/level1/ (directory) 0 (bytes)

extracting c350-k9w7-mx.122-13.JA1/html/level1/appsui.js (558 bytes)

extracting c350-k9w7-mx.122-13.JA1/html/level1/back.htm (205 bytes)

extracting c350-k9w7-mx.122-13.JA1/html/level1/cookies.js (5027 bytes).

extracting c350-k9w7-mx.122-13.JA1/html/level1/forms.js (15704 bytes)...

extracting c350-k9w7-mx.122-13.JA1/html/level1/sitewide.js (14621 bytes)...

extracting c350-k9w7-mx.122-13.JA1/html/level1/config.js (2554 bytes)

extracting c350-k9w7-mx.122-13.JA1/html/level1/stylesheet.css (3215 bytes)

c350-k9w7-mx.122-13.JA1/html/level1/images/ (directory) 0 (bytes)

extracting c350-k9w7-mx.122-13.JA1/html/level1/images/ap_title_appname.gif (1422 bytes)

extracting c350-k9w7-mx.122-13.JA1/html/level1/images/apps_button_1st.gif (1171 bytes)

extracting c350-k9w7-mx.122-13.JA1/html/level1/images/apps_button_cbottom.gif (318 bytes)

extracting c350-k9w7-mx.122-13.JA1/html/level1/images/apps_button_current.gif (348 bytes)

extracting c350-k9w7-mx.122-13.JA1/html/level1/images/apps_button_last.gif (386 bytes)

extracting c350-k9w7-mx.122-13.JA1/html/level1/images/apps_button_last_filler.gif (327
bytes)

extracting c350-k9w7-mx.122-13.JA1/html/level1/images/apps_button_last_flat.gif (318
bytes)

extracting c350-k9w7-mx.122-13.JA1/html/level1/images/apps_button_nth.gif (1177 bytes)

extracting c350-k9w7-mx.122-13.JA1/html/level1/images/apps_leftnav_dkgreen.gif (869 bytes)

-- MORE --


If you do not press the spacebar to continue, the process eventually times out and the access point stops inflating the image.

Step 8 Enter the set BOOT command to designate the new image as the image that the access point uses when it reboots. The access point creates a directory for the image that has the same name as the image, and you must include the directory in the command. Your entry might look like this example:

ap: set BOOT flash:/c350-k9w7-mx.122-13.JA1/c350-k9w7-mx.122-13.JA1


Step 9 Enter the set command to check your bootloader entries.

ap: set

BOOT=flash:/c350-k9w7-mx.122-13.JA1/c350-k9w7-mx.122-13.JA1

DEFAULT_ROUTER=192.168.133.1

IP_ADDR=192.168.133.160

NETMASK=255.255.255.0


Step 10 Enter the boot command to reboot the access point. When the access point reboots, it loads the new image.

ap: boot

Regards
Surendra BG

Hi,

Thanks for your quick response.

I have tried all the option which is mentioned in your response.

My AP is having Flash: file because I have unexpectedly deleted flash: file so if i see in dir flash : i am not having any file in flash:

Now i tried to load the IOS through TFTP with C1130-K9w7-mx.124-10b.JDA3 file  but it shows that " No such file or directory "  as this file is not tar. file.

I used below command for load the IOS :

ap: tar -xtract tftp:\\ ip address\ directory path of file \file name ( C1130-K9w7-mx.124-10b.JDA3 )  flash :

Please suggest me for loading the C1130-K9w7-mx.124-10b.JDA3 since it does not have tar. file.

One more thing i would like to point out , I am not able ping AP as well from tftp server.

Hi surendra,

Now i have converted lwapp to autonomous :

i have used the below command for booting the ios from tftp

ap: boot tftp:// ip address of tftp server / directory path of ios

ap: reset

after that i got the enable mode

ap> then i gave command that is

ap> en

ap# copy tftp: flash:

then if i see the dir flash:

i am getting ios in flash but i have one issue now

if i configure ap and try to save , it is not getting saved and if ap is rebooting , all configuration whichever i have done , will be lost and it will come up with default configuration

how do i save the configuration in startup config

it would be appreciable for getting proper answer

Leo Laohoo
Hall of Fame
Hall of Fame

Hi leolaohoo,

As you want to the output of show version :

I have furnished below :

ap#sh ver
Cisco IOS Software, C1130 Software (C1130-K9W7-M), Version 12.4(10b)JDA3, RELEAS
E SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2009 by Cisco Systems, Inc.
Compiled Sun 07-Jun-09 02:59 by prod_rel_team

ROM: Bootstrap program is C1130 boot loader
BOOTLDR: C1130 Boot Loader (C1130-BOOT-M) Version 12.3(8)JEA, RELEASE SOFTWARE (
fc2)

ap uptime is 52 minutes
System returned to ROM by reload
System image file is "flash:/c1130-k9w7-mx.124-10b.JDA3"


This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.
  
A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html

If you require further assistance please contact us by sending email to
export@cisco.com.

cisco AIR-LAP1131AG-A-K9   (PowerPCElvis) processor (revision A0) with 24566K/81
92K bytes of memory.
Processor board ID FOC12080LVV
PowerPCElvis CPU at 262Mhz, revision number 0x0950
Last reset from reload
1 FastEthernet interface
2 802.11 Radio(s)

32K bytes of flash-simulated non-volatile configuration memory.
Base ethernet MAC Address: 00:1D:E5:55:0E:8E
Part Number                          : 73-8962-12
PCA Assembly Number                  : 800-24818-11
PCA Revision Number                  : B0
PCB Serial Number                    : FOC12080LVV
Top Assembly Part Number             : 800-29144-02
Top Assembly Serial Number           : FOC12080LVV
Top Revision Number                  : A0
Product/Model Number                 :AIR-LAP1131AG-A-K9

ap#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...

nv_done: unable to open "flash:/c1130-k9w7-mx.124-10b.JDA3/c1130-k9w7-mx.124-10b
.JD.new"
nv_done: unable to open "flash:/c1130-k9w7-mx.124-10b.JDA3/c1130-k9w7-mx.124-10b
.JD.new"[OK]

Configuration register is 0xF

I getting below error when i try to copy from running-config to startup-config

ap#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...

nv_done: unable to open "flash:/c1130-k9w7-mx.124-10b.JDA3/c1130-k9w7-mx.124-10b
.JD.new"
nv_done: unable to open "flash:/c1130-k9w7-mx.124-10b.JDA3/c1130-k9w7-mx.124-10b
.JD.new"[OK]

ap#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...

nv_done: unable to open "flash:/c1130-k9w7-mx.124-10b.JDA3/c1130-k9w7-mx.124-10b
.JD.new"
nv_done: unable to open "flash:/c1130-k9w7-mx.124-10b.JDA3/c1130-k9w7-mx.124-10b
.JD.new"[OK]

Even if i see the product/Model number , i am getting AIR-LAP1131AG-A-K9 instead of AIR-AP1131AG-A-K9 .

Please look into this and suggest me for proper solution.

The same IOS , i have fetched from one of the access-point from my lan set-up

Hi,

Since we have got confirmation from one of the expert that the IOS which i have uploaded , it is not valid.

I  have formatted the flash as well as followed the same procedure

After formatting I have given the same command.

format flash:

reset

  1. Then type in:

set IP-ADDR 10.0.0.1
set DEFAULT_ROUTER 10.0.0.2 (yout laptop/PC IP address)
set NETMASK 255.255.255.0
tftp_init
reset.

but when i give the below command , i am not able to get any response from ap :

tar -xtract tftp://10.0.0.5/ c1240-rcvk9w8-tar.124-10b.JA3.tar flash:

what to do , i am really stuck with that ...

I have attached the details when i could upload the ios which was not valid.

I have downloaded the ios from cisco site .... below the name of file with size 5450.00 KB

file name : ----- c1130-k9w7-tar.124-10b.JDA3.tar

what should i do next ?

Please suggest me for the same.

I am really stuck up with this ..........

It would be appreciatve for getting proper answer.

I am not able to find the root cause of this issue ... whether it is IOS issue or whether it is ap issue ?

please guide me for the same.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card