NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
harrowmd
Feb 06, 2007Aspirant
SNMP reset / reboot
Hi, I have a lrge number of WG102 Access Points. I find that they can "lock-up" after serveral weeks. Whilst I'm waiting for some new firmware to fix this problem, I would like to be able to easi...
jborinski
Jul 17, 2009Aspirant
Or you can use wget to reboot the netgear switch through the WebUI like this:
wget -v --no-check-certificate --http-user=admin --http-password=password --post-data="reboot_ap=1" https://xxx.xxx.xxx.xxx/ureboot.htm
I'm using it on a handful of WAG102s in an office environment ... I reboot them every night at 2am and that seems to prevent the hangups discussed above.
- JB
wget -v --no-check-certificate --http-user=admin --http-password=password --post-data="reboot_ap=1" https://xxx.xxx.xxx.xxx/ureboot.htm
I'm using it on a handful of WAG102s in an office environment ... I reboot them every night at 2am and that seems to prevent the hangups discussed above.
- JB