If there is no ip on a microtic, knowing whether a poppy can be connected via Mac via api?
1 answer
Officially - it is impossible, the API is available only by IP. The maximum that can be done via MAC is to connect via MAC Telnet from the terminal of another MikroTik using the following command:
/tool mac-telnet 00:00:00:00:00:00 where 00:00:00:00:00:00 is the MAC address of the device to which you want to connect.
The protocol itself is proprietary, but if there is time and a desire to be confused, here is the information about the protocol, and here is the implementation for POSIX. But in any case, this is a Telnet connection, not an API, with all the nuances and limitations arising from this.
|