10-30-2009 11:11 PM - edited 03-06-2019 08:24 AM
So first I did a dumb thing and I know this. I was upgrading the images on the router to the latest and greatest and also wanted to upgrade the AP inside it. I wasn't paying attention to the fact that the new AP image was LWWAP rather than autonomous which is was before. well long story short the AP is now nonfunctional and I can't even seem to get into anymore.
at first I was able to get into the unit using the "service-module wlan-ap 0 reset bootloader" command then doing "service-module wlan-ap 0 session". I wanted to wipe the flash and start over from scratch so I erased the flash and set the environment variables to my network and was able to tftp the autonomous image ( ap801-k9w7-tar.124-10b.JDA3.tar ) back to the flash. After doing that though the ap will no longer let me connect to it.
router1#service-module wlan-ap 0 session
Trying 192.168.10.99, 2002 ...
% Connection refused by remote host
I tried issuing the "service-module wlan-ap 0 reset bootloader" command again with no luck I get the same connection refused.
At this point I am at a loss on how to restore service on this thing without having a true console to it.
If anybody has any suggestions on how to fix this I would be grateful.
Solved! Go to Solution.
03-04-2010 05:14 PM
router#service-module wlan-ap 0 session
is equivalent to
router#telnet
which in other words is just a reverse telnet to the 881's internal IP address, and out its (internal) line 2.
So if you get "% Connection refused by remote host" when you try it - then this almost surely just means that line 2 is left in some busy state.
So ...
router#clear line 2
Should fix the problem for now.
As to why you got into this state ... I assume that there was a previous session left lying around.
Hth,
Aaron
03-03-2010 07:14 AM
I did the same thing!!! Please tell me you found a solution!!
Thanks
Matt
03-04-2010 05:14 PM
router#service-module wlan-ap 0 session
is equivalent to
router#telnet
which in other words is just a reverse telnet to the 881's internal IP address, and out its (internal) line 2.
So if you get "% Connection refused by remote host" when you try it - then this almost surely just means that line 2 is left in some busy state.
So ...
router#clear line 2
Should fix the problem for now.
As to why you got into this state ... I assume that there was a previous session left lying around.
Hth,
Aaron
03-09-2010 02:17 PM
Aaron where were you 5 months ago
that is the right answer after fighting with the AP for a couple hours after I posted this message I did the clear line 2 and after some syntax issues finally got the original ap image up there and everything has been working fine ever since. I used this link to help with the syntax since most don't play in the bootloader very often
06-15-2018 01:48 PM
I had this same problem with a router that had an unknown config applied to it when I fished it out of a dumpster. Everything was working as designed except for my ability to service-module into the AP. I'd get "connection refused, sucka" every time and none of the suggestions from this thread had any effect. Just for kicks, I decided to give the router config a reading-through to see if I've missed anything. Sure enough, there it was. Line 2 was missing any transport-input protocols. I issued "transport-input all" on line 2 and then I was immediately able to service-module into the AP. Once I was in the AP console, it continued to insult me and poke fun at my weight problem but that's a different story.
07-05-2016 02:37 PM
Thank you! It worked.
Raul
02-10-2017 10:51 AM
I just found myself in the same situation. The clear line 2 command didn't help in my case. There was another statement in the running config on the router that was blocking access to the embedded AP.
login block-for 300 attempts 5 within 300
Once I removed this entry (no login block-for 300 attempts 5 within 300), I was able to get the login prompt for the AP.
~Jason
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