06-23-2020 02:37 PM - edited 07-05-2021 12:12 PM
Aironet 1310, injector LR2, Win 10 PC with ethernet and serial ports
Cannot access the 1310 via ethernet, can only access via PC's serial port (to injector LR2's console port. )
When booting gives an error, I will post details later, something about
.........invalid value at RTS threshold ^...................
for now want to learn how load image file via serial port.
Setup used to work fine but suddenly this issue, changed network cables, PCs, etc. but problem persists. I don't have another injector. Link cables between 1310 and LR2 tested ok.
Researched for an answer, but instructions show how to tftp the image via ethernet only.
I know its slow via serial but updating the image is what I want to try.
06-23-2020 02:55 PM
Before changing image, would you be able to post what you see in console when AP is power cycle.Save it as .txt file and attach here.
HTH
Rasika
06-24-2020 05:33 PM
06-25-2020 12:42 AM
it looks like AP booted but with no configuration. If you type "enable" does it prompt password?
Rasika
06-25-2020 02:55 AM
Yes. Every command I give over serial port works out, just can't connect via network jack.
I can interrupt boot by pressing Escape and get into bridge prompt
06-25-2020 02:16 PM
Do you have the previous configuration of this AP? If so you can re-apply that config. Pls share it (without password) with us if you would like us to check.
If you cannot reach it from ethernet, pls share switchport configuration where it is connected to as well
Rasika
06-26-2020 09:15 AM
No configuration. Just need it back to all reset.
So I want to put new image and start from there, maybe Ethernet port will then work
06-26-2020 02:43 PM
if that is the case, simply try below and connect bridge to DHCP enable switch port
int bvi1
ip address dhcp
if that does not work, you can assign IP address manually
int bvi1
ip add x.x.x.x
!
ip default-gateway x.x.x.y
As long as bridge connect to access port on the same vlan (same IP subnet you configured for AP) it should work
HTH
Rasika
06-27-2020 10:38 AM
Tried the first line you gave, didn't work at bridge: or ap> or ap#
---
ap>int bvi1
^
% Invalid input detected at '^' marker.
ap>ena
Password:
ap#int bvi1
^
% Invalid input detected at '^' marker.
-------------------
bridge: int bvi1
Unknown cmd: int
06-27-2020 02:44 PM
You have to go to configuration mode
ap>enable
ap#config t
ap(config)#int bvi1
ap(config)#ip address dhcp
ap(config)#exit
ap#write mem
HTH
Rasika
06-28-2020 02:47 PM
06-28-2020 02:49 PM
can you post the switchport config where this AP connected? "show run interface x/x" if it is a cisco switch
HTH
Rasika
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