Hi! My access point is powered from port 10 on my RouterBoard 2011UiAS. And location is right under badroom. So I can elimintaed any radiation from wifi antenas and find the way how I can turn On/Off PoE by schedule. Is there any way to do that?
Thanks, Norm
I got your suggestion but unfortunately I don’t have AP from Mikrotik. and I don’t use routerboard as wifi. Any other ideas>?
Thanks
Maybe u can run a little script that disable ether10 and enable it when u want
sure it is easy to power it on
/interface ethernet poe set ether10 poe-out=forced-on;
or use auto on
/interface ethernet poe set ether10 poe-out=auto-on;
to power it off
/interface ethernet poe set ether10 poe-out=off;