Hi at all,
i use a CRS318-16P-2S+ Switch.
There i connect e.g. an POE Access Point. Now i want to power off automaticlly the poe power of this ethernet port to save ernergy.
Is there a possibility to set a poe schedule ?
Hi at all,
i use a CRS318-16P-2S+ Switch.
There i connect e.g. an POE Access Point. Now i want to power off automaticlly the poe power of this ethernet port to save ernergy.
Is there a possibility to set a poe schedule ?
Conceptual raw solution:
Schedule: set time for off, 1 line of code to disable POE.
Something like
/interface ethernet poe set ether1 poe-out=off
Schedule: set time for on, 1 line of code to enable POE
/interface ethernet poe set ether1 poe-out=auto-on
Use correct name of interface to be toggled.
Possibly someone will have a more crafted and elegant way but this should already work, I would say.
Thank you.
So i should use RouterOS or SwitchOs ?
Where can i find “Schedule” ?
Sorry, i am new
ROS.
In the System menu.
Ah, you didn’t say how you use that device but since you posted in the RouterOS section of the forum, I assumed …
So what is it ? ROS or SWOS ?
For SWOS, I don’t know (got no experience with it yet).
Oh sorry, normally i use TL.Link omada.
I found the scheduler and i am testing. looks good Thank you !
One question to the “Intervall”
I want to power off or on every da.
defaul valu is
00:00:00
so , for every day it is in my thinking 24:00:00
but this is a invalid value only 23:59:59 is possibly.

set interval to “1d” … or “1d 00:00:00”