Community discussions

MikroTik App
 
lvnona
newbie
Topic Author
Posts: 29
Joined: Fri Sep 11, 2015 2:40 am

PoE Schedule On/Off

Wed Dec 06, 2017 1:23 am

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
 
lvnona
newbie
Topic Author
Posts: 29
Joined: Fri Sep 11, 2015 2:40 am

Re: PoE Schedule On/Off

Wed Dec 13, 2017 3:25 am

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
 
insane
just joined
Posts: 10
Joined: Thu May 25, 2017 3:18 am

Re: PoE Schedule On/Off

Thu Dec 14, 2017 12:54 pm

Maybe u can run a little script that disable ether10 and enable it when u want
 
User avatar
ADahi
Member Candidate
Member Candidate
Posts: 209
Joined: Thu Sep 21, 2017 7:16 pm
Location: Iraq, Ninavah
Contact:

Re: PoE Schedule On/Off

Thu Dec 14, 2017 1:05 pm

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;