11-28-2006 12:45 PM - edited 07-03-2021 01:18 PM
Hi, There was a BIG Mistake, We erased the IOS in the AP1310, an know it does not boot since it don't have an IOS image.
I Got the new image, but i don't Know the steps i should follow to reload the IOS system true a TFTP server.
Solved! Go to Solution.
11-28-2006 01:21 PM
Hi Paul,
We all make mistakes, so no worries!
Reloading the Access Point/Bridge Image (Edited to fit)
Using the CLI
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:/c1310-k9w7-mx.v122_13_ja.20031010/c1310-k9w7-mx.v122_13_ja.20031010"
...###########################################
Note Depending on the terminal emulation software you are using, you may have to press Esc twice to access the boot loader.
Step 4 When the bridge: 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/c1310-k9w7-tar.122_15.JA1 flash:
Step 7 When the display becomes full the CLI pauses and displays --MORE--. Press the spacebar to continue.
extracting info (229 bytes)
c1310-k9w7-mx.122-15.JA1/ (directory) 0 (bytes)
c1310-k9w7-mx.122-15.JA1/html/ (directory) 0 (bytes)
c1310-k9w7-mx.122-15.JA1/html/level1/ (directory) 0 (bytes)
extracting c1310-k9w7-mx.122-15.JA1/html/level1/appsui.js (558 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:/c1310-k9w7-mx.122-15.JA1/c1310-k9w7-mx.122-15.JA1
Step 9 Enter the set command to check your bootloader entries.
ap: set
BOOT=flash:/c1310-k9w7-mx.122-15.JA1/c1310-k9w7-mx.122-15.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
Hope this helps!
Rob
11-28-2006 01:21 PM
Hi Paul,
We all make mistakes, so no worries!
Reloading the Access Point/Bridge Image (Edited to fit)
Using the CLI
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:/c1310-k9w7-mx.v122_13_ja.20031010/c1310-k9w7-mx.v122_13_ja.20031010"
...###########################################
Note Depending on the terminal emulation software you are using, you may have to press Esc twice to access the boot loader.
Step 4 When the bridge: 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/c1310-k9w7-tar.122_15.JA1 flash:
Step 7 When the display becomes full the CLI pauses and displays --MORE--. Press the spacebar to continue.
extracting info (229 bytes)
c1310-k9w7-mx.122-15.JA1/ (directory) 0 (bytes)
c1310-k9w7-mx.122-15.JA1/html/ (directory) 0 (bytes)
c1310-k9w7-mx.122-15.JA1/html/level1/ (directory) 0 (bytes)
extracting c1310-k9w7-mx.122-15.JA1/html/level1/appsui.js (558 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:/c1310-k9w7-mx.122-15.JA1/c1310-k9w7-mx.122-15.JA1
Step 9 Enter the set command to check your bootloader entries.
ap: set
BOOT=flash:/c1310-k9w7-mx.122-15.JA1/c1310-k9w7-mx.122-15.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
Hope this helps!
Rob
12-02-2006 10:58 AM
Ok i Tried out this but the console port keeps giving me this message.
bridge: tar -xtract tftp://192.168.0.2/D:/Equipos/Cisco/IOS/1310/c1310-k9w7-tar.123-8.JEA flash:
tftp://192.168.0.2/D:/Equipos/Cisco/IOS/1310/c1310-k9w7-tar.123-8.JEA: no such file or directory
and the tftp server this other one
Connection received from 192.168.0.1 on port 1046 [02/12 14:53:00.296]
Read request for file <>. Mode octet [02/12 14:53:00.296]>
File <> : error 123 in system call CreateFile El nombre de archivo, directorio o etiqueta del volumen no es v?lido. [02/12 14:53:00.296]>
please, I know I'm close to It, What I'm doing Wrong
12-02-2006 12:41 PM
There is a difference with the TFTP server i had to set the ip address an the file to download.
bridge: set IP_ADDR 192.168.0.1
bridge: set NETMASK 255.255.255.0
bridge: set DEFAULT_ROUTER 192.168.0.2
bridge: tftp_init
bridge: tar -xtract tftp://192.168.0.2/c1310-k9w7-tar.123-8.JEA.tar flash:
Its not necessary to indicate the hole directory. At list with TFTP32.
I am very thank full.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide