‎01-07-2014 09:57 PM
2 weeks ago
For this use case, you don’t necessarily need Ridgeline. You can automate it using a simple script with a scheduler. For example, use a shell or Python script to SSH into the switch, run disable inline-power port X at night, and then enable inline-power port X in the morning. Then schedule it with cron (Linux) or Task Scheduler (Windows).
Some switches also support built-in scheduling features or event-based automation, so it’s worth checking your firmware capabilities as well.
In setups where you’re managing multiple configurations (kind of like handling different options in a sonic menu), keeping scripts modular and scheduled externally usually gives more flexibility and control.
‎01-07-2014 09:57 PM
‎01-07-2014 09:57 PM
‎01-07-2014 09:57 PM