Change PoE config from script
I have a buggy device powered via PoE on one of the ports of T1600G-52PS switch.
I understand that this switch does not have internal PoE watchdog functionality and I would like to emulate it via calling arbitrary script from Zabbix, i.e. when device stops responding to pings, power cycle it by cutting PoE supply and resuming it after a few seconds.
I couldn't find any OIDs that allow for PoE config change on a specific port via SNMP. It seems that only proper way to do this is somehow script SSH session and call needed commands from there. Am I correct?