cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
880
Views
0
Helpful
1
Replies

Can't Access the Web Interface

sbeauton
Level 1
Level 1

I currenlty 1220 AP Point. The thing was working fine but when I rebooted the access point I can't access the web interface. I can console into the AP and do everything that I need to but it's helpful to have the Web Interface up. When I try and go to the IP Address it has me login and gives me a list of things that I can access and the Web Console is one choice but when I click on it nothing happens. I reloaded the config (powering on and holding the mode button for 30 seconds)now I have a default config but I still can't access the AP's web interface. The flash is c1200-k9w7-mx.123-7.JA2. Please help becuase I'm about to throw this AP Point out the window.

1 Reply 1

sbeauton
Level 1
Level 1

After researching this problem I found the answer provided by another member. Below are the steps I followed to resolve my issue. Thanks to the person who provide this solution

Replied by: gerlaj@parknicollet.com - NETWORK ENGINEER, Park Nicollet Health Services - Jan 10, 2006, 12:31pm PST

All you should need is a PC/laptop, crossover cable, an IOS image, and some TFTP server software. And there is a good chance you have all of that or can pull it together fairly easily.

WIRELESS TAR IOS UPGRADE:

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.

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:/c1200-k9w7-mx.123-2.JA2/c1200-k9w7-mx.123-2.JA2"....

###########################################################################

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.

Your entries might look like this example:

ap: set IP_ADDR 10.0.0.1

ap: set NETMASK 255.255.255.0

ap: set DEFAULT_ROUTER 10.0.0.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, if needed

• 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://10.0.0.10/c1200-k9w7-tar.123-2.JA2.tar flash:/

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

extracting info (229 bytes)

c1200-k9w7-mx.123-2.JA2/ (directory) 0 (bytes)

c1200-k9w7-mx.123-2.JA2/html/ (directory) 0 (bytes)

extracting c1200-k9w7-mx.123-2.JA2/html/level1/images/apps_button_last_flat.gif (318

bytes)

-- MORE --

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

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:/c1200-k9w7-mx.123-2.JA2/c1200-k9w7-mx.123-2.JA2

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

ap: set

BOOT=flash:/c1200-k9w7-mx.123-2.JA2/c1200-k9w7-mx.123-2.JA2

DEFAULT_ROUTER=10.0.0.1

IP_ADDR=10.0.0.1

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

Step 11 Reconfigure the Access Point.

Review Cisco Networking products for a $25 gift card