Hi,
I want to remote control a CSS610-8P-2S+ with SwOS Lite. I would like to change the PoE Out to "on" or "off" to be able to remotely enable/disable WiFi access points.
Is there any way to do this?
Best regards,
cyb
curl --digest -u admin:pass -v http://192.168.1.1/poe.b
{i01:[0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x02,0x02],
i02:[0x03,0x02,0x05,0x04,0x01,0x00,0x06,0x07,0x00,0x01],
i03:[0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00],
i04:[0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x00,0x00],
i05:[0x0060,0x006c,0x0064,0x0071,0x0038,0x003c,0x0000,0x0000,0x0000,0x0000],
i06:[0x0214,0x0214,0x0214,0x0215,0x0215,0x0214,0x0000,0x0000,0x0000,0x0000],
i07:[0x002f,0x0035,0x0035,0x003a,0x001a,0x001f,0x0000,0x0000,0x0000,0x0000],
i08:0x8902,
i09:'5953514d334b3130414548'}
curl --digest -u admin:pass -d "{i01:[0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x02,0x02]}" -H "Content-Type: application/x-javascript" -X POST http://192.168.1.1/poe.b
Thanks for you information. That was very helpfull for me.Maybe someone else with the same requirements finds this post and does not need to do the reverse engineering again...