Page 1 of 1

750up POE on/off script

Posted: Sat Sep 13, 2014 2:03 pm
by plisken
What script i need to set the POE on/off from interface ether2 example
can this by done

Re: 750up POE on/off script

Posted: Sat Sep 13, 2014 11:07 pm
by c0d3rSh3ll
for power off

ros code

interface ethernet poe set poe-out=off ether5
for power on

ros code

interface ethernet poe set poe-out=auto-on ether5
or

ros code

interface ethernet poe set poe-out=forced-on ether5

Re: 750up POE on/off script

Posted: Sat Sep 13, 2014 11:12 pm
by InoX
Thats realy funny.

These are terminal commands not scripts.

Re: 750up POE on/off script

Posted: Sun Sep 14, 2014 11:03 am
by marizo
make script with these commands and schedule when you want it to run.

Re: 750up POE on/off script

Posted: Sun Sep 14, 2014 11:50 am
by plisken
Thanks guys, this will definitely work.
I'll try it out when I have the rb750up

Re: 750up POE on/off script

Posted: Sat Oct 04, 2014 7:42 pm
by plisken
Working like a charm
Thanks c0d3rSh3ll
for power off

ros code

interface ethernet poe set poe-out=off ether5
for power on

ros code

interface ethernet poe set poe-out=auto-on ether5
or

ros code

interface ethernet poe set poe-out=forced-on ether5

Re: 750up POE on/off script

Posted: Sat Sep 05, 2015 5:44 am
by tlallmand
I'm trying to do something similar here and I am brand new to scripting. I am wanting to turn the poe power on and off at designated times on a per port basis. Would you be willing to share your actual scripts and/or does anyone else have a good way of doing this. There are certain devices attached to some of these ports and everything is running on solar power so I am looking at ways to conserve power when devices are not needed.