9/16/2019

EnGenius Wireless Access point stops working

If you have an EnGenius Wireless Access Point wifi that stops working properly and has to be reset frequently this may solve your problem. You may login to the device and everything appears to be fine yet nothing will connect to it or it may not even show as a device to connect to.

The cause:
Many EnGenius WAP's have a problem where after several days or even hours of use the access points are not freeing up some resource internally. I do not know exactly what. I found a forum post many months ago that explained it but I cannot find it again.

The solution:
Upgrading the firmware does not help and on some models they are End Of Life and updates are not available. You can put them on a timer that disconnects power for a short time every night when they are not used, or you can write a script that reboots them.

You will need:
TST10.EXE
A folder under C:\windows called script
put tst10.exe in C:\windows\script\
Create a text file for each device you want to reboot.
C:\windows\script\ecbcom.txt

the contents of the file should be:
x.x.x.x 23 replace the x's with you devices IP keep the space and 23
WAIT "Name:"
SEND "admin\m"
WAIT "Password:"
SEND "youradminpassword\m"
WAIT "cmd>"
SEND "reboot\m"
WAIT "cmd>"

Create a batch file in C:\windows\script called tst.bat
the contents of that file should be:
c:
cd\windows
cd script
call tst10 /r:ecbcom.txt

Create a task schedule to run and execute the tst.bat file at the time you want to reboot the access point. I tried the timer method but that was causing problems with my "smart" thermostat, the batch file method is faster and my thermostat does not complain as the reboot happens very quickly. Since implementing this (9 months ago) I have only had to physically power off and on the access point once. My reboots happen every Monday, Wednesday, and Saturday at 4am.

No comments: