Cisco Aironet 1310

choore

Reputable
Oct 20, 2014
5
0
4,510
I have Cisco 1310 wireless bridge and i don't know how but its operating system is not working any more i have the operating system in Tar file but when i try to upload it to the bridge it gives me the below message and i cant figure out what the problem is please help me

bridge: tar -x tract://10.1.1.3/c1310-k9w7-tar.123-11.JA1.tar flash:
usage: tar <-table | -x tract> <tar file> <destination>
 


The multiple periods in the the file name might be confusing it. Try renaming the file to an "8 dot 3" file name -- an 8 character long name ".tar" and retry. Boot loaders aren't always the smartest code.....
 
Hi Thanks for your reply i dont have much knowledge on this kind of configurations but as my understanding on what you recommended i have changed the .tar file to "abcd-con.tar" rather than "c1310-k9w7-tar.123-11.JA1.tar" and still it is the same it shows usage: "tar <-table | -x tract> <tar file> <destination>"
let me tell you the whole config if there is something wrong that i have done you can check it
i have installed a tftp in my computer and assigned my computer IP Address- 10.1.1.2 Subnet 255.255.255.0 and Default GAteway 10.1.1.1 and on the other hand i have set the wireless bridge an IP address 10.1.1.1 Subnet 255.255.255.0 and default Gateway 10.1.1.2.
 


I think the syntax should be tar -x tftp://10.1.1.3/c1310-k9w7-tar.123-11.JA1.tar
The tract is just part of the "xtract" command ....
 


The tftp address should be the workstation that has the tftp server on it which is 10.1.1.2 not 10.1.1.3 -- I didn't notice that discrepancy on the first read ...